Home
last modified time | relevance | path

Searched refs:empty (Results 226 – 250 of 883) sorted by relevance

12345678910>>...36

/PHP-8.0/ext/standard/tests/file/
H A Dfile_put_contents_variation8.phpt63 ValueError: Path cannot be empty
65 ValueError: Path cannot be empty
67 ValueError: Path cannot be empty
H A Dfile_get_contents_variation8-win32.phpt59 ValueError: Path cannot be empty
62 ValueError: Path cannot be empty
65 ValueError: Path cannot be empty
H A Dfputcsv_variation16.phpt2 fputcsv() with empty $escape
/PHP-8.0/ext/ldap/tests/
H A Dldap_exop.phpt19 if (!empty($user)) {
22 if (!empty($oldpw)) {
25 if (!empty($newpw)) {
/PHP-8.0/ext/standard/tests/array/
H A Dnatcasesort_variation2.phpt66 // empty data
67 /*5*/ 'empty string' => array(
72 /*6*/ 'empty array' => array(
H A Darray_diff_uassoc_variation2.phpt72 // empty data
73 'empty string DQ' => "",
74 'empty string SQ' => '',
157 --empty string DQ--
160 --empty string SQ--
H A Darray_udiff_assoc_variation1.phpt64 // empty data
65 'empty string DQ' => "",
66 'empty string SQ' => '',
145 --empty string DQ--
148 --empty string SQ--
H A Darray_udiff_uassoc_variation1.phpt65 // empty data
66 'empty string DQ' => "",
67 'empty string SQ' => '',
146 --empty string DQ--
149 --empty string SQ--
H A Darray_udiff_variation1.phpt64 // empty data
65 'empty string DQ' => "",
66 'empty string SQ' => '',
145 --empty string DQ--
148 --empty string SQ--
H A Darray_uintersect_assoc_variation1.phpt64 // empty data
65 'empty string DQ' => "",
66 'empty string SQ' => '',
145 --empty string DQ--
148 --empty string SQ--
H A Darray_uintersect_uassoc_variation1.phpt65 // empty data
66 'empty string DQ' => "",
67 'empty string SQ' => '',
146 --empty string DQ--
149 --empty string SQ--
H A Darray_uintersect_variation1.phpt64 // empty data
65 'empty string DQ' => "",
66 'empty string SQ' => '',
145 --empty string DQ--
148 --empty string SQ--
H A Dbug75653.phpt2 Bug #75653: array_values don't work on empty array
/PHP-8.0/ext/reflection/tests/
H A Dproperty_exists.phpt12 public $empty;
82 var_dump(property_exists(NULL, 'empty'));
87 var_dump(property_exists(25,'empty'));
95 var_dump(property_exists('A','empty'));
99 var_dump(property_exists(new A, 'empty'));
/PHP-8.0/ext/ftp/tests/
H A Dskipif.inc4 if (!empty($ssl) && !extension_loaded('openssl')) die('skip openssl extension not loaded');
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_fputcsv_variation15.phpt2 SplFileObject::fputcsv() with empty $escape
H A DSplObjectStorage_current_empty_storage.phpt2 Check that SplObjectStorage::current returns NULL when storage is empty
H A DSplObjectStorage_getInfo_empty_storage.phpt2 Check that SplObjectStorage::getInfo returns NULL when storage is empty
H A Dpqueue_current_error.phpt2 SPL: SplPriorityQueue current on empty queue should give null
H A DArrayObject_unserialize_empty_string.phpt2 ArrayObject: test that you can unserialize a empty string
H A DSplObjectStorage_setInfo_empty_storage.phpt2 Check that SplObjectStorage::setInfo returns NULL when storage is empty
/PHP-8.0/ext/json/tests/
H A Dbug66021.phpt2 Bug #66021 (Blank line inside empty array/object when JSON_PRETTY_PRINT is set)
/PHP-8.0/ext/standard/tests/strings/
H A Dbug77853.phpt2 Bug #77853: Inconsistent substr_compare behaviour with empty haystack
/PHP-8.0/ext/iconv/tests/
H A Dbug72320.phpt2 Bug #72320 (iconv_substr returns false for empty strings)
/PHP-8.0/ext/dom/tests/
H A DDOMAttr_value_basic_001.phpt2 Read empty $value.

Completed in 26 milliseconds

12345678910>>...36