Home
last modified time | relevance | path

Searched refs:by (Results 126 – 150 of 1482) sorted by relevance

12345678910>>...60

/PHP-5.5/ext/posix/tests/
H A Dposix_geteuid_error1.phpt2 Test function posix_geteuid() by calling it more than or less than its expected arguments
13 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
25 *** Test by calling method or function with incorrect numbers of arguments ***
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING13 suggested by Martin Richards. These were not Unix-like in form, and were quite
14 restricted in what they could do by comparison with Perl. The interesting part
17 not operate by backtracking, as the original Henry Spencer code and current
31 By contrast, the code originally written by Henry Spencer (which was
35 the original library.) The execution function operates by backtracking and
100 with small stacks where the patterns are provided by users.
202 OP_PRUNE ) OP_CLOSE, each followed by a count that
214 OP_MARK is followed by the mark name, preceded by a one-unit length, and
295 Match by Unicode property
389 followed by the minimum and maximum repeat counts.
[all …]
/PHP-5.5/ext/spl/tests/
H A Diterator_035.phpt2 SPL: ArrayIterator and values assigned by reference
17 Fatal error: Cannot assign by reference to overloaded object in %s on line %d
H A Diterator_069.phpt2 SPL: RecursiveIteratorIterator cannot be used with foreach by reference
17 Fatal error: An iterator cannot be used with foreach by reference in %s on line %d
H A Darray_019.phpt2 SPL: ArrayIterator and foreach by reference
30 Fatal error: An iterator cannot be used with foreach by reference in %sarray_019.php on line %d
/PHP-5.5/tests/lang/
H A Dfunc_get_arg.005.phpt2 A variable, which is referenced by another variable, is passed by value.
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation8.phpt2 Test function get_cfg_var() by calling deprecated option
12 echo "*** Test by calling method or function with deprecated option ***\n";
/PHP-5.5/ext/standard/tests/array/
H A Darsort_variation8.phpt12 …* testing arsort() by providing arrays contains sub arrays for $array argument with flowing flag v…
38 echo "\n-- Testing arsort() by supplying various arrays containing sub arrays --\n";
44 // testing arsort() function by supplying different arrays, flag value is default
50 // testing arsort() function by supplying different arrays, flag value = SORT_REGULAR
63 -- Testing arsort() by supplying various arrays containing sub arrays --
H A Dasort_variation8.phpt12 …* testing asort() by providing arrays contains sub arrays for $array argument with flowing flag va…
38 echo "\n-- Testing asort() by supplying various arrays containing sub arrays --\n";
44 // testing asort() function by supplying different arrays, flag value is default
50 // testing asort() function by supplying different arrays, flag value = SORT_REGULAR
63 -- Testing asort() by supplying various arrays containing sub arrays --
H A Dkrsort_variation7.phpt6 * Description: Sort an array by key, maintaining key to data correlation
11 * testing krsort() by providing arrays contains sub arrays for $array argument
37 echo "\n-- Testing krsort() by supplying various arrays containing sub arrays --\n";
60 -- Testing krsort() by supplying various arrays containing sub arrays --
H A Dksort_variation7.phpt6 * Description: Sort an array by key, maintaining key to data correlation
11 * testing ksort() by providing arrays containing sub arrays for $array argument
37 echo "\n-- Testing ksort() by supplying various arrays containing sub arrays --\n";
60 -- Testing ksort() by supplying various arrays containing sub arrays --
H A Darray_map_variation19.phpt11 * Test array_map() with a pass-by-value callback forced to behave as a pass-by-reference function.
/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_variation1.phpt10 //test passing in the same variable where 1 is by value, the other is a different
11 //type and by reference so should be updated to the new type.
H A Dpreg_grep_basic.phpt12 ….*/*)+@', $array)); //finds / followed by one or more of a-z, A-Z and 0-9, followed by zero or mor…
13 …@i', $array)); //finds http:// (at the beginning of a string) not followed by 3 characters that ar…
/PHP-5.5/ext/phar/tests/
H A Dphpinfo_001.phpt38 Phar based on pear/PHP_Archive, original concept by Davey Shafik.
39 Phar fully realized by Gregory Beaver and Marcus Boerger.
60 Phar based on pear/PHP_Archive, original concept by Davey Shafik.
61 Phar fully realized by Gregory Beaver and Marcus Boerger.
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput14169 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
183 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
190 ) )* # further okay, if led by a period
197 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
205 \) )* \. # if led by a period...
227 ) # one word, optionally followed by....
256 \) )* \. # if led by a period...
284 \) )* \. # if led by a period...
295 )* # further okay, if led by comma
323 ) )* # further okay, if led by a period
[all …]
H A Dtestoutput1736 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
50 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
57 ) )* # further okay, if led by a period
64 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
72 \) )* \. # if led by a period...
94 ) # one word, optionally followed by....
123 \) )* \. # if led by a period...
151 \) )* \. # if led by a period...
162 )* # further okay, if led by comma
190 ) )* # further okay, if led by a period
[all …]
/PHP-5.5/ext/ereg/regex/
H A Dmain.ih1 /* ========= begin header generated by ./mkh ========= */
19 /* ========= end header generated by ./mkh ========= */
/PHP-5.5/ext/ereg/tests/
H A Dereg_variation_004.phpt2 Test ereg() function : usage variations - pass non-variable as arg 3, which is pass-by-ref.
15 Strict Standards: Only variables should be passed by reference in %s on line %d
H A Deregi_variation_004.phpt2 Test eregi() function : usage variations - pass non-variable as arg 3, which is pass-by-ref.
15 Strict Standards: Only variables should be passed by reference in %s on line %d
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation6-win32.phpt16 /* Trying to create unique files by passing previously created unique file name as prefix */
20 echo "\n*** Test tempnam(): by passing previously created filenames ***\n";
51 *** Test tempnam(): by passing previously created filenames ***
H A Dtempnam_variation6.phpt14 /* Trying to create unique files by passing previously created unique file name as prefix */
18 echo "\n*** Test tempnam(): by passing previously created filenames ***\n";
49 *** Test tempnam(): by passing previously created filenames ***
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE248 \n back reference by group number (n >= 1)
249 \k<n> back reference by group number (n >= 1)
253 \k<name> back reference by group name
254 \k'name' back reference by group name
301 \g<name> call by group name
302 \g'name' call by group name
303 \g<n> call by group number (n >= 1)
304 \g'n' call by group number (n >= 1)
305 \g<-n> call by relative group number (n >= 1)
306 \g'-n' call by relative group number (n >= 1)
[all …]
/PHP-5.5/ext/xsl/tests/
H A Dbug53965.phpt26 <h1>Fight for your mind</h1><h2>by Ben Harper - 1995</h2><hr>
27 <h1>Electric Ladyland</h1><h2>by Jimi Hendrix - 1997</h2><hr>
/PHP-5.5/tests/classes/
H A Darray_access_012.phpt2 ZE2 ArrayAccess cannot assign by reference
36 Fatal error: Cannot assign by reference to overloaded object in %sarray_access_012.php on line 24

Completed in 32 milliseconds

12345678910>>...60