Home
last modified time | relevance | path

Searched refs:by (Results 76 – 100 of 1317) sorted by relevance

12345678910>>...53

/PHP-5.4/ext/standard/tests/array/
H A Dkey_exists_error.phpt2 Test function key_exists() by calling it more than or less than its expected arguments
9 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
17 *** Test by calling method or function with incorrect numbers of arguments ***
H A Dasort_object1.phpt12 * testing asort() by providing integer/string object arrays with following flag values
62 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is defualt --\n";
64 // testing asort() function by supplying integer object array, flag value is defualt
69 // testing asort() function by supplying string object array, flag value is defualt
74 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
75 // testing asort() function by supplying integer object array, flag value = SORT_REGULAR
80 // testing asort() function by supplying string object array, flag value = SORT_REGULAR
90 -- Testing asort() by supplying various object arrays, 'flag' value is defualt --
168 -- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Dkrsort_variation8.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation.
11 * testing krsort() by providing array of mixed values for $array argument
31 echo "\n-- Testing krsort() by supplying mixed value array, 'flag' value is defualt --\n";
36 echo "\n-- Testing krsort() by supplying mixed value array, 'flag' value is SORT_REGULAR --\n";
46 -- Testing krsort() by supplying mixed value array, 'flag' value is defualt --
103 -- Testing krsort() by supplying mixed value array, 'flag' value is SORT_REGULAR --
H A Dasort_object2.phpt12 * testing asort() by providing integer/string object arrays with following flag values
66 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is default --\n";
68 // testing asort() function by supplying integer object array, flag value is default
73 // testing asort() function by supplying string object array, flag value is default
78 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
79 // testing asort() function by supplying integer object array, flag value = SORT_REGULAR
84 // testing asort() function by supplying string object array, flag value = SORT_REGULAR
94 -- Testing asort() by supplying various object arrays, 'flag' value is default --
174 -- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Dsort_object2.phpt12 …* testing sort() by providing integer/string object arrays with flag values are defualt, SORT_REGU…
69 echo "\n-- Testing sort() by supplying various object arrays, 'flag' value is defualt --\n";
71 // testing sort() function by supplying integer object array, flag value is defualt
76 // testing sort() function by supplying string object array, flag value is defualt
81 echo "\n-- Testing sort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
82 // testing sort() function by supplying integer object array, flag value = SORT_REGULAR
87 // testing sort() function by supplying string object array, flag value = SORT_REGULAR
97 -- Testing sort() by supplying various object arrays, 'flag' value is defualt --
177 -- Testing sort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
/PHP-5.4/sapi/thttpd/
H A DREADME1 README FOR THTTPD MODULE (by Sascha Schumann)
5 turbo, throttling HTTP server by Jef Poskanzer.
15 - PHP Scripting (**.php by default)
16 - Highlighting PHP Scripts (**.phps by default)
25 You can configure the filename extensions by creating a config file for
77 You can see the list of valid PHP options by executing
85 required by PHP.
/PHP-5.4/ext/date/tests/
H A Dgetdate_variation7.phpt14 echo "\n-- Testing getdate() function by passing float 12.3456789000e10 value to timestamp --\n";
18 echo "\n-- Testing getdate() function by passing float -12.3456789000e10 value to timestamp --\n";
27 -- Testing getdate\(\) function by passing float 12.3456789000e10 value to timestamp --
53 -- Testing getdate\(\) function by passing float -12.3456789000e10 value to timestamp --
H A Dgmstrftime_variation6.phpt20 'Hour as decimal by 24-hour format' => "%H",
21 'Hour as decimal by 12-hour format' => "%I",
40 --Hour as decimal by 24-hour format--
44 --Hour as decimal by 12-hour format--
H A Dstrftime_variation6.phpt21 'Hour as decimal by 24-hour format' => "%H",
22 'Hour as decimal by 12-hour format' => "%I",
41 --Hour as decimal by 24-hour format--
45 --Hour as decimal by 12-hour format--
/PHP-5.4/tests/classes/
H A Dnew_001.phpt2 Confirm difference between assigning new directly and by reference.
27 …echo "Assigning new object by ref to \$k removes it from \$f's reference set, so \$f is unchanged:…
32 Deprecated: Assigning the return value of new by reference is deprecated in %s on line 23
44 Assigning new object by ref to $k removes it from $f's reference set, so $f is unchanged:
/PHP-5.4/tests/lang/
H A Dbug21600.phpt2 Bug #21600 (assign by reference function call changes variable contents)
29 Strict Standards: Only variables should be assigned by reference in %sbug21600.php on line 4
35 Strict Standards: Only variables should be assigned by reference in %sbug21600.php on line 11
H A Dengine_assignExecutionOrder_007.phpt15 Deprecated: Assigning the return value of new by reference is deprecated in %s.php on line 3
17 Deprecated: Assigning the return value of new by reference is deprecated in %s.php on line 7
19 Deprecated: Assigning the return value of new by reference is deprecated in %s.php on line 8
H A DpassByReference_002.phpt2 Attempt to pass a constant by reference
15 Fatal error: Only variables can be passed by reference in %s on line 8
/PHP-5.4/ext/standard/tests/general_functions/
H A Dget_cfg_var_error.phpt2 Test function get_cfg_var() 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";
21 *** Test by calling method or function with incorrect numbers of arguments ***
/PHP-5.4/ext/bcmath/tests/
H A Dbcmod_error2.phpt2 bcmod() - mod by 0
12 Warning: bcmod(): Division by zero in %s on line %d
/PHP-5.4/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt2 Test function pcntl_fork() by calling it with its expected arguments
14 echo "*** Test by calling method or function with its expected arguments, first print the child PID…
25 *** Test by calling method or function with its expected arguments, first print the child PID and t…
H A D001.phpt39 print "\nProcess was terminated by signal : ". $signal_print;
61 print "\nProcess was stoped by signal : ". $signal_print;
79 Process was terminated by signal : SIGTERM
82 Process was stoped by signal : SIGSTOP
/PHP-5.4/ext/posix/tests/
H A Dposix_seteuid_error.phpt2 Test function posix_seteuid() by calling it more than or less than its expected arguments
15 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
26 *** Test by calling method or function with incorrect numbers of arguments ***
H A Dposix_setuid_error.phpt2 Test function posix_setuid() by calling it more than or less than its expected arguments
15 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
29 *** Test by calling method or function with incorrect numbers of arguments ***
H A Dposix_setgid_error.phpt2 Test function posix_setgid() by calling it more than or less than its expected arguments.
14 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 ***
H A Dposix_ttyname_error.phpt2 Test function posix_ttyname() by calling it more than or less than its expected arguments
17 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
29 *** Test by calling method or function with incorrect numbers of arguments ***
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dgrepinputx6 That time it was on a line by itself.
14 of lines all by themselves.
42 This line contains pattern not on a line by itself.
/PHP-5.4/ext/ereg/regex/
H A Dregerror.ih1 /* ========= begin header generated by ./mkh ========= */
12 /* ========= end header generated by ./mkh ========= */
/PHP-5.4/Zend/tests/
H A Dmod_001.phpt2 modulus by zero
15 Warning: Division by zero in %s on line %d
H A Derrmsg_022.phpt2 errmsg: only variables can be passed by reference
14 Fatal error: Only variables can be passed by reference in %s on line %d

Completed in 156 milliseconds

12345678910>>...53