Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 140) sorted by path

123456

/PHP-5.5/
H A DNEWS2342 . mb_split() can now handle empty matches like preg_split() does. (Moriyoshi)
6590 compatible. Now matches that of setcookie()). (Scott)
7287 - Fixed bug #42027 (is_file() / is_dir() matches file/dirnames with wildcard char
/PHP-5.5/Zend/RFCs/
H A D003.txt59 Mis-matches in type should be reported as fatal errors and should halt
/PHP-5.5/Zend/
H A DZEND_CHANGES879 // matches the following 7 lines with the for directive.
H A Dzend_vm_gen.php397 function($matches) use ($spec, $prefix, $op1, $op2) {
398 if (strncasecmp($matches[0], "EXECUTE_DATA", strlen("EXECUTE_DATA")) == 0) {
403 …return "return " . helper_name($matches[1], $spec, $op1, $op2) . "(" . $matches[2]. ", ZEND_OPCODE…
418 function($matches) use ($spec, $prefix, $op1, $op2) {
424 …return $matches[2] . " = " . $matches[3] . "; goto " . helper_name($matches[1], $spec, $op1, $op2…
426 return "goto " . helper_name($matches[1], $spec, $op1, $op2);
439 function($matches) use ($spec, $prefix, $op1, $op2) {
445 …return $matches[2] . " = " . $matches[3] . "; goto " . helper_name($matches[1], $spec, $op1, $op2…
447 return "goto " . helper_name($matches[1], $spec, $op1, $op2);
457 foreach ($matches as $match) {
[all …]
/PHP-5.5/Zend/tests/
H A Dbug63055.phpt12 $matches = array("foo" => "bar"); /* this bucket will trigger the segfault */
16 $matches[1] = &$matches;
17 $matches[2] = $dummy;
19 str_replace("foo", "bar", "foobar", $matches);
H A Dclosure_008.phpt7 $lambda = function ($matches) {
8 return str_replace(' ', ' ', $matches[1]).' ';
H A Dclosure_047.phpt8 preg_replace_callback( '/(\?)/', function($matches) use (&$params, &$text) {
H A Dclosure_048.phpt8 $c = function($matches) use (&$params, &$text) {
/PHP-5.5/build/
H A Dlibtool.m43867 # The `*' in the case matches for architectures that use `case' in
/PHP-5.5/ext/ereg/tests/
H A D015.phpt2 replace empty matches
H A Dereg_basic_001.phpt12 * Test a number of simple, valid matches with ereg, specifying $regs
H A Dereg_basic_002.phpt12 * Test a number of simple, valid matches with ereg, without specifying $regs
H A Dereg_basic_003.phpt12 * Test a long RE with lots of matches
H A Dereg_basic_004.phpt2 Test ereg() function : basic functionality - a few non-matches
H A Dereg_replace_basic_001.phpt12 * Test a number of simple, valid matches with ereg_replace
24 var_dump(ereg_replace($pattern, $replacement, $match . ' this contains some matches ' . $match));
34 string(82) "--[this is a replacement]-- this contains some matches --[this is a replacement]--"
50 string(90) "--- [this is a replacement] --- this contains some matches --- [this is a replacement] …
54 string(74) "[this is a replacement] this contains some matches [this is a replacement]"
62 string(74) "[this is a replacement] this contains some matches [this is a replacement]"
66 …9abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ this contains some matches 0123456789abcdefg…
70 string(66) "[this is a replacement]56789 this contains some matches 0123456789"
74 string(66) "0123456789 this contains some matches 01234[this is a replacement]"
80 … a replacement]contains[this is a replacement]some[this is a replacement]matches[this is a replace…
H A Dereg_replace_basic_002.phpt2 Test ereg_replace() function : basic functionality - a few non-matches
H A Deregi_basic.phpt25 …); //character class lower should just match [a-z] but in case insensitive search matches [a-zA-Z]
H A Deregi_basic_001.phpt12 * Test a number of simple, valid matches with eregi, specifying $regs
H A Deregi_basic_002.phpt12 * Test a number of simple, valid matches with eregi, without specifying $regs
H A Deregi_basic_003.phpt12 * Test a long RE with lots of matches
H A Deregi_basic_004.phpt2 Test eregi() function : basic functionality - a few non-matches
H A Deregi_replace_basic_001.phpt12 * Test a number of simple, valid matches with eregi_replace
24 var_dump(eregi_replace($pattern, $replacement, $match . ' this contains some matches ' . $match));
34 string(82) "--[this is a replacement]-- this contains some matches --[this is a replacement]--"
50 string(90) "--- [this is a replacement] --- this contains some matches --- [this is a replacement] …
54 string(74) "[this is a replacement] this contains some matches [this is a replacement]"
62 string(74) "[this is a replacement] this contains some matches [this is a replacement]"
66 …9abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ this contains some matches 0123456789abcdefg…
70 string(66) "[this is a replacement]56789 this contains some matches 0123456789"
74 string(66) "0123456789 this contains some matches 01234[this is a replacement]"
80 … a replacement]contains[this is a replacement]some[this is a replacement]matches[this is a replace…
H A Deregi_replace_basic_002.phpt2 Test eregi_replace() function : basic functionality - a few non-matches
H A Dsplit_basic_003.phpt2 Test split() function : basic functionality - a few non-matches
H A Dspliti_basic_003.phpt2 Test spliti() function : basic functionality - a few non-matches

Completed in 87 milliseconds

123456