Home
last modified time | relevance | path

Searched refs:quotemeta (Results 1 – 7 of 7) sorted by relevance

/PHP-5.4/ext/standard/tests/strings/
H A Dquotemeta_error.phpt2 Test quotemeta() function : error conditions
6 /* Prototype : string quotemeta ( string $str )
11 echo "*** Testing quotemeta() : error conditions ***\n";
13 echo "\n-- Testing quotemeta() function with no arguments --\n";
14 var_dump( quotemeta());
18 var_dump(quotemeta("How are you ?", $extra_arg));
23 *** Testing quotemeta() : error conditions ***
25 -- Testing quotemeta() function with no arguments --
27 Warning: quotemeta() expects exactly 1 parameter, 0 given in %s on line %d
30 -- Testing quotemeta() function with more than expected no. of arguments --
[all …]
H A Dquotemeta_basic.phpt2 Test quotemeta() function : basic functionality
6 /* Prototype : string quotemeta ( string $str )
11 echo "*** Testing quotemeta() : basic functionality ***\n";
13 var_dump(quotemeta("Hello how are you ?"));
14 var_dump(quotemeta("(100 + 50) * 10"));
15 var_dump(quotemeta("\+*?[^]($)"));
19 *** Testing quotemeta() : basic functionality ***
/PHP-5.4/tests/strings/
H A D001.phpt134 echo "Testing quotemeta: ";
136 $quoted = quotemeta($raw);
205 Testing quotemeta: passed
/PHP-5.4/ext/standard/
H A Dphp_string.h54 PHP_FUNCTION(quotemeta);
H A Dstring.c2598 PHP_FUNCTION(quotemeta) argument
H A Dbasic_functions.c2770 PHP_FE(quotemeta, arginfo_quotemeta)
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt9868 "perldoc -f quotemeta".) For example, "1.5-2.0?" becomes

Completed in 66 milliseconds