Home
last modified time | relevance | path

Searched refs:null (Results 226 – 250 of 1859) sorted by relevance

12345678910>>...75

/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-4-win.phpt16 if ($stream !== null) {
21 if ($sock !== null) {
41 test(null, $sock1);
47 test($stream2, null);
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt40 var_dump($rc->isIterateable(null));
41 var_dump($rc->isIterateable(null, null));
46 var_dump($rc->isIterateable(null));
/PHP-5.5/ext/standard/tests/network/
H A Dfsockopen_error.phpt32 $errno = null;
33 $errstr = null;
41 $errno = null;
42 $errstr = null;
/PHP-5.5/ext/standard/tests/file/
H A Drmdir_variation1-win32.phpt57 // null data
59 'lowercase null' => null,
96 --lowercase null--
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)
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)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt34 "null" => null,
102 -- Iteration : null --
152 -- Iteration : null --
/PHP-5.5/ext/standard/tests/array/
H A Darray_shift_variation2.phpt57 // null data
58 /*3*/ 'null' => array(
60 null,
149 -- Iteration 3: null data --
H A Darray_values_variation2.phpt56 // null data
57 /*3*/ 'null' => array(
59 null,
149 -- Iteration 3: null data --
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
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt17 $db->exec('CREATE TABLE test (a integer not null primary key, b text, c integer)');
39 echo "Testing pgsqlCopyToArray() with different field separator and not null indicator\n";
53 echo "Testing pgsqlCopyToFile() with different field separator and not null indicator\n";
87 Testing pgsqlCopyToArray() with different field separator and not null indicator
118 Testing pgsqlCopyToFile() with different field separator and not null indicator
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strtolower_variation2.phpt61 // null data
63 null,
161 Warning: mb_strtolower(): Unknown encoding "(null)" in %s on line %d
166 Warning: mb_strtolower(): Unknown encoding "(null)" in %s on line %d
213 Warning: mb_strtolower(): Unknown encoding "(null)" in %s on line %d
218 Warning: mb_strtolower(): Unknown encoding "(null)" in %s on line %d
H A Dmb_strtoupper_variation2.phpt61 // null data
63 null,
162 Warning: mb_strtoupper(): Unknown encoding "(null)" in %s on line %d
167 Warning: mb_strtoupper(): Unknown encoding "(null)" in %s on line %d
214 Warning: mb_strtoupper(): Unknown encoding "(null)" in %s on line %d
219 Warning: mb_strtoupper(): Unknown encoding "(null)" in %s on line %d
/PHP-5.5/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.5/
H A Drun-tests.php143 $php = null;
144 $php_cgi = null;
159 $php_cgi = null;
471 $html_file = null;
472 $temp_source = null;
473 $temp_target = null;
475 $conf_passed = null;
1070 function system_with_timeout($commandline, $env = null, $stdin = null)
1102 $w = null;
1103 $e = null;
[all …]
/PHP-5.5/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.5/ext/json/tests/
H A Dbug61537.phpt30 string(4) "null"
37 string(4) "null"
/PHP-5.5/ext/posix/tests/
H A Dposix_ttyname_variation3.phpt30 'lowercase null' => null,
/PHP-5.5/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.5/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.5/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"));

Completed in 59 milliseconds

12345678910>>...75