Home
last modified time | relevance | path

Searched refs:by (Results 51 – 75 of 1354) sorted by relevance

12345678910>>...55

/PHP-5.5/ext/standard/tests/array/
H A Dasort_variation6.phpt12 …* testing asort() by providing different hexa-decimal array for $array argument with following fla…
26 echo "\n-- Testing asort() by supplying hexadecimal value array, 'flag' value is defualt --\n";
31 echo "\n-- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\n…
36 echo "\n-- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\n…
46 -- Testing asort() by supplying hexadecimal value array, 'flag' value is defualt --
69 -- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
92 -- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
H A Dkey_exists_basic.phpt2 Test function key_exists() by calling it with its expected arguments
8 echo "*** test key_exists() by calling it with its expected arguments ***\n";
13 *** test key_exists() by calling it with its expected arguments ***
H A Darsort_object1.phpt12 * testing arsort() by providing integer/string object arrays with following flag values
62 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is defualt --\n";
64 // testing arsort() function by supplying integer object array, flag value is defualt
69 // testing arsort() function by supplying string object array, flag value is defualt
74 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
75 // testing arsort() function by supplying integer object array, flag value = SORT_REGULAR
80 // testing arsort() function by supplying string object array, flag value = SORT_REGULAR
H A Dkey_exists_variation1.phpt2 Test function key_exists() by calling it with its expected arguments
8 echo "*** test key_exists() by calling it with its expected arguments ***\n";
13 *** test key_exists() by calling it with its expected arguments ***
H A Dksort_object.phpt6 * Description: Sort an array by key, maintaining key to data correlation.
10 * testing ksort() by providing array ofinteger/string objects with following flag values:
58 echo "\n-- Testing ksort() by supplying various object arrays, 'flag' value is defualt --\n";
60 // testing ksort() function by supplying integer object array, flag value is defualt
65 // testing ksort() function by supplying string object array, flag value is defualt
70 echo "\n-- Testing ksort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
71 // testing ksort() function by supplying integer object array, flag value = SORT_REGULAR
76 // testing ksort() function by supplying string object array, flag value = SORT_REGULAR
86 -- Testing ksort() by supplying various object arrays, 'flag' value is defualt --
164 -- Testing ksort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Dkrsort_object.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
10 * testing krsort() by providing array of integer/string objects with following flag values:
59 echo "\n-- Testing krsort() by supplying various object arrays, 'flag' value is defualt --\n";
61 // testing krsort() function by supplying integer object array, flag value is defualt
66 // testing krsort() function by supplying string object array, flag value is defualt
71 echo "\n-- Testing krsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
72 // testing krsort() function by supplying integer object array, flag value = SORT_REGULAR
77 // testing krsort() function by supplying string object array, flag value = SORT_REGULAR
87 -- Testing krsort() by supplying various object arrays, 'flag' value is defualt --
165 -- Testing krsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Darray_combine_error2.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
13 // Testing array_combine by passing empty arrays to $keys and $values arguments
17 // Testing array_combine by passing empty array to $keys
21 // Testing array_combine by passing empty array to $values
26 echo "\n-- Testing array_combine() function by passing array with unequal number of elements --\n";
48 -- Testing array_combine() function by passing array with unequal number of elements --
H A Darsort_object2.phpt12 * testing arsort() by providing integer/string object arrays with following flag values
66 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is default --\n";
68 // testing arsort() function by supplying integer object array, flag value is default
73 // testing arsort() function by supplying string object array, flag value is default
78 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
79 // testing arsort() function by supplying integer object array, flag value = SORT_REGULAR
84 // testing arsort() function by supplying string object array, flag value = SORT_REGULAR
H A Dsort_object1.phpt11 …* testing sort() by providing integer/string object arrays with flag values are defualt, SORT_REGU…
59 echo "\n-- Testing sort() by supplying various object arrays, 'flag' value is defualt --\n";
61 // testing sort() function by supplying integer object array, flag value is defualt
66 // testing sort() function by supplying string object array, flag value is defualt
71 echo "\n-- Testing sort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
72 // testing sort() function by supplying integer object array, flag value = SORT_REGULAR
77 // testing sort() function by supplying string object array, flag value = SORT_REGULAR
87 -- Testing sort() by supplying various object arrays, 'flag' value is defualt --
165 -- Testing sort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
/PHP-5.5/Zend/tests/generators/errors/
H A Dnon_ref_generator_iterated_by_ref_error.phpt2 Non-ref generators cannot be iterated by-ref
13 …ption' with message 'You can only iterate a generator by-reference if it declared that it yields b…
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt49 30: Objects returned by bad1::getIterator() must be traversable or implement interface Iterator
50 30: Objects returned by bad2::getIterator() must be traversable or implement interface Iterator
51 30: Objects returned by bad3::getIterator() must be traversable or implement interface Iterator
52 30: Objects returned by bad4::getIterator() must be traversable or implement interface Iterator
H A DpassByReference_005.phpt2 Pass uninitialised variables by reference and by value to test implicit initialisation.
73 echo "\n ---- Pass by ref / pass by val: functions ----\n";
96 echo "\n\n ---- Pass by ref / pass by val: static method calls ----\n";
118 echo "\n\n ---- Pass by ref / pass by val: instance method calls ----\n";
147 ---- Pass by ref / pass by val: functions ----
180 ---- Pass by ref / pass by val: static method calls ----
225 ---- Pass by ref / pass by val: instance method calls ----
H A DpassByReference_006.phpt2 Pass uninitialised objects and arrays by reference to test implicit initialisation.
35 echo "\n ---- Pass uninitialised array & object by ref: function call ---\n";
40 echo "\n ---- Pass uninitialised arrays & objects by ref: static method call ---\n";
45 echo "\n\n---- Pass uninitialised arrays & objects by ref: constructor ---\n";
50 echo "\n ---- Pass uninitialised arrays & objects by ref: instance method call ---\n";
58 ---- Pass uninitialised array & object by ref: function call ---
92 ---- Pass uninitialised arrays & objects by ref: static method call ---
129 ---- Pass uninitialised arrays & objects by ref: constructor ---
163 ---- Pass uninitialised arrays & objects by ref: instance method call ---
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt11 Received: from pb1.pair.com (pb1.pair.com [16.92.131.4]) by ***.example.com
16 Received: (qmail 63472 invoked by uid 1010); 1 Jan 1970 0:00:00 -0000
17 Mailing-List: contact internals-help@lists.php.net; run by ezmlm
23 Received: (qmail 63459 invoked by uid 1010); 1 Jan 1970 0:00:00 -0000
45 …string(259) "from pb1.pair.com (pb1.pair.com [16.92.131.4]) by ***.example.com (8.12.10/8.12.10/19…
47 string(59) "(qmail 63472 invoked by uid 1010); 1 Jan 1970 0:00:00 -0000"
49 string(59) "(qmail 63459 invoked by uid 1010); 1 Jan 1970 0:00:00 -0000"
52 string(50) "contact internals-help@lists.php.net; run by ezmlm"
/PHP-5.5/ext/posix/tests/
H A Dposix_errno_basic.phpt2 Test function posix_errno() by calling it with its expected arguments
14 echo "*** Test by calling method or function with its expected arguments ***\n";
21 *** Test by calling method or function with its expected arguments ***
H A Dposix_errno_variation1.phpt2 Test function posix_errno() by calling it with with permission error
15 echo "*** Test by calling function with permission error ***\n";
22 *** Test by calling function with permission error ***
H A Dposix_setgid_basic.phpt2 Test function posix_setgid() by calling it with its expected arguments
15 echo "*** Test by calling method or function with its expected arguments ***\n";
24 *** Test by calling method or function with its expected arguments ***
H A Dposix_errno_error.phpt2 Test function posix_errno() by calling it with its expected arguments
14 echo "*** Test by calling method or function with more than expected arguments ***\n";
21 *** Test by calling method or function with more than expected arguments ***
H A Dposix_errno_variation2.phpt2 Test function posix_errno() by calling it with its expected arguments
15 echo "*** Test by calling function with pid error ***\n";
29 *** Test by calling function with pid error ***
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_cfg_var_basic.phpt2 Test function get_cfg_var() by calling it with its expected arguments
14 echo "*** Test by calling method or function with its expected arguments ***\n";
21 *** Test by calling method or function with its expected arguments ***
/PHP-5.5/ext/simplexml/tests/
H A Dsimplexml_import_dom.phpt17 echo "{$book->title} was written by {$book->author}\n";
21 The Grapes of Wrath was written by John Steinbeck
22 The Pearl was written by John Steinbeck
/PHP-5.5/ext/pcntl/
H A Dconfig.m49 …rk, [ AC_DEFINE(HAVE_FORK,1,[ ]) ], [ AC_MSG_ERROR(pcntl: fork() not supported by this platform) ])
10 …AC_DEFINE(HAVE_WAITPID,1,[ ]) ], [ AC_MSG_ERROR(pcntl: waitpid() not supported by this platform) ])
11 …EFINE(HAVE_SIGACTION,1,[ ]) ], [ AC_MSG_ERROR(pcntl: sigaction() not supported by this platform) ])
/PHP-5.5/Zend/tests/
H A Dbug45178.phpt2 Bug #45178 memory corruption on assignment result of "new" by reference
23 Deprecated: Assigning the return value of new by reference is deprecated in %sbug45178.php on line 7
25 Deprecated: Assigning the return value of new by reference is deprecated in %sbug45178.php on line …
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput14102 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
116 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
123 ) )* # further okay, if led by a period
130 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
138 \) )* \. # if led by a period...
160 ) # one word, optionally followed by....
189 \) )* \. # if led by a period...
217 \) )* \. # if led by a period...
228 )* # further okay, if led by comma
256 ) )* # further okay, if led by a period
[all …]
H A Dtestinput1720 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
34 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
41 ) )* # further okay, if led by a period
48 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
56 \) )* \. # if led by a period...
78 ) # one word, optionally followed by....
107 \) )* \. # if led by a period...
135 \) )* \. # if led by a period...
146 )* # further okay, if led by comma
174 ) )* # further okay, if led by a period
[all …]

Completed in 37 milliseconds

12345678910>>...55