Skip to content

Instantly share code, notes, and snippets.

@dkrnl
Created June 25, 2015 02:56
Show Gist options
  • Save dkrnl/f849558f2b1889449ab1 to your computer and use it in GitHub Desktop.
Save dkrnl/f849558f2b1889449ab1 to your computer and use it in GitHub Desktop.
<?php
// SEEMORE: http://stackoverflow.com/questions/7620910/regexp-in-preg-match-function-returning-browser-error
var_dump(
preg_match('/\\G"((?:[^"\\\\\\r\\n]|\\\\.|\\\\\\r\\n|\\\\[\\n\\r\\f])*)"|\'((?:[^\'\\\\\\r\\n]|\\\\.|\\\\\\r\\n|\\\\[\\n\\r\\f])*)\'/','.foo {
bar: \'/00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\';
}', $match, 0, 12)
);
var_dump($match);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment