Home
last modified time | relevance | path

Searched refs:valid (Results 126 – 150 of 1077) sorted by relevance

12345678910>>...44

/PHP-7.3/ext/zip/lib/
H A Dzip_close.c246 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 Dsetlocale_variation1.phpt2 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 Dhtmlentities23.phpt6 "\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 Dmd5_file.phpt50 /* 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 Dnull_byte_1.phpt8 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 Dskipif.inc5 // 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 Dphar_buildfromiterator5.phpt29 function valid() {
30 echo "valid\n";
55 valid
H A Dphar_buildfromiterator6.phpt29 function valid() {
30 echo "valid\n";
55 valid
H A Dphar_buildfromiterator7.phpt29 function valid() {
30 echo "valid\n";
55 valid
/PHP-7.3/ext/phar/tests/tar/
H A Dphar_buildfromiterator5.phpt29 function valid() {
30 echo "valid\n";
55 valid
H A Dphar_buildfromiterator6.phpt29 function valid() {
30 echo "valid\n";
55 valid
H A Dphar_buildfromiterator7.phpt29 function valid() {
30 echo "valid\n";
55 valid
/PHP-7.3/ext/phar/tests/zip/
H A Dphar_buildfromiterator5.phpt29 function valid() {
30 echo "valid\n";
55 valid
H A Dphar_buildfromiterator6.phpt29 function valid() {
30 echo "valid\n";
55 valid
H A Dphar_buildfromiterator7.phpt29 function valid() {
30 echo "valid\n";
55 valid
/PHP-7.3/ext/standard/tests/crypt/
H A Ddes_fallback_invalid_salt.phpt11 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 Dcalendar_getTimeZone_basic.phpt22 [valid] => 1
29 [valid] => 1
H A Dtimezone_getUnknown_basic.phpt23 [valid] => 1
30 [valid] => 1
/PHP-7.3/ext/standard/tests/file/
H A Dis_writable_variation1.phpt100 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 Dbug73869.phpt14 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 Dbug41033.phpt19 $valid = openssl_verify($ct, $signature, $pukeyid, OPENSSL_ALGO_SHA1);
20 echo "Signature validity: " . $valid . "\n";
/PHP-7.3/ext/pcre/tests/
H A Dpreg_replace_callback3.phpt30 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 Dmysqli_mysqli_result_invalid_mode.phpt14 $valid = array(MYSQLI_STORE_RESULT, MYSQLI_USE_RESULT);
17 } while (in_array($mode, $valid));
/PHP-7.3/ext/curl/tests/
H A Dcurl_multi_close_basic001.phpt2 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 Dtoken_get_all_variation14.phpt19 // 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 --

Completed in 37 milliseconds

12345678910>>...44