Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 1304) sorted by path

12345678910>>...53

/PHP-5.5/
H A DCODING_STANDARDS208 3. Be generous with whitespace and braces. Keep one empty line between the
210 between logical statement groups in a block. Maintain at least one empty
H A DINSTALL1547 mailing list, send an empty mail to
1673 directory; if set to an empty string, PHP doesn't scan at all. The
H A DNEWS2027 timezone identifiers or empty strings. (Gustavo)
3183 php.ini setting is not empty. (Derick)
3298 buffer is empty). (Pierrick)
4901 empty). (Felipe)
5101 empty) (Ilia, dennis at transip dot nl)
5332 if it is empty). (foutrelis at gmail dot com, Ilia)
5646 are empty). (info at programmiernutte dot net)
7314 - Fixed bug #41904 (proc_open(): empty env array should cause empty environment
8879 . Fixed isset/empty/(bool) behavior
8918 column empty). (Andrey)
[all …]
H A DREADME.EXT_SKEL72 but then you'll be left with an almost empty function body without any
104 empty lines.
H A DREADME.GIT-RULES73 branches) an empty merge should be done.
H A DREADME.RELEASE_PROCESS39 svn co --depth=empty https://svn.php.net/repository/pecl
H A DREADME.SELF-CONTAINED-EXTENSIONS40 You now have an empty directory. We will copy the files from
H A DREADME.namespaces59 The special "empty" namespace (\ prefix) is useful as explicit global
81 In global namespace __NAMESPACE__ constant has the value of empty string.
H A DUPGRADING51 - Add support for using empty() on the result of function calls and
52 other expressions. Thus it is now possible to write empty(getArray()),
53 for example. (http://php.net/manual/en/function.empty.php,
/PHP-5.5/Zend/
H A DZEND_CHANGES821 implement the empty interface 'Traversable'. Hence any object
/PHP-5.5/Zend/tests/
H A D019.phpt2 Test unset(), empty() and isset() functions
8 Prototype: bool empty( mixed $var );
59 var_dump( empty($scalar_var) );
70 // empty to check if empty, expecting bool(true)
71 var_dump( empty($scalar_var) );
148 // empty() to see if the array is empty
289 // check using isset and empty
291 var_dump( empty($static_var) );
296 // check using isset and empty
298 var_dump( empty($static_var) );
[all …]
H A D026.phpt24 Warning: Creating default object from empty value in %s on line %d
H A D033.phpt29 Warning: Creating default object from empty value in %s on line %d
31 Warning: Creating default object from empty value in %s on line %d
H A Dbug24436.phpt2 Bug #24436 (isset()/empty() produce errors with non-existent variables in classes)
11 if (empty($this->test[0][0])) { print "test1\n";}
13 if (empty($this->test)) { print "test1\n";}
H A Dbug29015.phpt11 Fatal error: Cannot access empty property in %sbug29015.php on line 4
H A Dbug29505.phpt7 public $empty = array();
17 ["empty"]=>
H A Dbug31098.phpt2 Bug #31098 (isset() / empty() incorrectly returns true in dereference of a wrong type)
H A Dbug41075.phpt30 string(40) "Creating default object from empty value"
H A Dbug44899.phpt2 Bug #44899 (__isset usage changes behavior of empty())
27 echo (empty($myclass->foo)) ? 'empty' : 'not empty';
29 echo ($myclass->foo) ? 'not empty' : 'empty';
35 empty
38 empty
H A Dbug44899_2.phpt2 Bug #44899 (__isset usage changes behavior of empty()) - 2
21 var_dump(empty($this->_data[$var]));
32 echo (empty($myclass->foo)) ? 'empty' : 'not empty';
34 echo ($myclass->foo) ? 'not empty' : 'empty';
41 empty
43 empty
H A Dbug46238.phpt2 Bug #46238 (Segmentation fault on static call with empty string method)
H A Dbug50255.phpt2 Bug #50255 (isset() and empty() silently casts array to object)
13 print "empty\n";
14 var_dump(empty($arr->foo));
15 var_dump(empty($arr->bar));
16 var_dump(empty($arr['foo']));
17 var_dump(empty($arr['bar']));
26 empty
H A Dbug51394.phpt14 $a = $empty($b);
H A Dbug52041.phpt28 Warning: Creating default object from empty value in %sbug52041.php on line 6
32 Warning: Creating default object from empty value in %sbug52041.php on line 7
36 Warning: Creating default object from empty value in %sbug52041.php on line 8
44 Warning: Creating default object from empty value in %sbug52041.php on line 9
50 Warning: Creating default object from empty value in %sbug52041.php on line 10
58 Warning: Creating default object from empty value in %sbug52041.php on line 11
H A Dbug52193.phpt2 Bug #52193 (converting closure to array yields empty array)

Completed in 58 milliseconds

12345678910>>...53