Home
last modified time | relevance | path

Searched refs:empty (Results 76 – 100 of 872) sorted by relevance

12345678910>>...35

/PHP-7.4/ext/mysqli/tests/
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))
H A Dmysqli_prepare_no_object.phpt42 a) [1065] Query was empty
43 b) [1065] Query was empty
44 c) [1065] Query was empty
45 c) [1065] Query was empty
H A Dbug46614.phpt2 Bug #46614 (Extended MySQLi class gives incorrect empty() result)
19 return empty($this->extData);
/PHP-7.4/ext/spl/tests/
H A DDirectoryIterator_empty_constructor.phpt2 DirectoryIterator: Test empty value to DirectoryIterator constructor
11 Fatal error: Uncaught RuntimeException: Directory name must not be empty. in %s:%d
H A Dbug70053.phpt6 echo "-- Two empty iterators attached with infos that are different but same array key --\n";
16 -- Two empty iterators attached with infos that are different but same array key --
/PHP-7.4/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 ***
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dphar_test.inc34 if (empty($comp)) $comp = $cont;
35 if (empty($ulen)) $ulen = strlen($cont);
36 if (empty($clen)) $clen = strlen($comp);
37 if (empty($crc32))$crc32= crc32((binary)$cont);
/PHP-7.4/ext/phar/tests/files/
H A Dphar_test.inc34 if (empty($comp)) $comp = $cont;
35 if (empty($ulen)) $ulen = strlen($cont);
36 if (empty($clen)) $clen = strlen($comp);
37 if (empty($crc32))$crc32= crc32((binary)$cont);
/PHP-7.4/ext/gd/tests/
H A Dbug72709.phpt2 Bug #72709 (imagesetstyle() causes OOB read for empty $styles)
16 Warning: imagesetstyle(): styles array must not be empty in %s%ebug72709.php on line %d
/PHP-7.4/tests/classes/
H A Dimplicit_instantiation_001.phpt40 Warning: Creating default object from empty value in %s on line 18
46 Warning: Creating default object from empty value in %s on line 22
50 Warning: Creating default object from empty value in %s on line 26
58 Warning: Creating default object from empty value in %s on line 18
64 Warning: Creating default object from empty value in %s on line 22
68 Warning: Creating default object from empty value in %s on line 26
76 Warning: Creating default object from empty value in %s on line 18
82 Warning: Creating default object from empty value in %s on line 22
86 Warning: Creating default object from empty value in %s on line 26
/PHP-7.4/tests/lang/
H A DforeachLoop.016.phpt152 Warning: Creating default object from empty value in %s on line %d
160 Warning: Creating default object from empty value in %s on line %d
162 Warning: Creating default object from empty value in %s on line %d
170 Warning: Creating default object from empty value in %s on line %d
178 Warning: Creating default object from empty value in %s on line %d
186 Warning: Creating default object from empty value in %s on line %d
188 Warning: Creating default object from empty value in %s on line %d
208 Warning: Creating default object from empty value in %s on line %d
/PHP-7.4/ext/gettext/tests/
H A Dgettext_bindtextdomain-emptydomain.phpt2 Test if bindtextdomain() errors if the domain is empty.
13 Warning: The first parameter of bindtextdomain must not be empty in %s on line %d
/PHP-7.4/ext/imap/tests/
H A Dbug80223.phpt13 Warning: imap_mail_compose(): body parameter must be a non-empty array in %s on line %d
15 Warning: imap_mail_compose(): body parameter must be a non-empty array in %s on line %d
/PHP-7.4/ext/standard/tests/array/
H A Dkey_variation2.phpt68 // empty data
69 /*8*/ 'empty double quotes' => array(
73 /*9*/ 'empty single quotes' => array(
139 -- Iteration 8 : empty double quotes data --
142 -- Iteration 9 : empty single quotes data --
H A Darray_change_key_case_variation3.phpt67 // empty data
68 /*5*/ 'empty double quotes' => array(
71 'empty single quotes' => array(
164 -- Iteration 8 : empty double quotes data --
170 -- Iteration 9 : empty single quotes data --
H A Darray_values_variation2.phpt70 // empty data
71 /*5*/ 'empty string' => array(
76 /*6*/ 'empty array' => array(
168 -- Iteration 5: empty string data --
176 -- Iteration 6: empty array data --
H A Darray_values_variation3.phpt69 // empty data
70 /*8*/ 'empty double quotes' => array(
74 /*9*/ 'empty single quotes' => array(
166 -- Iteration 8: empty double quotes data --
172 -- Iteration 9: empty single quotes data --
H A Darray_shift_variation2.phpt71 // empty data
72 /*5*/ 'empty string' => array(
77 /*6*/ 'empty array' => array(
167 -- Iteration 5: empty string data --
174 -- Iteration 6: empty array data --
H A Darray_shift_variation3.phpt68 // empty data
69 /*8*/ 'empty double quotes' => array(
73 /*9*/ 'empty single quotes' => array(
160 -- Iteration 8 : empty double quotes data --
165 -- Iteration 9 : empty single quotes data --
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkcs7_sign_basic.phpt19 $empty = "";
27 var_dump(openssl_pkcs7_sign($empty, $outfile, $single_cert, $privkey, $headers));
28 var_dump(openssl_pkcs7_sign($infile, $empty, $single_cert, $privkey, $headers));
30 var_dump(openssl_pkcs7_sign($infile, $outfile, $empty, $privkey, $headers));
31 var_dump(openssl_pkcs7_sign($infile, $outfile, $single_cert, $privkey, $empty));
/PHP-7.4/ext/dom/tests/
H A Dbug35342.phpt13 var_dump(empty($nodelist->length), empty($nodelist->foo));
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_class_constants.phpt43 if (!empty($constants)) {
48 if (!empty($expected)) {
53 if (!empty($values)) {
/PHP-7.4/ext/standard/tests/file/
H A Dinclude_userstream_002.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_get_contents_basic.phpt25 echo "\n-- Testing with empty file --\n";
27 create_files($file_path, 1, "empty", 0755, 100, "w", "file", 1, "byte");
38 -- Testing with empty file --
/PHP-7.4/ext/odbc/tests/
H A Dbug73448.phpt13 "/* empty batch is without error */",
15 "/* empty batch,error message is not empty */",

Completed in 25 milliseconds

12345678910>>...35