/PHP-7.3/ext/zip/lib/ |
H A D | zip_close.c | 246 if ((st.valid & ZIP_STAT_COMP_METHOD) == 0) { in add_data() 247 st.valid |= ZIP_STAT_COMP_METHOD; in add_data() 253 else if (de->comp_method == ZIP_CM_STORE && (st.valid & ZIP_STAT_SIZE)) { in add_data() 254 st.valid |= ZIP_STAT_COMP_SIZE; in add_data() 259 st.valid &= ~ZIP_STAT_COMP_SIZE; in add_data() 265 if ((st.valid & ZIP_STAT_SIZE) == 0) in add_data() 270 if ((st.valid & ZIP_STAT_COMP_SIZE) == 0) { in add_data() 315 if (de->comp_method != ZIP_CM_STORE && ((st.valid & ZIP_STAT_SIZE) == 0 || st.size != 0)) { in add_data() 359 …if ((st.valid & (ZIP_STAT_COMP_METHOD|ZIP_STAT_CRC|ZIP_STAT_SIZE)) != (ZIP_STAT_COMP_METHOD|ZIP_ST… in add_data() 365 if (st.valid & ZIP_STAT_MTIME) in add_data()
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | setlocale_variation1.phpt | 2 Test setlocale() function : usage variations - passing multiple valid/invlaid locales as argument 6 die('skip Not valid for windows'); 21 /* Test the setlocale() when multiple valid/invalid locales are provided as argument */ 47 /* Collect existing system locales and get 2 valid locales that can be use to 48 pass as argument to setlocale(), pass 2 invalid arguments along with two valid arguments*/ 49 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n"; 97 *** Testing setlocale() by passing multiple valid/invalid locales as argument ***
|
H A D | htmlentities23.phpt | 6 "\x8F\xA1\xFF", //2 sub as 2nd is potentially valid as lead 7 "\x8F\xA1", //2 sub, as 2nd is potentially valid as lead 9 "\x8F\xA0", //1 sub, A0 is not valid as sole/first byte 12 "\x8E\xAE", //valid
|
H A D | md5_file.phpt | 50 /* More than valid number of arguments ( valid is 2) */ 62 echo "\n*** Hexadecimal Output for a valid file with some contents ***\n"; 66 echo "\n*** Raw Binary Output for a valid file with some contents ***\n"; 102 *** Hexadecimal Output for a valid file with some contents *** 105 *** Raw Binary Output for a valid file with some contents ***
|
/PHP-7.3/ext/oci8/tests/ |
H A D | null_byte_1.phpt | 8 die ("skip Test only valid for PHP 5.4 onwards"); 40 Warning: OCI-Lob::savefile() expects parameter 1 to be a valid path, string given in %snull_byte_1.… 44 Warning: OCI-Lob::export() expects parameter 1 to be a valid path, string given in %snull_byte_1.ph…
|
H A D | skipif.inc | 5 // Check the test file is valid for this DB type 16 die("skip Test not valid for $v\n");
|
/PHP-7.3/ext/phar/tests/ |
H A D | phar_buildfromiterator5.phpt | 29 function valid() { 30 echo "valid\n"; 55 valid
|
H A D | phar_buildfromiterator6.phpt | 29 function valid() { 30 echo "valid\n"; 55 valid
|
H A D | phar_buildfromiterator7.phpt | 29 function valid() { 30 echo "valid\n"; 55 valid
|
/PHP-7.3/ext/phar/tests/tar/ |
H A D | phar_buildfromiterator5.phpt | 29 function valid() { 30 echo "valid\n"; 55 valid
|
H A D | phar_buildfromiterator6.phpt | 29 function valid() { 30 echo "valid\n"; 55 valid
|
H A D | phar_buildfromiterator7.phpt | 29 function valid() { 30 echo "valid\n"; 55 valid
|
/PHP-7.3/ext/phar/tests/zip/ |
H A D | phar_buildfromiterator5.phpt | 29 function valid() { 30 echo "valid\n"; 55 valid
|
H A D | phar_buildfromiterator6.phpt | 29 function valid() { 30 echo "valid\n"; 55 valid
|
H A D | phar_buildfromiterator7.phpt | 29 function valid() { 30 echo "valid\n"; 55 valid
|
/PHP-7.3/ext/standard/tests/crypt/ |
H A D | des_fallback_invalid_salt.phpt | 11 Deprecated: crypt(): Supplied salt is not valid for DES. Possible bug in provided salt format. in %… 14 Deprecated: crypt(): Supplied salt is not valid for DES. Possible bug in provided salt format. in %…
|
/PHP-7.3/ext/intl/tests/ |
H A D | calendar_getTimeZone_basic.phpt | 22 [valid] => 1 29 [valid] => 1
|
H A D | timezone_getUnknown_basic.phpt | 23 [valid] => 1 30 [valid] => 1
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | is_writable_variation1.phpt | 100 Warning: is_writable() expects parameter 1 to be a valid path, string given in %s on line %d 103 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d 107 Warning: is_writable() expects parameter 1 to be a valid path, string given in %s on line %d 110 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d 114 Warning: is_writable() expects parameter 1 to be a valid path, string given in %s on line %d 117 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d
|
/PHP-7.3/ext/gd/tests/ |
H A D | bug73869.phpt | 14 Warning: imagecreatefromgd2(): '%s' is not a valid GD2 file in %s on line %d 17 Warning: imagecreatefromgd2(): '%s' is not a valid GD2 file in %s on line %d
|
/PHP-7.3/ext/openssl/tests/ |
H A D | bug41033.phpt | 19 $valid = openssl_verify($ct, $signature, $pukeyid, OPENSSL_ALGO_SHA1); 20 echo "Signature validity: " . $valid . "\n";
|
/PHP-7.3/ext/pcre/tests/ |
H A D | preg_replace_callback3.phpt | 30 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d 33 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d 36 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | mysqli_mysqli_result_invalid_mode.phpt | 14 $valid = array(MYSQLI_STORE_RESULT, MYSQLI_USE_RESULT); 17 } while (in_array($mode, $valid));
|
/PHP-7.3/ext/curl/tests/ |
H A D | curl_multi_close_basic001.phpt | 2 curl_multi_close return false when suplied resorce not valid cURL multi handle 23 Warning: curl_multi_close(): supplied resource is not a valid cURL Multi Handle resource in %s on l…
|
/PHP-7.3/ext/tokenizer/tests/ |
H A D | token_get_all_variation14.phpt | 19 // with valid php tags and invalid tokens 20 echo "-- with valid PHP tags & invlid tokens --\n"; 30 echo "-- with invlalid PHP open tag & valid tokens --\n"; 44 -- with valid PHP tags & invlid tokens -- 257 -- with invlalid PHP open tag & valid tokens --
|