Home
last modified time | relevance | path

Searched refs:empty (Results 226 – 250 of 1304) sorted by relevance

12345678910>>...53

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt38 if (!empty($expected_methods)) {
42 if (!empty($methods)) {
46 if (empty($expected_methods) && empty($methods))
H A Dmysqli_get_client_stats.phpt89 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
144 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
162 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
186 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
210 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
232 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
246 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
263 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
288 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
309 if (!is_array($info = mysqli_get_client_stats()) || empty($info))
[all …]
H A Dconnect.inc4 database "stest" and empty password.
63 if (!empty($_ENV['TMP']))
65 if (!empty($_ENV['TMPDIR']))
67 if (!empty($_ENV['TEMP']))
135 !empty($row)) {
167 if (empty($errcodes)) {
H A Dmysqli_get_client_stats_off.phpt18 if (!is_array($before) || empty($before)) {
19 printf("[001] Expecting non-empty array, got %s.\n", gettype($before));
/PHP-5.5/ext/standard/tests/array/
H A Darray_merge_variation3.phpt74 // empty data
75 /*5*/ 'empty string' => array(
80 /*6*/ 'empty array' => array(
244 -- Iteration 5: empty string data --
266 -- Iteration 6: empty array data --
H A Darray_diff_variation4.phpt33 /*1*/"empty array" => array(),
67 "empty" => array(
68 // empty data
H A Dusort_variation4.phpt62 // empty array
65 echo "\n-- Sorting empty array --\n";
151 -- Sorting empty array --
/PHP-5.5/ext/openssl/tests/
H A D006.phpt2 openssl_pkey_new() with an empty sub-array arg generates a malformed resource
8 from openssl_pkey_new() with an empty sub-array arg */
/PHP-5.5/ext/posix/tests/
H A Dposix_ttyname_variation3.phpt27 'empty string DQ' => "",
28 'empty string SQ' => '',
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation2.phpt79 'empty array' => array(),
94 // empty data
95 'empty string DQ' => "",
96 'empty string SQ' => '',
162 --empty array--
206 --empty string DQ--
210 --empty string SQ--
H A Dmcrypt_cbc_variation3.phpt79 'empty array' => array(),
94 // empty data
95 'empty string DQ' => "",
96 'empty string SQ' => '',
162 --empty array--
206 --empty string DQ--
210 --empty string SQ--
H A Dmcrypt_cbc_variation4.phpt73 'empty array' => array(),
88 // empty data
89 'empty string DQ' => "",
90 'empty string SQ' => '',
146 --empty array--
186 --empty string DQ--
190 --empty string SQ--
H A Dmcrypt_decrypt_variation4.phpt79 'empty array' => array(),
94 // empty data
95 'empty string DQ' => "",
96 'empty string SQ' => '',
162 --empty array--
206 --empty string DQ--
210 --empty string SQ--
H A Dmcrypt_encrypt_variation4.phpt79 'empty array' => array(),
94 // empty data
95 'empty string DQ' => "",
96 'empty string SQ' => '',
162 --empty array--
206 --empty string DQ--
210 --empty string SQ--
/PHP-5.5/ext/date/tests/
H A Ddate_time_set_variation2.phpt59 'empty array' => array(),
74 // empty data
75 'empty string DQ' => "",
76 'empty string SQ' => '',
185 -- empty array --
265 -- empty string DQ --
270 -- empty string SQ --
H A Dtimezone_open_variation1.phpt57 'empty array' => array(),
72 // empty data
73 'empty string DQ' => "",
74 'empty string SQ' => '',
135 -- empty array --
185 -- empty string DQ --
190 -- empty string SQ --
/PHP-5.5/ext/standard/tests/file/
H A Dreadlink_realpath_variation3.phpt20 echo "\n*** Testing readlink() and realpath() with linkname as empty string, NULL and single space …
26 /* empty linkname */
46 *** Testing readlink() and realpath() with linkname as empty string, NULL and single space ***
H A Dinclude_userstream_003.phpt17 return !empty($this->stream);
29 if (!empty($this->stream)) {
39 if (!empty($this->stream)) {
47 if (!empty($this->stream)) {
55 if (!empty($this->stream)) {
H A Dfile_put_contents_variation3.phpt75 'empty array' => array(),
90 // empty data
91 'empty string DQ' => "",
92 'empty string SQ' => '',
168 --empty array--
206 --empty string DQ--
210 --empty string SQ--
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_query_error.phpt18 echo 'Testing SQLite3 qeury with empty string parameter' . PHP_EOL;
30 Testing SQLite3 qeury with empty string parameter
H A Dsqlite3_querysingle_error.phpt17 echo 'Testing SQLite3 qeurySingle with empty string parameter' . PHP_EOL;
29 Testing SQLite3 qeurySingle with empty string parameter
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation8.phpt2 Test strrchr() function : usage variations - empty heredoc string for 'haystack'
10 /* Test strrchr() function by passing empty heredoc string for haystack
H A Dstrpbrk_error.phpt23 echo "\n-- Testing strpbrk() function with empty second argument --\n";
45 -- Testing strpbrk() function with empty second argument --
47 Warning: strpbrk(): The character list cannot be empty in %s on line %d
/PHP-5.5/ext/spl/tests/
H A Ddllist_004.phpt50 Exception: Can't pop from an empty datastructure
51 Exception: Can't shift from an empty datastructure
H A Ddllist_005.phpt50 Exception: Can't shift from an empty datastructure
51 Exception: Can't shift from an empty datastructure

Completed in 46 milliseconds

12345678910>>...53