Home
last modified time | relevance | path

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

12345678910>>...70

/PHP-5.3/ext/standard/tests/file/
H A Drmdir_variation2.phpt76 // null data
78 'lowercase null' => null,
178 Error: 2 - rmdir() expects parameter 2 to be resource, null given, %s(%d)
181 --lowercase null--
182 Error: 2 - rmdir() expects parameter 2 to be resource, null given, %s(%d)
234 Error: 2 - rmdir() expects parameter 2 to be resource, null given, %s(%d)
238 Error: 2 - rmdir() expects parameter 2 to be resource, null given, %s(%d)
H A Dmkdir_variation4.phpt78 // null data
80 'lowercase null' => null,
170 Error: 2 - mkdir() expects parameter 4 to be resource, null given, %s(%d)
172 --lowercase null--
173 Error: 2 - mkdir() expects parameter 4 to be resource, null given, %s(%d)
212 Error: 2 - mkdir() expects parameter 4 to be resource, null given, %s(%d)
215 Error: 2 - mkdir() expects parameter 4 to be resource, null given, %s(%d)
H A Dpclose_variation1.phpt73 // null data
75 'lowercase null' => null,
169 Error: 2 - pclose() expects parameter 1 to be resource, null given, %s(%d)
172 --lowercase null--
173 Error: 2 - pclose() expects parameter 1 to be resource, null given, %s(%d)
225 Error: 2 - pclose() expects parameter 1 to be resource, null given, %s(%d)
229 Error: 2 - pclose() expects parameter 1 to be resource, null given, %s(%d)
/PHP-5.3/ext/standard/tests/array/
H A Darray_walk_recursive_variation1.phpt56 // null data
58 null,
161 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
164 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
168 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
171 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
238 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
241 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
245 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
248 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
H A Darray_walk_variation1.phpt56 // null data
58 null,
161 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
164 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
168 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
171 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
238 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
241 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
245 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
248 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
H A Darray_reduce.phpt33 echo "\n*** Testing array_reduce() to null ***\n";
35 $initial = null;
75 *** Testing array_reduce() to null ***
H A Darray_map_variation13.phpt12 * int, string, bool, null values
41 echo "-- with null return value --\n";
86 -- with null return value --
H A Darray_flip_variation1.phpt43 // null data
45 null,
125 Warning: array_flip() expects parameter 1 to be array, null given in %s on line %d
129 Warning: array_flip() expects parameter 1 to be array, null given in %s on line %d
169 Warning: array_flip() expects parameter 1 to be array, null given in %s on line %d
173 Warning: array_flip() expects parameter 1 to be array, null given in %s on line %d
H A Darray_sum_variation1.phpt45 // null data
47 null,
125 Warning: array_sum() expects parameter 1 to be array, null given in %s on line %d
129 Warning: array_sum() expects parameter 1 to be array, null given in %s on line %d
173 Warning: array_sum() expects parameter 1 to be array, null given in %s on line %d
177 Warning: array_sum() expects parameter 1 to be array, null given in %s on line %d
H A Darray_pad_variation1.phpt58 // null data
60 null,
167 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
170 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
174 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
177 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
251 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
254 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
258 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
261 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
H A Darray_map_variation1.phpt20 var_dump( array_map(null, $arr));
21 var_dump( array_map(null, $arr, $arr));
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt87 $result = null;
112 $order_by_col = $result = null;
147 test_format($link, 'FORMAT(1.01, 0)', 'DUAL', null, '1', 10);
148 test_format($link, 'FORMAT(1.23, 1)', 'DUAL', null, '1.2', 20);
149 test_format($link, 'FORMAT(1.23, 2)', 'DUAL', null, '1.23', 30);
150 test_format($link, 'FORMAT(1234.567, 3)', 'DUAL', null, '1,234.567', 40);
158 test_format($link, 'FORMAT(id, 0)', 'test', null, '1', 60);
159 test_format($link, 'FORMAT(id + 0.1, 1)', 'test', null, '1.1', 70);
160 test_format($link, 'FORMAT(id + 0.01, 2)', 'test', null, '1.01', 80);
265 $trend = $targetport = $format = null;
[all …]
/PHP-5.3/ext/posix/tests/
H A Dposix_ttyname_variation3.phpt30 'lowercase null' => null,
/PHP-5.3/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-null.phpt2 Check xsltprocessor::registerPHPFunctions called with null to reset
24 var_dump($proc->registerPHPFunctions(null));
/PHP-5.3/sapi/apache/
H A Dconfig.w326 ARG_WITH('apache-includes', 'Where to find Apache 1.3 headers', null);
7 ARG_WITH('apache-libs', 'Where to find Apache 1.3 libraries', null);
/PHP-5.3/ext/standard/tests/streams/
H A Dbug61371-win.phpt11 $previous = null;
12 $current = null;
H A Dbug61371.phpt11 $previous = null;
12 $current = null;
H A Dstream_get_meta_data_file_error.phpt20 $fp = null;
25 $fp = null;
50 Warning: stream_get_meta_data() expects parameter 1 to be resource, null given in %s on line %i
/PHP-5.3/ext/ldap/tests/
H A Dldap_sasl_bind_error.phpt24 var_dump(ldap_sasl_bind($link, null, "ThisIsNotCorrect$passwd", 'DIGEST-MD5', "realm", "invalid$sas…
27 var_dump(ldap_sasl_bind($link, null, "ThisIsNotCorrect$passwd", 'DIGEST-MD5', "realm", $sasl_user));
29 var_dump(ldap_sasl_bind($link, null, $passwd, 'DIGEST-MD5', "realm", "Manager", "test"));
/PHP-5.3/ext/standard/tests/general_functions/
H A Dstrval.phpt21 /* null heredoc string */
88 "null",
89 'null',
132 null,
262 string(4) "null"
264 string(4) "null"
/PHP-5.3/
H A Drun-tests.php143 $php = null;
144 $php_cgi = null;
159 $php_cgi = null;
465 $html_file = null;
466 $temp_source = null;
467 $temp_target = null;
469 $conf_passed = null;
1050 function system_with_timeout($commandline, $env = null, $stdin = null)
1081 $w = null;
1082 $e = null;
[all …]
/PHP-5.3/ext/xml/tests/
H A Dxml010.phpt26 <bar:c bar:nix="null" foo="bar"/>
39 http://example.com/bar@c http://example.com/bar@nix = null foo = bar
H A Dbug46699.phpt19 <bar:c bar:nix="null" foo="bar">2</bar:c>
32 <bar:c bar:nix="null" foo="bar">2</bar:c>
/PHP-5.3/ext/gd/tests/
H A Dimagetruecolortopalette_error1.phpt17 imagetruecolortopalette(null, true, 2);
26 Warning: imagetruecolortopalette() expects parameter 1 to be resource, null given in %s on line %d
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt86 myclass::__set(null, -NULL-) 3
91 myclass::__set(null, -NULL-) 3
96 myclass::__set(null, -NULL-) 3
106 [%u|b%"null"]=>

Completed in 50 milliseconds

12345678910>>...70