Searched refs:mb_parse_str (Results 1 – 10 of 10) sorted by relevance
2 mb_parse_str()6 register_globals calls killed the ability for mb_parse_str() to register into the global scope19 mb_parse_str($query, $array);23 mb_parse_str($query);41 Deprecated: mb_parse_str(): Calling mb_parse_str() without the result argument is deprecated in %s …53 Deprecated: mb_parse_str(): Calling mb_parse_str() without the result argument is deprecated in %s …75 Deprecated: mb_parse_str(): Calling mb_parse_str() without the result argument is deprecated in %s …
2 mb_parse_str() test 26 register_globals calls killed the ability for mb_parse_str() to register into the global scope20 mb_parse_str($query, $array);25 mb_parse_str($query);47 Deprecated: mb_parse_str(): Calling mb_parse_str() without the result argument is deprecated in %s …63 Deprecated: mb_parse_str(): Calling mb_parse_str() without the result argument is deprecated in %s …94 Deprecated: mb_parse_str(): Calling mb_parse_str() without the result argument is deprecated in %s …
6 register_globals calls killed the ability for mb_parse_str() to register into the global scope12 var_dump(mb_parse_str("testmoo"));14 var_dump(mb_parse_str("test=moo"));
14 mb_parse_str("a=%fc", $dummy);
2 Bug #48697 (mb_internal_encoding() value gets reset by parse_str() or mb_parse_str()
32 <?php mb_parse_str("test=&@AB€‚äöü€⟨⟩…
18 mb_parse_str("abc=def", $dummy);
2 $this re-assign in mb_parse_str()8 mb_parse_str("this=42");14 Deprecated: mb_parse_str(): Calling mb_parse_str() without the result argument is deprecated in %s …18 #0 %sthis_in_mb_parse_str.php(3): mb_parse_str('this=42')
104 PHP_FUNCTION(mb_parse_str);
548 PHP_FE(mb_parse_str, arginfo_mb_parse_str)2089 PHP_FUNCTION(mb_parse_str) in PHP_FUNCTION() argument
Completed in 99 milliseconds