Home
last modified time | relevance | path

Searched refs:preg_last_error (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/pcre/tests/
H A Dpreg_last_error_error.phpt6 /* Prototype : int preg_last_error ( void )
12 * Pass an incorrect number of arguments to preg_last_error() to test behaviour
15 echo "*** Testing preg_last_error() : error conditions ***\n";
17 // Test preg_last_error with one more than the expected number of arguments
18 echo "\n-- Testing preg_last_error() function with more than expected no. of arguments --\n";
20 var_dump( preg_last_error($extra_arg) );
24 *** Testing preg_last_error() : error conditions ***
26 -- Testing preg_last_error() function with more than expected no. of arguments --
28 Warning: preg_last_error() expects exactly 0 parameters, 1 given in %s on line %d
H A Dbacktrack_limit.phpt15 var_dump(preg_last_error() === PREG_BACKTRACK_LIMIT_ERROR);
18 var_dump(preg_last_error() === PREG_NO_ERROR);
H A Dsplit2.phpt14 var_dump(preg_last_error(1));
16 var_dump(preg_last_error() == PREG_NO_ERROR);
18 var_dump(preg_last_error() == PREG_RECURSION_LIMIT_ERROR);
308 Warning: preg_last_error() expects exactly 0 parameters, 1 given in %s on line %d
H A Drecursion_limit.phpt15 var_dump(preg_last_error() === PREG_RECURSION_LIMIT_ERROR);
18 var_dump(preg_last_error() === PREG_NO_ERROR);
H A Dinvalid_utf8_offset.phpt16 var_dump(preg_last_error() == PREG_BAD_UTF8_OFFSET_ERROR);
20 var_dump(preg_last_error() == PREG_NO_ERROR);
H A Dbug37800.phpt15 var_dump(preg_last_error() === PREG_NO_ERROR);
22 var_dump(preg_last_error() === PREG_NO_ERROR);
H A D007.phpt22 var_dump(preg_last_error() == PREG_NO_ERROR);
25 var_dump(preg_last_error() == PREG_BAD_UTF8_ERROR);
H A Dgrep2.phpt16 var_dump(preg_last_error() == PREG_NO_ERROR);
18 var_dump(preg_last_error() == PREG_RECURSION_LIMIT_ERROR);
H A Dinvalid_utf8.phpt15 var_dump(preg_last_error());
/PHP-5.5/sapi/cli/tests/
H A D006.phpt131 Function [ <internal:pcre> function preg_last_error ] {
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1894 static PHP_FUNCTION(preg_last_error) in PHP_FUNCTION() argument
1970 PHP_FE(preg_last_error, arginfo_preg_last_error)
/PHP-5.5/
H A DNEWS8237 . Added preg_last_error(). (Andrei)

Completed in 66 milliseconds