Home
last modified time | relevance | path

Searched refs:empty (Results 401 – 425 of 883) sorted by relevance

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

/PHP-8.0/Zend/tests/
H A Dglobals_001.phpt9 var_dump(empty($_SERVER));
H A Dglobals_002.phpt9 var_dump(empty($_SERVER));
H A Dglobals_003.phpt13 var_dump(empty($_SERVER));
H A Dbug80781.phpt28 Fatal error: Uncaught TypeError: Illegal offset type in isset or empty in %s:%d
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_load_error6.phpt25 DOMDocument::load(): Argument #1 ($filename) must not be empty
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt57 if (!empty($expected_methods)) {
61 if (!empty($methods)) {
65 if (empty($expected_methods) && empty($methods))
/PHP-8.0/Zend/
H A Dzend_ini_parser.y312 | %empty
346 | %empty { zend_ini_init_string(&$$); }
359 | %empty { zend_ini_init_string(&$$); }
365 | %empty { zend_ini_init_string(&$$); }
/PHP-8.0/ext/xmlwriter/tests/
H A D006.phpt18 // Force to write and empty the buffer
H A DOO_005.phpt22 // Force to write and empty the buffer
H A D004.phpt18 // Force to write and empty the buffer
H A DOO_006.phpt19 // Force to write and empty the buffer
/PHP-8.0/ext/zip/tests/
H A Doo_getcomment.phpt35 ZipArchive::getCommentName(): Argument #1 ($name) cannot be empty
H A Dzip_open_error.phpt26 zip_open(): Argument #1 ($filename) cannot be empty
/PHP-8.0/ext/intl/tests/
H A Duconverter_getstandards_basic.phpt12 assertTrue(count($standards) > 0, '$standards must not be empty');
H A Dlocale_bug66289.phpt2 Bug #66289 Locale::lookup incorrectly returns en or en_US if locale is empty
/PHP-8.0/ext/pgsql/tests/
H A Dpg_insert_002.phpt22 pg_insert(): Argument #2 ($table_name) cannot be empty
/PHP-8.0/ext/simplexml/tests/
H A Dbug46047.phpt2 Bug #46047 (SimpleXML converts empty nodes into object with nested array)
/PHP-8.0/ext/soap/tests/
H A Dbug77410.phpt2 Bug #77410: Segmentation Fault when executing method with an empty parameter
/PHP-8.0/ext/spl/tests/
H A DArrayObject_illegal_offset.phpt38 Illegal offset type in isset or empty
H A Dheap_002.phpt38 Exception: Can't extract from an empty heap
/PHP-8.0/ext/standard/tests/mail/
H A Dbug73203.phpt6 with an empty string. Therefore we don't check the resulting email, but only
/PHP-8.0/ext/standard/tests/array/
H A Darray_diff_key_variation1.phpt61 // empty data
62 'empty string DQ' => "",
63 'empty string SQ' => '',
165 --empty string DQ--
169 --empty string SQ--
H A Darray_diff_key_variation2.phpt61 // empty data
62 'empty string DQ' => "",
63 'empty string SQ' => '',
166 --empty string DQ--
170 --empty string SQ--
H A Darray_diff_ukey_variation2.phpt71 // empty data
72 'empty string DQ' => "",
73 'empty string SQ' => '',
177 --empty string DQ--
181 --empty string SQ--
H A Darray_intersect_key_variation2.phpt65 // empty data
66 'empty string DQ' => "",
67 'empty string SQ' => '',
170 --empty string DQ--
174 --empty string SQ--

Completed in 31 milliseconds

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