Searched refs:empty (Results 201 – 225 of 919) sorted by relevance
12345678910>>...37
/PHP-8.2/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_interface.phpt | 48 if (!empty($expected)) { 52 if (!empty($methods)) {
|
/PHP-8.2/ext/opcache/tests/ |
H A D | opcache-1.blacklist | 2 ; and empty line are ignored
|
/PHP-8.2/Zend/tests/ |
H A D | bug69893.phpt | 2 Bug #69893: Strict comparison between integer and empty string keys crashes
|
H A D | bug53971.phpt | 2 Bug #53971 (isset() and empty() produce apparently spurious runtime error)
|
H A D | heredoc_008.phpt | 2 empty doc test (heredoc)
|
H A D | nowdoc_008.phpt | 2 empty doc test (nowdoc)
|
H A D | list_empty_error.phpt | 10 Fatal error: Cannot use empty list in %s on line %d
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | bug79951.phpt | 2 Bug #79951: Memory leak in str_replace of empty string
|
H A D | str_getcsv_002.phpt | 2 str_getcsv() with empty $escape
|
/PHP-8.2/ext/reflection/tests/ |
H A D | property_exists.phpt | 13 public $empty; 83 var_dump(property_exists(NULL, 'empty')); 88 var_dump(property_exists(25,'empty')); 96 var_dump(property_exists('A','empty')); 100 var_dump(property_exists(new A, 'empty'));
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | array_diff_uassoc_variation2.phpt | 72 // empty data 73 'empty string DQ' => "", 74 'empty string SQ' => '', 157 --empty string DQ-- 160 --empty string SQ--
|
H A D | array_udiff_assoc_variation1.phpt | 64 // empty data 65 'empty string DQ' => "", 66 'empty string SQ' => '', 145 --empty string DQ-- 148 --empty string SQ--
|
H A D | array_udiff_uassoc_variation1.phpt | 65 // empty data 66 'empty string DQ' => "", 67 'empty string SQ' => '', 146 --empty string DQ-- 149 --empty string SQ--
|
H A D | array_udiff_variation1.phpt | 64 // empty data 65 'empty string DQ' => "", 66 'empty string SQ' => '', 145 --empty string DQ-- 148 --empty string SQ--
|
H A D | array_uintersect_assoc_variation1.phpt | 64 // empty data 65 'empty string DQ' => "", 66 'empty string SQ' => '', 145 --empty string DQ-- 148 --empty string SQ--
|
H A D | array_uintersect_uassoc_variation1.phpt | 65 // empty data 66 'empty string DQ' => "", 67 'empty string SQ' => '', 146 --empty string DQ-- 149 --empty string SQ--
|
H A D | array_uintersect_variation1.phpt | 64 // empty data 65 'empty string DQ' => "", 66 'empty string SQ' => '', 145 --empty string DQ-- 148 --empty string SQ--
|
H A D | natcasesort_variation2.phpt | 66 // empty data 67 /*5*/ 'empty string' => array( 72 /*6*/ 'empty array' => array(
|
H A D | array_map_variation16.phpt | 7 * echo(), array(), empty(), eval(), exit(), isset(), list(), print() 19 'empty', 45 array_map(): Argument #1 ($callback) must be a valid callback or null, function "empty" not found o…
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | bug25140.phpt | 2 Bug #25140 (mb_convert_encoding returns FALSE on an empty string)
|
/PHP-8.2/ext/spl/tests/ |
H A D | SplFixedArray_toArray_empty.phpt | 2 SplFixedArray::toArray with empty array
|
/PHP-8.2/ext/bz2/tests/ |
H A D | 001.phpt | 45 bzopen(): Argument #1 ($file) cannot be empty 46 bzopen(): Argument #1 ($file) cannot be empty
|
/PHP-8.2/ext/tidy/tests/ |
H A D | 019.phpt | 40 Path cannot be empty 41 Path cannot be empty
|
/PHP-8.2/ext/iconv/tests/ |
H A D | bug72320.phpt | 2 Bug #72320 (iconv_substr returns false for empty strings)
|
/PHP-8.2/tests/output/ |
H A D | bug60321.phpt | 2 Bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty)
|
Completed in 20 milliseconds
12345678910>>...37