Home
last modified time | relevance | path

Searched refs:empty (Results 51 – 75 of 1304) sorted by relevance

12345678910>>...53

/PHP-5.5/ext/spl/tests/
H A Dfixedarray_016.phpt7 var_dump(empty($a[0]), empty($a[1]), $a);
H A Dfixedarray_017.phpt7 var_dump(empty($a[0]), empty($a[1]), $a);
H A Dheap_top_variation_003.phpt2 SPL: SplHeap top of empty heap
16 Can't peek at an empty heap
H A Dspl_pq_top_error_empty.phpt2 SPL: SplPriorityQueue: top exception on empty heap
19 Exception: Can't peek at an empty heap
/PHP-5.5/ext/standard/tests/file/
H A Dbug41693.phpt2 Bug #41693 (scandir() allows empty directory names)
11 Warning: scandir(): Directory name cannot be empty in %s on line %d
H A Dbasename_variation4.phpt67 'empty array' => array(),
82 // empty data
83 'empty string DQ' => "",
84 'empty string SQ' => '',
136 --empty array--
170 --empty string DQ--
173 --empty string SQ--
H A Dreadfile_error.phpt19 var_dump( readfile('') ); // empty string as $filename
21 var_dump( readfile(__FILE__, false, '') ); // empty string as $context
42 Warning: readfile(): Filename cannot be empty in %s on line %d
45 Warning: readfile(): Filename cannot be empty in %s on line %d
48 Warning: readfile(): Filename cannot be empty in %s on line %d
/PHP-5.5/Zend/tests/
H A Dforeach_list_004.phpt2 foreach with empty list
13 Fatal error: Cannot use empty list in %sforeach_list_004.php on line %d
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 Dbug29505.phpt7 public $empty = array();
17 ["empty"]=>
H A Dbug52484.phpt2 Bug #52484 (__set() ignores setting properties with empty names)
19 Fatal error: Cannot access empty property in %s on line %d
H A Dbug52484_2.phpt2 Bug #52484.2 (__set() ignores setting properties with empty names)
19 Fatal error: Cannot access empty property in %s on line %d
H A Dbug52484_3.phpt2 Bug #52484.3 (__set() ignores setting properties with empty names)
19 Fatal error: Cannot access empty property in %s on line %d
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_driver.phpt56 printf("[008] getMessage() has returned an empty string.\n");
58 printf("[009] getCode() has returned an empty string.\n");
60 printf("[010] getFile() has returned an empty string.\n");
62 printf("[011] getLine() has returned an empty string.\n");
64 if (empty($tmp))
65 printf("[012] getTrace() has returned an empty array.\n");
67 printf("[013] getTraceAsString() has returned an empty string.\n");
69 printf("[014] __toString() has returned an empty string.\n");
H A Dmysqli_get_connection_stats.phpt26 if (!is_array($info = mysqli_get_connection_stats($link)) || empty($info))
29 if (!is_array($info2 = mysqli_get_client_stats()) || empty($info2))
49 if (!is_array($info = $link->get_connection_stats()) || empty($info))
67 if (!is_array($info = mysqli_get_connection_stats($link)) || empty($info))
70 if (!is_array($info2 = mysqli_get_client_stats()) || empty($info2))
/PHP-5.5/ext/standard/tests/network/
H A Dip2long_variation1.phpt69 'empty array' => array(),
84 // empty data
85 'empty string DQ' => "",
86 'empty string SQ' => '',
143 --empty array--
177 --empty string DQ--
180 --empty string SQ--
H A Dlong2ip_variation1.phpt66 'empty array' => array(),
81 // empty data
82 'empty string DQ' => "",
83 'empty string SQ' => '',
128 --empty array--
162 --empty string DQ--
165 --empty string SQ--
/PHP-5.5/ext/standard/tests/filters/
H A D001.phpt16 Warning: stream_filter_register(): Filter name cannot be empty in %s on line %d
19 Warning: stream_filter_register(): Class name cannot be empty in %s on line %d
22 Warning: stream_filter_register(): Filter name cannot be empty in %s on line %d
/PHP-5.5/tests/lang/
H A Dbug24436.phpt2 Bug #24436 (isset() and empty() produce errors with non-existent variables in objects)
7 if (empty($this->test[0][0])) { print "test1";}
/PHP-5.5/ext/standard/tests/array/
H A Darray_map_variation14.phpt12 * array will be extended with empty elements
38 echo "-- with empty string --\n";
41 echo "-- with empty array --\n";
117 -- with empty string --
121 -- with empty array --
H A Dcurrent_variation2.phpt71 // empty data
72 /*5*/ 'empty string' => array(
77 /*6*/ 'empty array' => array(
134 -- Iteration 5 : empty string data --
137 -- Iteration 6 : empty array data --
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation1.phpt58 // empty data
143 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
147 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
155 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
163 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
167 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
171 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
179 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
183 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
/PHP-5.5/tests/classes/
H A Dimplicit_instantiation_001.phpt42 Warning: Creating default object from empty value in %s on line 18
48 Warning: Creating default object from empty value in %s on line 22
52 Warning: Creating default object from empty value in %s on line 26
60 Warning: Creating default object from empty value in %s on line 18
66 Warning: Creating default object from empty value in %s on line 22
70 Warning: Creating default object from empty value in %s on line 26
78 Warning: Creating default object from empty value in %s on line 18
84 Warning: Creating default object from empty value in %s on line 22
88 Warning: Creating default object from empty value in %s on line 26
/PHP-5.5/ext/xml/tests/
H A Dxml011.phpt2 XML Parser test: concat character data and set empty handlers
24 echo "\nChange to empty end handler\n";
69 Change to empty end handler
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt2 Test strtr() function : usage variations - empty string & null for 'str' argument
12 * empty string & null for 'str' argument and
16 echo "*** Testing strtr() : empty string & null for 'str' arg ***\n";
57 *** Testing strtr() : empty string & null for 'str' arg ***

Completed in 32 milliseconds

12345678910>>...53