Home
last modified time | relevance | path

Searched refs:empty (Results 201 – 225 of 1304) sorted by relevance

12345678910>>...53

/PHP-5.5/ext/date/tests/
H A Dtimezone_transitions_get_variation2.phpt59 'empty array' => array(),
74 // empty data
75 'empty string DQ' => "",
76 'empty string SQ' => '',
144 -- empty array --
192 -- empty string DQ --
198 -- empty string SQ --
H A Dtimezone_transitions_get_variation3.phpt59 'empty array' => array(),
74 // empty data
75 'empty string DQ' => "",
76 'empty string SQ' => '',
144 -- empty array --
192 -- empty string DQ --
198 -- empty string SQ --
H A Dmktime_variation1.phpt58 'empty array' => array(),
73 // empty data
74 'empty string DQ' => "",
75 'empty string SQ' => '',
136 -- empty array --
174 -- empty string DQ --
179 -- empty string SQ --
H A Dmktime_variation2.phpt58 'empty array' => array(),
73 // empty data
74 'empty string DQ' => "",
75 'empty string SQ' => '',
130 -- empty array --
168 -- empty string DQ --
173 -- empty string SQ --
H A Dmktime_variation3.phpt58 'empty array' => array(),
73 // empty data
74 'empty string DQ' => "",
75 'empty string SQ' => '',
131 -- empty array --
169 -- empty string DQ --
174 -- empty string SQ --
H A Dmktime_variation4.phpt58 'empty array' => array(),
73 // empty data
74 'empty string DQ' => "",
75 'empty string SQ' => '',
132 -- empty array --
170 -- empty string DQ --
175 -- empty string SQ --
H A Dmktime_variation5.phpt58 'empty array' => array(),
73 // empty data
74 'empty string DQ' => "",
75 'empty string SQ' => '',
133 -- empty array --
171 -- empty string DQ --
176 -- empty string SQ --
H A Dmktime_variation6.phpt58 'empty array' => array(),
73 // empty data
74 'empty string DQ' => "",
75 'empty string SQ' => '',
134 -- empty array --
172 -- empty string DQ --
177 -- empty string SQ --
/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_variation5.phpt74 'empty array' => array(),
89 // empty data
90 'empty string DQ' => "",
91 'empty string SQ' => '',
151 --empty array--
185 --empty string DQ--
189 --empty string SQ--
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strrichr_variation4.phpt77 'empty array' => array(),
92 // empty data
93 'empty string DQ' => "",
94 'empty string SQ' => '',
160 --empty array--
200 --empty string DQ--
204 --empty string SQ--
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_decrypt_variation1.phpt79 'empty array' => array(),
94 // empty data
95 'empty string DQ' => "",
96 'empty string SQ' => '',
162 --empty array--
202 --empty string DQ--
206 --empty string SQ--
H A Dbug43143.phpt2 Bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB)
22 Warning: mcrypt_encrypt(): Attempt to use an empty IV, which is NOT recommend in %sbug43143.php on …
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation3.phpt71 'empty array' => array(),
86 // empty data
87 'empty string DQ' => "",
88 'empty string SQ' => '',
143 --empty array--
177 --empty string DQ--
181 --empty string SQ--
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60817.phpt5 class TestStream { //data, empty data, empty data + eof
/PHP-5.5/Zend/tests/
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
/PHP-5.5/ext/mysql/tests/
H A Dconnect.inc5 if (!empty($_ENV['TMP']))
7 if (!empty($_ENV['TMPDIR']))
9 if (!empty($_ENV['TEMP']))
59 Default values are "localhost", "root", database "test" and empty password.
/PHP-5.5/ext/standard/tests/strings/
H A D004.phpt18 if (empty($a[$s])) $a[$s] = 0;
28 if (empty($a[$s])) $a[$s] = 0;
H A Ducwords_variation5.phpt14 var_dump(ucwords('testing empty delimiters', ''));
23 string(%d) "Testing empty delimiters"
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug_42589.phpt18 var_dump(!empty($meta1['table']) && $meta1['table'] == 'test');
19 var_dump(!empty($meta2['table']) && $meta2['table'] == 'test');
/PHP-5.5/ext/dom/tests/
H A Dbug47430.phpt24 Warning: Creating default object from empty value in %s on line %d
26 Warning: Creating default object from empty value in %s on line %d
H A DDOMDocument_loadHTMLfile_error2.phpt2 Test DOMDocument::loadHTMLFile when an empty string is passed
4 Verifies that an error message is showed if an empty string is passed as argument
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetservbyname_variation10.phpt24 'empty string DQ' => "",
25 'empty string SQ' => '',
H A Dget_cfg_var_variation3.phpt24 'empty string DQ' => "",
25 'empty string SQ' => '',
/PHP-5.5/ext/pdo_mysql/tests/
H A Dconfig.inc36 if (!empty($_ENV['TMP']))
38 if (!empty($_ENV['TMPDIR']))
40 if (!empty($_ENV['TEMP']))
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation6.phpt23 'empty single quoted string' => '',
24 "empty double quoted string" => "",
65 -- Key in $search array is : empty single quoted string --
73 -- Key in $search array is : empty double quoted string --

Completed in 27 milliseconds

12345678910>>...53