stronk7

Untitled

Jul 11th, 2022
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. $ ag "preg_split\(([^'\)]*|('.*')),([^'\)]*|('.*'))," | grep null
  2. question/type/gapselect/questiontypebase.php:185: null, PREG_SPLIT_DELIM_CAPTURE);
  3. question/type/multianswer/questiontype.php:284: null, PREG_SPLIT_DELIM_CAPTURE);
  4. lib/form/classes/filetypes_util.php:71: $types = preg_split('/[\s,;:"\']+/', $types, null, PREG_SPLIT_NO_EMPTY);
  5. lib/tests/messageinbound_test.php:108: null, PREG_SPLIT_DELIM_CAPTURE);
  6. lib/php-css-parser/Parsing/ParserState.php:285: return preg_split('//u', $sString, null, PREG_SPLIT_NO_EMPTY);
  7. mod/workshop/locallib.php:451: $extensions = preg_split('/[\s,;:"\']+/', $extensions, null, PREG_SPLIT_NO_EMPTY);
Advertisement
Add Comment
Please, Sign In to add comment