Home
last modified time | relevance | path

Searched refs:null (Results 276 – 300 of 1738) sorted by relevance

1...<<11121314151617181920>>...70

/PHP-5.3/ext/standard/tests/array/
H A Dreset_variation1.phpt52 // null data
54 null,
146 Warning: reset() expects parameter 1 to be array, null given in %s on line %d
151 Warning: reset() expects parameter 1 to be array, null given in %s on line %d
207 Warning: reset() expects parameter 1 to be array, null given in %s on line %d
212 Warning: reset() expects parameter 1 to be array, null given in %s on line %d
H A Darray_diff_variation3.phpt53 "null" => array(
54 // null data
56 null),
H A Darray_walk_variation7.phpt35 echo "-- Anonymous function with null argument --\n";
36 var_dump( array_walk( $input, create_function(null, 'echo "1\n";')));
87 -- Anonymous function with null argument --
H A Darray_walk_recursive_variation7.phpt35 echo "-- Anonymous function with null argument --\n";
36 var_dump( array_walk_recursive( $input, create_function(null, 'echo "1\n";')));
87 -- Anonymous function with null argument --
/PHP-5.3/ext/standard/tests/dir/
H A Dclosedir_variation1.phpt50 // null data
52 null,
140 Warning: closedir() expects parameter 1 to be resource, null given in %s on line %d
145 Warning: closedir() expects parameter 1 to be resource, null given in %s on line %d
205 Warning: closedir() expects parameter 1 to be resource, null given in %s on line %d
210 Warning: closedir() expects parameter 1 to be resource, null given in %s on line %d
/PHP-5.3/ext/imap/tests/
H A Dimap_close_variation1.phpt53 // null data
55 null,
142 Warning: imap_close() expects parameter 1 to be resource, null given in %simap_close_variation1.php…
147 Warning: imap_close() expects parameter 1 to be resource, null given in %simap_close_variation1.php…
207 Warning: imap_close() expects parameter 1 to be resource, null given in %simap_close_variation1.php…
212 Warning: imap_close() expects parameter 1 to be resource, null given in %simap_close_variation1.php…
H A Dimap_fetchbody_variation1.phpt58 // null data
60 null,
147 Warning: imap_fetchbody() expects parameter 1 to be resource, null given in %s on line 85
152 Warning: imap_fetchbody() expects parameter 1 to be resource, null given in %s on line 85
212 Warning: imap_fetchbody() expects parameter 1 to be resource, null given in %s on line 85
217 Warning: imap_fetchbody() expects parameter 1 to be resource, null given in %s on line 85
/PHP-5.3/ext/standard/tests/strings/
H A Dexplode_variation5.phpt20 echo "\n-- negative limit (since PHP 5.1) with null string -- \n";
45 -- negative limit (since PHP 5.1) with null string --
H A Dsubstr_count_variation_002.phpt27 echo "\n-- heredoc null string --\n";
49 -- heredoc null string --
H A Dstrrchr_variation12.phpt10 /* Test strrchr() function: with binary values & null terminated strings passed to 'str1' & 'str2' …
24 //needle as null string
H A Dstripos_variation12.phpt2 Test stripos() function : usage variations - null terminated strings for 'haystack' argument
10 /* Test stripos() function with null terminated strings for 'haystack' argument
/PHP-5.3/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt127 'null',
155 array(null),
279 // different valid null vlaues
281 unset ($unset_var); // now a null
286 null,
291 echo "\n*** Output for null values ***\n";
551 'null'
552 'null'
553 string(6) "'null'"
1032 *** Testing var_export() with valid null values ***
[all …]
H A Dintval_variation1.phpt72 // null data
74 'lowercase null' => null,
157 --lowercase null--
/PHP-5.3/tests/classes/
H A Dinterface_optional_arg_003.inc3 function f($a = null);
/PHP-5.3/ext/pdo_firebird/tests/
H A Dbug_62024.phpt2 Bug #62024 Cannot insert second row with null using parametrized query (Firebird PDO)
25 $args_err = array(2, null);
/PHP-5.3/pear/
H A DMakefile.frag8 WGET = `which wget 2>/dev/null`
9 FETCH = `which fetch 2>/dev/null`
/PHP-5.3/ext/standard/tests/streams/
H A Dbug46024.phpt20 $e = null;
27 $e = null;
/PHP-5.3/ext/oci8/tests/
H A Dbind_sqltafc.phpt67 $c2 = null;
68 $c3 = null;
69 $c4 = null;
70 $c5 = null;
/PHP-5.3/ext/standard/tests/class_object/
H A Dget_class_vars_variation1.phpt60 // null data
62 'lowercase null' => null,
147 --lowercase null--
H A Dinterface_exists_variation1.phpt63 // null data
65 'lowercase null' => null,
150 --lowercase null--
/PHP-5.3/ext/standard/tests/file/
H A Dbasename_variation3.phpt69 // null data
71 'lowercase null' => null,
152 --lowercase null--
H A Ddirname_variation1.phpt73 // null data
75 'lowercase null' => null,
156 --lowercase null--
H A Dfwrite_variation5.phpt77 // null data
79 'lowercase null' => null,
150 --lowercase null--
H A Dpathinfo_variation1.phpt74 // null data
76 'lowercase null' => null,
157 --lowercase null--
/PHP-5.3/ext/date/tests/
H A Dtimezone_offset_get_error.phpt33 $invalid_obj = null;
41 $invalid_obj = null;
71 Warning: timezone_offset_get() expects parameter 1 to be DateTimeZone, null given in %s on line %d
82 Warning: timezone_offset_get() expects parameter 2 to be DateTime, null given in %s on line %d

Completed in 126 milliseconds

1...<<11121314151617181920>>...70