Home
last modified time | relevance | path

Searched refs:empty (Results 126 – 150 of 883) sorted by relevance

12345678910>>...36

/PHP-8.0/tests/classes/
H A Darray_access_002.phpt32 var_dump(empty($obj[0]));
33 var_dump(empty($obj[1]));
34 var_dump(empty($obj[2]));
35 var_dump(empty($obj['4th']));
36 var_dump(empty($obj['5th']));
37 var_dump(empty($obj[6]));
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt28 if (!empty($expected_methods)) {
32 if (!empty($methods)) {
36 if (empty($expected_methods) && empty($methods))
H A Dmysqli_stmt_error.phpt26 printf("[006] Expecting string/any non empty, got %s/%s\n", gettype($tmp), $tmp);
33 printf("[008] Expecting empty string, got %s/%s\n", gettype($tmp), $tmp);
42 printf("[010] Expecting string/any non empty, got %s/%s\n", gettype($tmp), $tmp);
/PHP-8.0/ext/standard/tests/strings/
H A D004.phpt18 if (empty($a[$s])) $a[$s] = 0;
28 if (empty($a[$s])) $a[$s] = 0;
H A Dstrrchr_variation8.phpt2 Test strrchr() function : usage variations - empty heredoc string for 'haystack'
5 /* Test strrchr() function by passing empty heredoc string for haystack
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dbug_42589.phpt18 var_dump(!empty($meta1['table']) && $meta1['table'] == 'test');
19 var_dump(!empty($meta2['table']) && $meta2['table'] == 'test');
/PHP-8.0/ext/standard/tests/file/
H A Dreadlink_realpath_variation3.phpt7 echo "\n*** Testing readlink() and realpath() with linkname as empty string, NULL and single space …
13 /* empty linkname */
33 *** Testing readlink() and realpath() with linkname as empty string, NULL and single space ***
H A Dis_dir_variation1.phpt9 echo "-- Testing is_dir() with an empty dir --\n";
31 -- Testing is_dir() with an empty dir --
H A Dfscanf_variation52.phpt2 Test fscanf() function: usage variations - empty file
6 /* Test fscanf() to scan an empty file */
10 echo "*** Test fscanf(): to read an empty file ***\n";
27 // create an empty file
62 *** Test fscanf(): to read an empty file ***
H A Dreadfile_variation10.phpt53 ValueError: Path cannot be empty
55 ValueError: Path cannot be empty
57 ValueError: Path cannot be empty
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_cms_verify_basic.phpt17 $empty = "";
21 var_dump(openssl_cms_verify($empty, 0));
23 var_dump(openssl_cms_verify($eml, 0, $empty));
H A Dopenssl_pkcs7_verify_basic.phpt20 $empty = "";
24 var_dump(openssl_pkcs7_verify($empty, 0));
26 var_dump(openssl_pkcs7_verify($eml, 0, $empty));
/PHP-8.0/ext/mbstring/tests/
H A Dmb_substitute_character_variation_weak_types.phpt58 'empty array' => array(),
73 // empty data
74 'empty string DQ' => "",
75 'empty string SQ' => '',
129 --empty array--
149 --empty string DQ--
151 --empty string SQ--
H A Dmb_substitute_character_variation_strict_types.phpt60 'empty array' => array(),
75 // empty data
76 'empty string DQ' => "",
77 'empty string SQ' => '',
131 --empty array--
151 --empty string DQ--
153 --empty string SQ--
/PHP-8.0/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation3.phpt24 'empty string DQ' => "",
25 'empty string SQ' => '',
/PHP-8.0/ext/standard/tests/array/
H A Darray_merge_variation3.phpt69 // empty data
70 /*5*/ 'empty string' => array(
75 /*6*/ 'empty array' => array(
238 -- Iteration 5: empty string data --
260 -- Iteration 6: empty array data --
H A Darray_multisort_variation2.phpt62 'empty array' => array(),
77 // empty data
78 'empty string DQ' => "",
79 'empty string SQ' => '',
140 --empty array--
170 --empty string DQ--
173 --empty string SQ--
H A Darray_diff_variation4.phpt27 /*1*/"empty array" => array(),
61 "empty" => array(
62 // empty data
H A Dusort_variation4.phpt57 // empty array
60 echo "\n-- Sorting empty array --\n";
145 -- Sorting empty array --
/PHP-8.0/ext/spl/tests/
H A Dclass_implements_variation1.phpt65 'empty array' => array(),
80 // empty data
81 'empty string DQ' => "",
82 'empty string SQ' => '',
142 --empty array--
172 --empty string DQ--
176 --empty string SQ--
H A Dclass_uses_variation1.phpt65 'empty array' => array(),
80 // empty data
81 'empty string DQ' => "",
82 'empty string SQ' => '',
142 --empty array--
172 --empty string DQ--
176 --empty string SQ--
/PHP-8.0/ext/intl/tests/
H A Didn_uts46_errors.phpt17 echo "empty domain:", "\n";
43 empty domain:
45 Warning: idn_to_ascii(): idn_to_ascii: empty domain name in %s on line %d
/PHP-8.0/ext/pdo_mysql/tests/
H A Dconfig.inc36 if (!empty($_ENV['TMP']))
38 if (!empty($_ENV['TMPDIR']))
40 if (!empty($_ENV['TEMP']))
/PHP-8.0/ext/bz2/tests/
H A Dbug71263.phpt17 // --> fread() displays empty string then garbage, no errors detected:
22 // --> fread() displays the empty string:
27 // --> fread() displays an empty string, then the correct plain text, no error detected:
/PHP-8.0/Zend/
H A Dzend_language_parser.y411 %empty
463 | %empty
516 %empty
528 %empty { $$ = NULL; }
533 %empty { $$ = NULL; }
554 %empty { $$ = 0; }
559 %empty { $$ = 0; }
756 %empty { $$ = NULL; }
846 | %empty
1178 %empty { $$ = 0; }
[all …]

Completed in 70 milliseconds

12345678910>>...36