Home
last modified time | relevance | path

Searched refs:null (Results 201 – 225 of 1859) sorted by relevance

12345678910>>...75

/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_types.phpt29 NULL as "null",
49 NULL as "null",
78 ["null"]=>
/PHP-5.5/build/
H A Dbuild.mk49 rm -f $(SUBDIRS) 2>/dev/null || true; \
66 …(cd `dirname $$i` 2>/dev/null && rm -rf `cat .cvsignore | grep -v config.nice | sed 's/[[:space:]]…
71 …(cd $$i 2>/dev/null && rm -rf `svn propget svn:ignore . | grep -v config.nice` *.o *.a *.lo *.la *…
/PHP-5.5/ext/standard/tests/array/
H A Darray_reverse_variation1.phpt48 // null data
50 null,
192 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
195 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
198 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
202 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
205 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
208 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
312 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
315 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_pad_variation6.phpt67 // associative array, containing null/empty/boolean values as key/value
68 /*14*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
71 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
72 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
501 string(4) "null"
504 ["null"]=>
521 string(4) "null"
524 ["null"]=>
H A Darray_merge_variation10.phpt19 $arr3 = array ('null', 'eins', 'zwei');
56 string(4) "null"
69 $arr3: 0 => null
H A Darray_filter_variation3.phpt34 array(null, NULL), // null values
36 …array("one" => 1, null => 'null', 5.2 => "float", true => 1, "" => 'empty'), // associative array…
H A Darray_key_exists_variation6.phpt21 $array = array ('null' => null,
40 $search = null;
49 -- Key in $search array is : null --
/PHP-5.5/ext/spl/tests/
H A Dspl_recursive_iterator_iterator_key_case.phpt8 …e"=>array("four"=>4, "five"=>5, "six"=>array("seven"=>7)), "eight"=>8, -100 => 10, NULL => "null");
32 =>null
/PHP-5.5/ext/sockets/tests/
H A Dsocket_listen-wrongparams.phpt13 var_dump(socket_listen(null));
17 Warning: socket_listen() expects parameter 1 to be resource, null given in %s on line %d
/PHP-5.5/sapi/nsapi/
H A Dconfig.w326 ARG_WITH('nsapi-includes', 'Where to find NSAPI headers', null);
7 ARG_WITH('nsapi-libs', 'Where to find NSAPI libraries', null);
/PHP-5.5/ext/intl/doc/
H A Dformatter_api.php150 public function __construct($locale, $style, $pattern = null) {}
168 public static function create($locale, $style, $pattern = null) {}
339 function numfmt_create($locale, $style, $pattern = null) {}
353 function numfmt_format($formatter, $number, $type = null) {}
/PHP-5.5/ext/standard/tests/file/
H A Dmkdir_variation1-win32.phpt57 // null data
59 'lowercase null' => null,
99 --lowercase null--
H A Dmkdir_variation1.phpt57 // null data
59 'lowercase null' => null,
98 --lowercase null--
H A Drmdir_variation1.phpt58 // null data
60 'lowercase null' => null,
96 --lowercase null--
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure511 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
675 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
715 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
728 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
741 if (automake --version) < /dev/null > /dev/null 2>&1; then
754 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
767 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1108 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
1163 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1180 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
[all …]
/PHP-5.5/ext/intl/tests/
H A Dcalendar_getErrorCode_error.phpt17 var_dump(intlcal_get_error_code(null));
26 …1 passed to intlcal_get_error_code() must be an instance of IntlCalendar, null given in %s on line…
H A Dcalendar_getErrorMessage_error.phpt17 var_dump(intlcal_get_error_message(null));
26 …assed to intlcal_get_error_message() must be an instance of IntlCalendar, null given in %s on line…
/PHP-5.5/ext/json/tests/
H A Dbug61978.phpt41 string(44) "{"test":"123","me":{"test":"123","me":null}}"
43 string(44) "{"test":"123","me":{"test":"123","me":null}}"
/PHP-5.5/ext/gettext/tests/
H A Dgettext_bindtextdomain-cwd.phpt2 Test if bindtextdomain() returns string id if no directory path is set(if directory path is 'null')
16 bindtextdomain('messages',null);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetservbyname_variation10.phpt27 'lowercase null' => null,
H A Dget_cfg_var_variation3.phpt27 'lowercase null' => null
/PHP-5.5/ext/reflection/tests/
H A D004.phpt2 ReflectionMethod::invoke() with non object or null value
19 $m->invoke(null);
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug66033.phpt17 $pdo = new PDO('sqlite::memory:', null, null);
/PHP-5.5/ext/gd/tests/
H A Dimagecolorallocatealpha_error1.phpt16 imagecolorallocatealpha(null, 255, 255, 255, 50);
25 Warning: imagecolorallocatealpha() expects parameter 1 to be resource, null given in %s on line %d
/PHP-5.5/ext/mysqli/tests/
H A Dbug67839.phpt39 $id = null;
40 $fp4 = null;
41 $fp8 = null;

Completed in 266 milliseconds

12345678910>>...75