/PHP-7.3/ext/spl/internal/ |
H A D | filteriterator.inc | 62 while ($this->it->valid()) { 83 function valid() { 84 return $this->it->valid();
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | nl_langinfo_variation1.phpt | 74 Warning: nl_langinfo(): Item '2147483647' is not valid in %s on line %d 78 Warning: nl_langinfo(): Item '-2147483648' is not valid in %s on line %d 82 Warning: nl_langinfo(): Item '-20' is not valid in %s on line %d
|
H A D | strip_tags_variation8.phpt | 2 Test strip_tags() function : usage variations - valid value for 'str' and invalid values for 'allow… 13 …* testing functionality of strip_tags() by giving valid value for $str and invalid values for $all…
|
H A D | htmlspecialchars_decode_variation6.phpt | 19 "\tHello \"world\"\t\v \0 This is a valid\t string", 45 string(42) " Hello "world" This is a valid string"
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | chmod_variation3.phpt | 146 Error: 2 - chmod() expects parameter 1 to be a valid path, array given, %s(%d) 150 Error: 2 - chmod() expects parameter 1 to be a valid path, array given, %s(%d) 154 Error: 2 - chmod() expects parameter 1 to be a valid path, array given, %s(%d) 158 Error: 2 - chmod() expects parameter 1 to be a valid path, array given, %s(%d) 198 Error: 2 - chmod() expects parameter 1 to be a valid path, object given, %s(%d)
|
H A D | disk_total_space_error.phpt | 6 die("skip Not valid on Windows"); 21 var_dump( disk_total_space( $file_path, "extra argument") ); // More than valid number of arguments
|
H A D | file_get_contents_file_put_contents_basic.phpt | 20 echo "-- Testing with simple valid data file --\n"; 44 -- Testing with simple valid data file --
|
H A D | file_get_contents_variation8.phpt | 8 die('skip.. Not valid for Windows'); 73 Warning: file_get_contents() expects parameter 1 to be a valid path, string given in %s on line %d 77 Warning: file_get_contents() expects parameter 1 to be a valid path, array given in %s on line %d
|
/PHP-7.3/Zend/tests/ |
H A D | closure_call_leak_with_exception.phpt | 9 })()->valid(); // start
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | array_filter.phpt | 85 Warning: array_filter() expects parameter 2 to be a valid callback, array must have exactly two mem… 91 Warning: array_filter() expects parameter 2 to be a valid callback, no array or string given in %s …
|
H A D | array_intersect_uassoc_variation11.phpt | 38 Error: 2 - array_intersect_uassoc() expects parameter 3 to be a valid callback, no array or string … 40 Error: 2 - array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string …
|
H A D | array_intersect_ukey_variation10.phpt | 39 Error: 2 - array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string gi… 41 Error: 2 - array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string gi…
|
H A D | uasort_variation8.phpt | 12 * valid comparison functions: strcmp() & strcasecmp() 72 Warning: uasort() expects parameter 2 to be a valid callback, function 'echo' not found or invalid … 76 Warning: uasort() expects parameter 2 to be a valid callback, function 'exit' not found or invalid …
|
/PHP-7.3/ext/spl/tests/ |
H A D | iterator_041a.phpt | 33 function valid() 36 return parent::valid();
|
H A D | bug74519.phpt | 12 while($iterator->valid()) {
|
/PHP-7.3/ext/imap/tests/ |
H A D | imap_fetchheader_variation4.phpt | 37 Warning: imap_fetchheader(): supplied resource is not a valid imap resource in %s on line %d 43 Warning: imap_fetchheader(): supplied resource is not a valid imap resource in %s on line %d
|
/PHP-7.3/ext/zip/lib/ |
H A D | zip_source_crc.c | 112 if ((st.valid & ZIP_STAT_CRC) && st.crc != ctx->crc) { in crc_read() 116 if ((st.valid & ZIP_STAT_SIZE) && st.size != ctx->size) { in crc_read() 153 …st->valid |= ZIP_STAT_SIZE|ZIP_STAT_CRC|ZIP_STAT_COMP_SIZE|ZIP_STAT_COMP_METHOD|ZIP_STAT_ENCRYPTIO… in crc_read()
|
/PHP-7.3/ext/filter/tests/ |
H A D | 029.phpt | 83 Warning: filter_var(): First argument is expected to be a valid callback in %s on line %d 86 Warning: filter_var(): First argument is expected to be a valid callback in %s on line %d 89 Warning: filter_var(): First argument is expected to be a valid callback in %s on line %d
|
H A D | bug48762.phpt | 2 Bug #48762 (IPv6 address filter still rejects valid address)
|
/PHP-7.3/Zend/tests/generators/ |
H A D | generator_symtable_leak.phpt | 13 gen()->valid();
|
/PHP-7.3/Zend/tests/typehints/ |
H A D | namespace_relative_scalar.phpt | 2 namespace\int is not a valid type hint
|
/PHP-7.3/Zend/tests/return_types/ |
H A D | void_parameter.phpt | 2 void return type: not valid as a parameter type
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | mysqli_query.phpt | 39 if (!$res = mysqli_query($link, "SELECT 'this is sql but with semicolon' AS valid ; ")) 52 …if (false !== ($res = mysqli_query($link, 'SELECT "this is sql but with semicolon" AS valid ; SHOW… 97 $valid = array(MYSQLI_USE_RESULT, MYSQLI_STORE_RESULT); 100 } while (in_array($mode, $valid)); 131 ["valid"]=>
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | intval.phpt | 13 echo "*** Testing intval() with valid integer values ***\n"; 14 // different valid integer values 37 integer values, expected output:integer value in decimal notation for valid integer */ 144 …intval() on non integer types, expected output: integer value in decimal notation for valid intege… 161 *** Testing intval() with valid integer values ***
|
/PHP-7.3/ext/exif/tests/ |
H A D | exif_imagetype_variation1.phpt | 145 Warning: exif_imagetype() expects parameter 1 to be a valid path, array given in %s on line %d 149 Warning: exif_imagetype() expects parameter 1 to be a valid path, array given in %s on line %d 153 Warning: exif_imagetype() expects parameter 1 to be a valid path, array given in %s on line %d 157 Warning: exif_imagetype() expects parameter 1 to be a valid path, array given in %s on line %d 161 Warning: exif_imagetype() expects parameter 1 to be a valid path, array given in %s on line %d 201 Warning: exif_imagetype() expects parameter 1 to be a valid path, resource given in %s on line %d
|