Home
last modified time | relevance | path

Searched refs:valid (Results 176 – 200 of 1029) sorted by relevance

12345678910>>...42

/PHP-5.4/ext/spl/
H A Dspl.php566 function valid(); function
837 function valid() {/**/} function in ArrayIterator
1000 function valid() {/**/} function in DirectoryIterator
1109 function valid() {/**/} function in SimpleXMLIterator
/PHP-5.4/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt48 CallbackFilterIterator::__construct() expects parameter 2 to be a valid callback, no array or strin…
49 CallbackFilterIterator::__construct() expects parameter 2 to be a valid callback, array must have e…
H A Dbug51532.phpt2 SPL: Allow valid extension of SplFileObject::fscanf
H A Diterator_041a.phpt33 function valid()
36 return parent::valid();
/PHP-5.4/ext/standard/tests/file/
H A Dfile_get_contents_basic.phpt18 echo "-- Testing with simple valid data file --\n";
35 -- Testing with simple valid data file --
H A Dchmod_variation3.phpt146 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 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
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 --
/PHP-5.4/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt33 Warning: posix_ttyname(): supplied resource is not a valid stream resource in %s on line %s
35 Warning: posix_ttyname(): expects argument 1 to be a valid stream resource in %s on line %d
/PHP-5.4/ext/openssl/tests/
H A D017.phpt28 Warning: openssl_private_decrypt(): key parameter is not a valid private key in %s on line %d
36 Warning: openssl_private_decrypt(): key parameter is not a valid private key in %s on line %d
/PHP-5.4/ext/standard/tests/array/
H A Darray_fill_basic.phpt12 // calling the array_fill with all possible valid values for 'val' argument
19 // array of possible valid values for 'val' argument
H A Darray_intersect_uassoc_error.phpt45 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi…
53 …ray_intersect_uassoc() expects parameter 3 to be a valid callback, second array member is not a va…
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 …
/PHP-5.4/ext/standard/tests/url/
H A Dbug55399.phpt2 Bug #55399 (parse_url() incorrectly treats ':' as a valid path)
/PHP-5.4/ext/spl/internal/
H A Dfilteriterator.inc62 while ($this->it->valid()) {
83 function valid() {
84 return $this->it->valid();
/PHP-5.4/ext/standard/tests/strings/
H A Dnl_langinfo_variation1.phpt74 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
/PHP-5.4/scripts/dev/generate-phpt/src/texts/
H A DunknownClass.txt2 The class name is not a valid PHP class name.
H A DunknownFunction.txt2 The function name is not a valid PHP function name.
H A DunknownMethod.txt2 The method name is not a valid PHP method name.
/PHP-5.4/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.4/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.4/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.4/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.4/tests/classes/
H A Diterators_006.phpt21 function valid() {
56 #$array->valid();

Completed in 27 milliseconds

12345678910>>...42