Home
last modified time | relevance | path

Searched refs:null (Results 326 – 350 of 1859) sorted by relevance

1...<<11121314151617181920>>...75

/PHP-5.5/ext/standard/tests/streams/
H A Dbug46024.phpt20 $e = null;
27 $e = null;
/PHP-5.5/ext/standard/tests/strings/
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
H A Dstrrchr_variation12.phpt10 /* Test strrchr() function: with binary values & null terminated strings passed to 'str1' & 'str2' …
24 //needle as null string
/PHP-5.5/ext/gd/tests/
H A Dimagejpeg_nullbyte_injection.phpt2 Testing null byte injection in imagejpeg
37 Warning: imagejpeg(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagepng_nullbyte_injection.phpt2 Testing null byte injection in imagepng
37 Warning: imagepng(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagewbmp_nullbyte_injection.phpt2 Testing null byte injection in imagewbmp
37 Warning: imagewbmp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagewebp_nullbyte_injection.phpt2 Testing null byte injection in imagewebp
37 Warning: imagewebp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
/PHP-5.5/pear/
H A DMakefile.frag8 WGET = `which wget 2>/dev/null`
9 FETCH = `which fetch 2>/dev/null`
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_variation3.phpt53 "null" => array(
54 // null data
56 null),
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 --
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 Drsort_variation1.phpt52 // null data
54 null,
262 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
266 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
270 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
274 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
279 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
283 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
287 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
291 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_unshift_variation1.phpt56 // null data
58 null,
203 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
207 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
212 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
216 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
313 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
317 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
322 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
326 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
/PHP-5.5/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt72 // null data
74 'lowercase null' => null,
157 --lowercase null--
/PHP-5.5/ext/standard/tests/file/
H A Ddirname_variation1.phpt73 // null data
75 'lowercase null' => null,
156 --lowercase null--
H A Dbasename_variation3.phpt69 // null data
71 'lowercase null' => null,
152 --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.5/ext/oci8/tests/
H A Dbind_sqltafc.phpt67 $c2 = null;
68 $c3 = null;
69 $c4 = null;
70 $c5 = null;
/PHP-5.5/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.5/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 DateTimeInterface, null given in %s on lin…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc7 …ic function factory($classname = 'PDO', $drop_test_tables = false, $myattr = null, $mydsn = null) {
17 $attr = null;
35 static function createTestTable($db, $engine = null) {
49 static function getDSN($new_options = null, $addition = '') {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt30 $column1 = null;
55 $column1 = null;
86 $column1 = null;
106 $column1 = null;
135 $column1 = null;
155 $column1 = null;
176 $column1 = null;
195 $column1 = null;
216 $column1 = null;
235 $column1 = null;
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3stmt_reset_params.phpt31 $stmt = null;
32 $result = null;

Completed in 23 milliseconds

1...<<11121314151617181920>>...75