Home
last modified time | relevance | path

Searched refs:valid (Results 201 – 225 of 1056) sorted by relevance

12345678910>>...43

/PHP-5.5/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-5.5/ext/spl/tests/
H A Diterator_041a.phpt33 function valid()
36 return parent::valid();
/PHP-5.5/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_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 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 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_filter_variation9.phpt67 Warning: array_filter() expects parameter 2 to be a valid callback, function 'echo' not found or in…
70 Warning: array_filter() expects parameter 2 to be a valid callback, function 'exit' not found or in…
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-5.5/ext/standard/tests/file/
H A Ddisk_total_space_error.phpt6 die("skip Not valid on Windows");
21 var_dump( disk_total_space( $file_path, "extra argument") ); // More than valid number of arguments
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-5.5/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-5.5/ext/sybase_ct/tests/
H A Dtest_msghandler.phpt29 Warning: sybase_set_message_handler() expects parameter 1 to be a valid callback, function 'functio…
36 Warning: sybase_set_message_handler() expects parameter 1 to be a valid callback, no array or strin…
/PHP-5.5/ext/sysvshm/tests/
H A D003.phpt41 Warning: shm_detach(): %d is not a valid sysvshm resource in %s003.php on line %d
44 Warning: shm_remove(): %d is not a valid sysvshm resource in %s003.php on line %d
/PHP-5.5/tests/classes/
H A Diterators_006.phpt21 function valid() {
56 #$array->valid();
/PHP-5.5/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
/PHP-5.5/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-5.5/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-5.5/ext/zip/lib/
H A Dzip_stat_init.c43 st->valid = 0; in zip_stat_init()
/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_existing_c_5_2.phpt33 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
35 Warning: fclose(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
H A Dpharfileinfo_construct.phpt50 Warning: PharFileInfo::__construct() expects parameter 1 to be a valid path, array given in %spharf…
53 '%spharfileinfo_construct.php' is not a valid phar archive URL (must have at least phar://filename.…
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-2.phpt41 Warning: socket_import_stream(): supplied resource is not a valid stream resource in %s on line %d
46 Warning: socket_import_stream(): %d is not a valid stream resource in %s on line %d
/PHP-5.5/ext/spl/examples/
H A Ddbareader.inc62 * Fetches the current data if $key is valid
80 function valid() {

Completed in 32 milliseconds

12345678910>>...43