Home
last modified time | relevance | path

Searched refs:null (Results 176 – 200 of 1859) sorted by relevance

12345678910>>...75

/PHP-5.5/ext/sockets/tests/
H A Dsocket_select-wrongparams-3.phpt20 $write = null;
21 $except = null;
H A Dsocket_select-wrongparams-1.phpt17 $write = null;
18 $except = null;
H A Dsocket_import_stream-4.phpt15 if ($stream !== null) {
20 if ($sock !== null) {
40 test(null, $sock1);
46 test($stream2, null);
/PHP-5.5/Zend/tests/
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
20 $this->son = null;
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_with_nonscalar_keys.phpt12 yield null => null;
/PHP-5.5/pear/
H A Dfetch.php10 static $filesize = null;
54 $copt = null;
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetservbyname_variation3.phpt21 'lowercase null' => null,
H A Duniqid_basic.phpt13 var_dump(uniqid(null, true));
14 var_dump(uniqid(null, false));
24 null,
/PHP-5.5/ext/reflection/tests/
H A Dbug29986.phpt10 const NULL_CONSTANT = null;
24 Constant [ null NULL_CONSTANT ] { }
H A DReflectionClass_setStaticPropertyValue_002.phpt24 var_dump($rc->setStaticPropertyValue(null));
29 var_dump($rc->setStaticPropertyValue(null,null));
/PHP-5.5/ext/mysqli/tests/
H A Dbug62885.phpt15 $test1 = mysqli_poll($test2, $test3, $tablica, null);
19 $test1 = mysqli_poll($test2, $test3, $tablica, null);
/PHP-5.5/ext/standard/tests/array/
H A Darray_map_variation2.phpt19 var_dump( array_map(null, $arr));
20 var_dump( array_map(null, $arr, $arr));
23 $arr[0] = null;
24 $arr[1] = null;
H A Dcurrent_variation2.phpt57 // null data
58 /*3*/ 'null' => array(
60 null,
128 -- Iteration 3 : null data --
H A Duksort_variation1.phpt57 // null data
59 'lowercase null' => null,
147 Warning: uksort() expects parameter 1 to be array, null given in %suksort_variation1.php on line %d
150 --lowercase null--
152 Warning: uksort() expects parameter 1 to be array, null given in %suksort_variation1.php on line %d
217 Warning: uksort() expects parameter 1 to be array, null given in %suksort_variation1.php on line %d
222 Warning: uksort() expects parameter 1 to be array, null given in %suksort_variation1.php on line %d
H A Darray_product_variation5.phpt56 // null data
58 'lowercase null' => null,
146 Warning: array_product() expects parameter 1 to be array, null given in %sarray_product_variation5.…
149 --lowercase null--
151 Warning: array_product() expects parameter 1 to be array, null given in %sarray_product_variation5.…
216 Warning: array_product() expects parameter 1 to be array, null given in %sarray_product_variation5.…
221 Warning: array_product() expects parameter 1 to be array, null given in %sarray_product_variation5.…
/PHP-5.5/ext/json/tests/
H A Dpass001.1.phpt29 null,
54 \"null\": null,
117 null,
142 "null": null,
247 ["null"]=>
428 ["null"]=>
534null,{"integer":1234567890,"real":-9876.54321,"e":1.23456789e-13,"E":1.23456789e+34,"_empty_":0,"E…
536null,{"integer":1234567890,"real":-9876.54321,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"E no .":…
613 ["null"]=>
794 ["null"]=>
H A Dpass001.1_64bit.phpt29 null,
54 \"null\": null,
117 null,
142 "null": null,
247 ["null"]=>
428 ["null"]=>
534null,{"integer":1234567890,"real":-9876.54321,"e":1.23456789e-13,"E":1.23456789e+34,"_empty_":0,"E…
536null,{"integer":1234567890,"real":-9876.54321,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"E no .":…
613 ["null"]=>
794 ["null"]=>
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation14.phpt50 'null',
133 string(4) "null"
208 string(4) "null"
283 string(4) "null"
358 string(4) "null"
433 string(4) "null"
508 string(4) "null"
658 string(4) "null"
733 string(4) "null"
808 string(4) "null"
[all …]
/PHP-5.5/ext/openssl/tests/
H A Dcve2013_4073.phpt17 …null.python.org' . "\0" . 'example.com, email:null@python.org' . "\0" . 'user@example.org, URI:htt…
/PHP-5.5/ext/intl/tests/
H A Dtimezone_getDSTSavings_error.phpt14 var_dump(intltz_get_dst_savings(null));
23 …1 passed to intltz_get_dst_savings() must be an instance of IntlTimeZone, null given in %s on line…
H A Dtimezone_getErrorCode_error.phpt14 var_dump(intltz_get_error_code(null));
23 … 1 passed to intltz_get_error_code() must be an instance of IntlTimeZone, null given in %s on line…
H A Dtimezone_getErrorMessage_error.phpt14 var_dump(intltz_get_error_message(null));
23 …passed to intltz_get_error_message() must be an instance of IntlTimeZone, null given in %s on line…
H A Dtimezone_getID_error.phpt13 intltz_get_id(null);
23 …Argument 1 passed to intltz_get_id() must be an instance of IntlTimeZone, null given in %s on line…
H A Dtimezone_getRawOffset_error.phpt14 intltz_get_raw_offset(null);
23 … 1 passed to intltz_get_raw_offset() must be an instance of IntlTimeZone, null given in %s on line…
H A Dtimezone_useDaylightTime_error.phpt13 intltz_use_daylight_time(null);
22 …passed to intltz_use_daylight_time() must be an instance of IntlTimeZone, null given in %s on line…

Completed in 3719 milliseconds

12345678910>>...75