Home
last modified time | relevance | path

Searched refs:empty (Results 426 – 450 of 1348) sorted by relevance

1...<<11121314151617181920>>...54

/PHP-7.1/ext/standard/tests/array/
H A Darray_uintersect_uassoc_variation5.phpt72 // empty data
73 'empty string DQ' => "",
74 'empty string SQ' => '',
180 --empty string DQ--
185 --empty string SQ--
H A Darray_uintersect_variation1.phpt70 // empty data
71 'empty string DQ' => "",
72 'empty string SQ' => '',
178 --empty string DQ--
183 --empty string SQ--
H A Darray_uintersect_variation2.phpt70 // empty data
71 'empty string DQ' => "",
72 'empty string SQ' => '',
178 --empty string DQ--
183 --empty string SQ--
H A Darray_uintersect_variation4.phpt71 // empty data
72 'empty string DQ' => "",
73 'empty string SQ' => '',
179 --empty string DQ--
184 --empty string SQ--
H A Duksort_variation1.phpt67 // empty data
68 'empty string DQ' => "",
69 'empty string SQ' => '',
175 --empty string DQ--
180 --empty string SQ--
H A Darray_diff_key_variation3.phpt66 // empty data
67 'empty string DQ' => "",
68 'empty string SQ' => '',
178 --empty string DQ--
183 --empty string SQ--
H A Darray_diff_uassoc_variation1.phpt78 // empty data
79 'empty string DQ' => "",
80 'empty string SQ' => '',
190 --empty string DQ--
195 --empty string SQ--
H A Darray_diff_uassoc_variation2.phpt78 // empty data
79 'empty string DQ' => "",
80 'empty string SQ' => '',
190 --empty string DQ--
195 --empty string SQ--
H A Darray_diff_uassoc_variation4.phpt80 // empty data
81 'empty string DQ' => "",
82 'empty string SQ' => '',
192 --empty string DQ--
197 --empty string SQ--
H A Darray_diff_ukey_variation3.phpt74 // empty data
75 'empty string DQ' => "",
76 'empty string SQ' => '',
186 --empty string DQ--
191 --empty string SQ--
H A Darray_map_variation7.phpt12 * 1) first array as empty array
13 * 2) second array as empty array
H A Darray_multisort_variation8.phpt34 'empty string DQ' => "",
52 ["empty string DQ"]=>
/PHP-7.1/ext/simplexml/tests/
H A Dbug69491.phpt2 Bug #69491 (simplexml doesn't correctly parse empty nodes on same line as another node)
H A Dbug41175.phpt2 Bug #41175 (addAttribute() fails to add an attribute with an empty value)
/PHP-7.1/ext/oci8/tests/
H A Dconnect.phpt10 if (!empty($dbase)) {
H A Dconnect_old.phpt10 if (!empty($dbase)) {
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_encrypt_crash.phpt11 Warning: openssl_encrypt(): Using an empty Initialization Vector (iv) is potentially insecure and n…
/PHP-7.1/Zend/tests/
H A Dbug54265.phpt15 EROOR: Creating default object from empty value
/PHP-7.1/ext/dom/tests/
H A DDOMDocument_loadHTML_error2.phpt2 DOMDocument::loadHTML() should fail if empty string provided as input
/PHP-7.1/ext/gd/tests/
H A Dbug45799.phpt2 Bug #45799 (imagepng() crashes on empty image).
/PHP-7.1/ext/spl/tests/
H A Dbug61527.phpt2 Bug #61527 (Recursive/ArrayIterator gives misleading notice when array empty or moved to the end)
8 /* testing empty array, should no notice at all */
H A Dbug64228.phpt6 $empty_dir = __DIR__ . "/empty";
/PHP-7.1/ext/standard/tests/file/
H A Dis_file_variation1.phpt31 echo "\n-- Testing is_file() with an empty file --\n";
53 -- Testing is_file() with an empty file --
/PHP-7.1/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc124 if (!empty($_ENV['TMP']))
126 if (!empty($_ENV['TMPDIR']))
128 if (!empty($_ENV['TEMP']))
146 if (!empty($row) && $row[1] == 'YES' && ($row[0] == 'have_innodb' || $row[0] == 'have_bdb')) {
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt87 if (!empty($methods)) {
91 if (!empty($expected_methods)) {
95 if (empty($methods) && empty($expected_methods))
134 if (!empty($expected_class_variables)) {
138 if (!empty($variables)) {
153 if (!empty($expected_object_variables)) {
157 if (!empty($variables)) {

Completed in 31 milliseconds

1...<<11121314151617181920>>...54