Home
last modified time | relevance | path

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

12345678910>>...38

/php-src/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt47 CallbackFilterIterator::__construct(): Argument #2 ($callback) must be a valid callback, no array o…
48 CallbackFilterIterator::__construct(): Argument #2 ($callback) must be a valid callback, array call…
H A Diterator_016.phpt35 function valid(): bool
37 if (!parent::valid()) {
H A Dbug76367.phpt9 while($iter->valid()) {
H A Diterator_041a.phpt33 function valid(): bool
36 return parent::valid();
/php-src/Zend/tests/type_declarations/mixed/syntax/
H A Dmixed_return_success.phpt2 Test that mixed is a valid return type
/php-src/ext/standard/tests/array/
H A Darray_map_object1.phpt135 array_map(): Argument #1 ($callback) must be a valid callback or null, cannot access private method…
139 array_map(): Argument #1 ($callback) must be a valid callback or null, cannot access protected meth…
143 array_map(): Argument #1 ($callback) must be a valid callback or null, array callback must have exa…
176 array_map(): Argument #1 ($callback) must be a valid callback or null, cannot access private method…
178 array_map(): Argument #1 ($callback) must be a valid callback or null, cannot access protected meth…
H A Darray_map_object2.phpt42 array_map(): Argument #1 ($callback) must be a valid callback or null, class "non-existent" not fou…
44 array_map(): Argument #1 ($callback) must be a valid callback or null, class SimpleClass does not h…
/php-src/ext/standard/tests/general_functions/
H A Dintval.phpt9 echo "*** Testing intval() with valid integer values ***\n";
10 // different valid integer values
33 integer values, expected output:integer value in decimal notation for valid integer */
140 …intval() on non integer types, expected output: integer value in decimal notation for valid intege…
150 *** Testing intval() with valid integer values ***
/php-src/tests/classes/
H A Diterators_007.phpt14 …public function valid(): bool { if ($this->x == 4) throw new Exception(__METHOD__); return (ke…
41 Caught in Test::valid()
H A Diterators_006.phpt21 function valid(): bool {
55 #$array->valid();
/php-src/ext/standard/tests/strings/
H A Dstrip_tags_variation8.phpt2 Test strip_tags() function : usage variations - valid value for 'str' and invalid values for 'allow…
6 …* testing functionality of strip_tags() by giving valid value for $str and invalid values for $all…
H A Dhtmlspecialchars_decode_variation6.phpt14 "\tHello \"world\"\t\v \0 This is a valid\t string",
40 string(42) " Hello "world" %0 This is a valid string"
/php-src/ext/odbc/tests/
H A Dbug73448.phpt20 "/* valid select with result */ select * from sys.sysobjects",
22 "/* valid select with result */ select * from sys.sysobjects",
/php-src/ext/mbstring/tests/
H A Deucjp_2004_encoding.phpt59 echo "EUC-JP-2004 verification and conversion works for all valid characters\n";
67 echo "Unicode -> EUC-JP-2004 conversion works on all valid characters\n";
81 EUC-JP-2004 verification and conversion works for all valid characters
83 Unicode -> EUC-JP-2004 conversion works on all valid characters
/php-src/Zend/
H A Dzend_generators.stub.php13 public function valid(): bool {} function in Generator
H A Dzend_generators_arginfo.h31 ZEND_METHOD(Generator, valid);
42 ZEND_ME(Generator, valid, arginfo_class_Generator_valid, ZEND_ACC_PUBLIC)
/php-src/ext/hash/tests/
H A Dhash_hmac_file_error.phpt40 hash_hmac_file(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
43 hash_hmac_file(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
/php-src/Zend/tests/generators/
H A Dbasic_yield_from_exception_handling.phpt24 for ($gen = gen(); $gen->valid(); $gen->throw(new Exception((string) $i++))) {
29 var_dump($gen->valid());
/php-src/ext/standard/tests/filters/
H A Dstream_filter_remove_error.phpt45 stream_filter_remove(): supplied resource is not a valid stream filter resource
49 stream_filter_remove(): supplied resource is not a valid stream filter resource
/php-src/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt14 echo "Cannot instantiate a valid Directory directly:\n";
66 Cannot instantiate a valid Directory directly:
/php-src/ext/spl/tests/SplFileObject/
H A Dbug51532.phpt2 SPL: Allow valid extension of SplFileObject::fscanf
/php-src/Zend/tests/
H A Doss_fuzz_59764.phpt8 Fatal error: Class name must be a valid object or a string in %s on line %d
H A Dclosure_call_leak_with_exception.phpt9 })()->valid(); // start
/php-src/ext/filter/tests/
H A Dbug48762.phpt2 Bug #48762 (IPv6 address filter still rejects valid address)
/php-src/ext/gd/tests/
H A Dbug67248.phpt70 !! [ValueError] imageaffinematrixget(): Argument #1 ($type) must be a valid element type
71 !! [ValueError] imageaffinematrixget(): Argument #1 ($type) must be a valid element type

Completed in 19 milliseconds

12345678910>>...38