Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...36

/PHP-8.0/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation2.phpt73 // empty data
74 'empty string DQ' => "",
75 'empty string SQ' => '',
177 --empty string DQ--
181 --empty string SQ--
H A Darray_intersect_ukey_variation2.phpt70 // empty data
71 'empty string DQ' => "",
72 'empty string SQ' => '',
175 --empty string DQ--
179 --empty string SQ--
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt52 if (!empty($properties))
56 …printf("[011] Expecting string/not empty, got %s/%s\n", gettype($warning->message), $warning->mess…
59 …printf("[012] Expecting string/not empty, got %s/%s\n", gettype($warning->sqlstate), $warning->sql…
104 /* Yes, I really want to check if the object property is empty */
113 printf("[029] Expecting string/empty, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_result_metadata_sqltests.phpt29 if (empty($expected_lib) && (false !== $res)) {
33 } else if (!empty($expected_lib) && (false == $res)) {
38 if (!empty($expected_lib)) {
95 if (false === $res && !empty($expected_mysqlnd)) {
100 } else if (empty($expected_mysqlnd) && false !== $res) {
H A Dgracefull_fail_on_empty_result_set.phpt2 Fail gracefully on empty result set
/PHP-8.0/ext/xmlreader/tests/
H A D003-get-errors.phpt33 // Test for call with an empty string argument
72 XMLReader::getAttribute(): Argument #1 ($name) cannot be empty
H A D003-move-errors.phpt33 // Test for call with an empty string argument
71 XMLReader::moveToAttribute(): Argument #1 ($name) cannot be empty
H A D002.phpt39 XMLReader::open(): Argument #1 ($uri) cannot be empty
/PHP-8.0/ext/standard/tests/file/
H A Dmkdir_rmdir_variation2.phpt21 echo "\n*** Testing rmdir() on a non-empty directory ***\n";
56 *** Testing rmdir() on a non-empty directory ***
H A Dsymlink_link_linkinfo_is_link_error1.phpt23 var_dump( symlink('', $linkname) ); // empty string as filename
33 var_dump( linkinfo('') ); // empty string as linkname
/PHP-8.0/ext/xmlwriter/tests/
H A D003.phpt26 // Force to write and empty the buffer
H A DOO_004.phpt19 // Force to write and empty the buffer
H A DOO_003.phpt29 // Force to write and empty the buffer
/PHP-8.0/ext/pdo/tests/
H A Dpdo_quote_empty_string.phpt2 PDO::quote() must accept empty string for drivers which support this feature
/PHP-8.0/ext/mbstring/tests/
H A Dmb_strrchr_empty_needle.phpt2 Test mb_strrchr() function : with empty needle
H A Dmb_stristr_empty_needle.phpt2 Test mb_stristr() function : with empty needle
H A Dmb_strstr_empty_needle.phpt2 Test mb_strstr() function : with empty needle
/PHP-8.0/sapi/fuzzer/dict/
H A Dparser67 "empty"
/PHP-8.0/ext/spl/tests/
H A Dheap_001.phpt40 Exception: Can't extract from an empty heap
H A Dunserialize.phpt9 // serialize an empty new object
/PHP-8.0/Zend/tests/
H A Dbug64988.phpt13 if (!empty($option1)) {
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_invalid_filename.phpt29 DOMDocument::saveHTMLFile(): Argument #1 ($filename) must not be empty
/PHP-8.0/ext/posix/tests/
H A Dposix_ttyname_variation1.phpt25 'empty array' => array(),
/PHP-8.0/ext/standard/tests/misc/
H A Dbug77338.phpt2 Bug #77338: get_browser with empty string
/PHP-8.0/ext/sockets/tests/
H A Dsocket_connect_params.phpt2 ext/sockets - socket_connect - test with empty parameters

Completed in 30 milliseconds

1...<<11121314151617181920>>...36