Home
last modified time | relevance | path

Searched refs:empty (Results 51 – 75 of 961) sorted by path

12345678910>>...39

/php-src/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 Dheredoc_008.phpt2 empty doc test (heredoc)
H A Dillegal_offset_unset_isset_empty.phpt2 Using unset(), isset(), empty() with an illegal array offset throws
18 empty($ary[[]]);
26 Cannot access offset of type array in isset or empty
27 Cannot access offset of type array in isset or empty
H A Dindirect_call_string_002.phpt2 Indirect call with empty class and/or method name.
21 // Test array syntax with empty class name
29 // Test Class::method syntax with empty class name
37 // Test array syntax with empty class and method name
45 // Test Class::method syntax with empty class and method name
H A Disset_array.phpt49 Cannot access offset of type array in isset or empty
50 Cannot access offset of type stdClass in isset or empty
H A Dlist_006.phpt2 Testing nested list() with empty array
H A Dlist_012.phpt2 Disallow empty elements in normal arrays
10 Fatal error: Cannot use empty array elements in arrays in %s on line %d
H A Dlist_013.phpt2 Disallow tail empty elements in normal arrays
10 Fatal error: Cannot use empty array elements in arrays in %s on line %d
H A Dlist_empty_error.phpt10 Fatal error: Cannot use empty list in %s on line %d
H A Dlist_empty_error_keyed.phpt2 Cannot use empty elements in keyed array destructuring
11 Fatal error: Cannot use empty array entries in keyed array assignment in %s on line %d
H A Dlist_keyed_leading_comma.phpt10 Fatal error: Cannot use empty array entries in keyed array assignment in %s on line %d
H A Dnowdoc_008.phpt2 empty doc test (nowdoc)
H A Dnowdoc_014.phpt2 Highlighting empty nowdoc
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_001.phpt8 function empty(){ echo __METHOD__, PHP_EOL; }
89 $obj->empty();
170 Obj::empty
H A Dsemi_reserved_002.phpt8 static function empty(){ echo __METHOD__, PHP_EOL; }
86 Obj::empty();
166 Obj::empty
H A Dsemi_reserved_003.phpt8 var $empty = 'empty';
89 echo $obj->empty, PHP_EOL;
171 empty
H A Dsemi_reserved_004.phpt8 static $empty = 'empty';
87 echo Obj::$empty, PHP_EOL;
168 empty
H A Dsemi_reserved_005.phpt8 const EMPTY = 'empty';
164 empty
/php-src/Zend/tests/in-de-crement/
H A Dincdec_strings.phpt91 Deprecated: Decrement on empty string is deprecated as non-numeric in %s on line %d
H A Dincdec_strings_exception.phpt46 Deprecated: Decrement on empty string is deprecated as non-numeric
H A Dincdec_types.phpt93 Deprecated: Decrement on empty string is deprecated as non-numeric in %s on line %d
H A Dunset_globals_in_error_handler.phpt91 Decrement on empty string is deprecated as non-numeric
97 Decrement on empty string is deprecated as non-numeric
H A Dunset_object_property_in_error_handler.phpt104 string(54) "Decrement on empty string is deprecated as non-numeric"
110 string(54) "Decrement on empty string is deprecated as non-numeric"

Completed in 45 milliseconds

12345678910>>...39