Home
last modified time | relevance | path

Searched refs:valid (Results 226 – 250 of 1082) sorted by relevance

12345678910>>...44

/PHP-7.1/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_basic.phpt20 echo "-- Testing with simple valid data file --\n";
44 -- Testing with simple valid data file --
H A Dfile_get_contents_variation8.phpt8 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.1/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation11.phpt38 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 Darray_intersect_ukey_variation10.phpt39 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 Darray_filter.phpt85 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 Duasort_variation8.phpt12 * 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 …
H A Darray_map_object2.phpt40 Warning: array_map() expects parameter 1 to be a valid callback, class 'non-existent' not found in …
44 Warning: array_map() expects parameter 1 to be a valid callback, class 'SimpleClass' does not have …
/PHP-7.1/ext/imap/tests/
H A Dimap_fetchheader_variation4.phpt37 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
H A Dimap_fetch_overview_variation4.phpt38 Warning: imap_fetch_overview(): supplied resource is not a valid imap resource in %s on line %d
44 Warning: imap_fetch_overview(): supplied resource is not a valid imap resource in %s on line %d
/PHP-7.1/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation6.phpt19 "\tHello \"world\"\t\v \0 This is a valid\t string",
45 string(42) " Hello "world" � This is a valid string"
H A Dstrip_tags_variation8.phpt2 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…
/PHP-7.1/ext/spl/tests/
H A Diterator_041a.phpt33 function valid()
36 return parent::valid();
H A Dbug74519.phpt12 while($iterator->valid()) {
/PHP-7.1/tests/classes/
H A Diterators_006.phpt21 function valid() {
56 #$array->valid();
/PHP-7.1/ext/zip/lib/
H A Dzip_source_crc.c112 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.1/ext/filter/tests/
H A D029.phpt83 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 Dbug48762.phpt2 Bug #48762 (IPv6 address filter still rejects valid address)
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_query.phpt39 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 [%u|b%"valid"]=>
/PHP-7.1/ext/standard/tests/general_functions/
H A Dintval.phpt13 echo "*** Testing intval() with valid integer values ***\n";
14 // different valid integer vlaues
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.1/ext/exif/tests/
H A Dexif_imagetype_variation1.phpt145 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
/PHP-7.1/Zend/tests/
H A Dclosure_call_leak_with_exception.phpt9 })()->valid(); // start
/PHP-7.1/Zend/tests/generators/
H A Dgenerator_symtable_leak.phpt13 gen()->valid();
/PHP-7.1/Zend/tests/return_types/
H A Dvoid_parameter.phpt2 void return type: not valid as a parameter type
/PHP-7.1/Zend/tests/typehints/
H A Dnamespace_relative_scalar.phpt2 namespace\int is not a valid type hint
/PHP-7.1/ext/phar/tests/
H A Dpharfileinfo_construct.phpt53 PharFileInfo::__construct() expects parameter 1 to be a valid path, array given
56 '%s' is not a valid phar archive URL (must have at least phar://filename.phar)

Completed in 42 milliseconds

12345678910>>...44