/PHP-8.2/ext/dom/tests/ |
H A D | DOMDocument_schemaValidateSource_error3.phpt | 2 DomDocument::schemaValidateSource() - empty string for schema string 23 DOMDocument::schemaValidateSource(): Argument #1 ($source) must not be empty
|
H A D | DOMDocument_schemaValidate_error3.phpt | 2 DomDocument::schemaValidate() - empty string for schema file name 23 DOMDocument::schemaValidate(): Argument #1 ($filename) must not be empty
|
H A D | bug35342.phpt | 13 var_dump(empty($nodelist->length), empty($nodelist->foo));
|
/PHP-8.2/Zend/tests/ |
H A D | bug79792.phpt | 2 Bug #79792: HT iterators not removed if empty array is destroyed 7 // Make the array empty.
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | array_shift_variation2.phpt | 66 // empty data 67 /*5*/ 'empty string' => array( 72 /*6*/ 'empty array' => array( 162 -- Iteration 5: empty string data -- 169 -- Iteration 6: empty array data --
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | empty_pattern.phpt | 2 Check for empty pattern 28 mb_ereg_search_init(): Argument #2 ($pattern) must not be empty
|
/PHP-8.2/ext/zip/tests/ |
H A D | oo_getexternalattributesname_error.phpt | 2 ZipArchive::getExternalAttributesName() throws a ValueError when the $name param is empty 23 ZipArchive::getExternalAttributesName(): Argument #1 ($name) cannot be empty
|
H A D | bug53885.phpt | 2 Bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive) 22 Deprecated: ZipArchive::open(): Using empty file as ZipArchive is deprecated in %s
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_prepare_no_object.phpt | 42 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 D | bug46614.phpt | 2 Bug #46614 (Extended MySQLi class gives incorrect empty() result) 21 return empty($this->extData);
|
H A D | mysqli_class_mysqli_driver_interface.phpt | 22 if (!empty($expected_methods)) { 26 if (!empty($methods)) { 30 if (empty($expected_methods) && empty($methods)) {
|
/PHP-8.2/ext/openssl/tests/ |
H A D | openssl_pkcs7_encrypt_basic.phpt | 22 $empty = ""; 31 var_dump(openssl_pkcs7_encrypt($empty, $outfile, $single_cert, $headers, 0, $cipher)); 32 var_dump(openssl_pkcs7_encrypt($infile, $empty, $single_cert, $headers, 0, $cipher)); 34 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $empty, $headers, 0, $cipher));
|
H A D | openssl_pkcs7_sign_basic.phpt | 19 $empty = ""; 26 var_dump(openssl_pkcs7_sign($empty, $outfile, $single_cert, $privkey, $headers)); 27 var_dump(openssl_pkcs7_sign($infile, $empty, $single_cert, $privkey, $headers)); 29 var_dump(openssl_pkcs7_sign($infile, $outfile, $empty, $privkey, $headers));
|
H A D | openssl_cms_encrypt_basic.phpt | 20 $empty = ""; 30 var_dump(openssl_cms_encrypt($empty, $outfile, $single_cert, $headers, cipher_algo: $cipher)); 31 var_dump(openssl_cms_encrypt($infile, $empty, $single_cert, $headers, cipher_algo: $cipher)); 33 var_dump(openssl_cms_encrypt($infile, $outfile, $empty, $headers, cipher_algo: $cipher));
|
H A D | openssl_cms_sign_basic.phpt | 19 $empty = ""; 30 var_dump(openssl_cms_sign($empty, $outfile, $single_cert, $privkey, $headers)); 31 var_dump(openssl_cms_sign($infile, $empty, $single_cert, $privkey, $headers)); 33 var_dump(openssl_cms_sign($infile, $outfile, $empty, $privkey, $headers));
|
/PHP-8.2/ext/pdo_oci/tests/ |
H A D | pdo_oci_class_constants.phpt | 46 if (!empty($constants)) { 51 if (!empty($expected)) { 56 if (!empty($values)) {
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | include_userstream_002.phpt | 18 return !empty($this->stream); 30 if (!empty($this->stream)) { 40 if (!empty($this->stream)) { 48 if (!empty($this->stream)) { 56 if (!empty($this->stream)) {
|
H A D | readlink_realpath_variation3.phpt | 7 echo "\n*** Testing readlink() and realpath() with linkname as empty string, NULL and single space … 13 /* empty linkname */ 31 *** Testing readlink() and realpath() with linkname as empty string, NULL and single space ***
|
/PHP-8.2/Zend/tests/weakrefs/ |
H A D | weakmap_basic_map_behavior.phpt | 18 var_dump(!empty($map[$obj])); 24 var_dump(!empty($map[$obj])); 30 var_dump(!empty($map[$obj])); 36 var_dump(!empty($map[$obj])); 42 var_dump(!empty($map[$obj]));
|
/PHP-8.2/ext/spl/tests/ |
H A D | bug70053.phpt | 6 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-8.2/ext/odbc/tests/ |
H A D | bug73448.phpt | 15 "/* empty batch is without error */", 17 "/* empty batch,error message is not empty */",
|
/PHP-8.2/ext/opcache/tests/ |
H A D | jmp_elim_002.phpt | 2 Incorrect empty basic block elimination 17 if ( ! empty( $r['limit'] ) ) {
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | ucwords_variation5.phpt | 9 var_dump(ucwords('testing empty delimiters', '')); 18 string(%d) "Testing empty delimiters"
|
/PHP-8.2/ext/imap/tests/ |
H A D | bug80223.phpt | 24 imap_mail_compose(): Argument #2 ($bodies) cannot be empty 26 imap_mail_compose(): Argument #2 ($bodies) individual body cannot be empty
|
/PHP-8.2/ext/oci8/tests/ |
H A D | connect_1.phpt | 10 if (!empty($dbase)) { 17 if (!empty($dbase)) {
|