Home
last modified time | relevance | path

Searched refs:valid (Results 126 – 150 of 935) sorted by relevance

12345678910>>...38

/php-src/ext/phar/tests/tar/
H A Dphar_buildfromiterator5.phpt29 function valid(): bool {
30 echo "valid\n";
49 valid
/php-src/ext/phar/tests/zip/
H A Dphar_buildfromiterator5.phpt29 function valid(): bool {
30 echo "valid\n";
49 valid
/php-src/ext/intl/tests/
H A Dspoofchecker_008.phpt42 Spoofchecker::setAllowedChars(): Argument #2 ($patternOptions) must be a valid pattern option, 0 or…
43 Spoofchecker::setAllowedChars(): Argument #1 ($pattern) must be a valid regular expression characte…
44 Spoofchecker::setAllowedChars(): Argument #1 ($pattern) must be a valid regular expression characte…
H A Dtimezone_equals_error.phpt25 ["valid"]=>
29 ["valid"]=>
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation14.phpt14 // with valid php tags and invalid tokens
15 echo "-- with valid PHP tags & invlid tokens --\n";
25 echo "-- with invlalid PHP open tag & valid tokens --\n";
39 -- with valid PHP tags & invlid tokens --
243 -- with invlalid PHP open tag & valid tokens --
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_rewind_variation001.phpt19 var_dump($s->valid());
21 var_dump($s->valid());
/php-src/Zend/tests/
H A Dbug31720.phpt15 array_walk(): Argument #2 ($callback) must be a valid callback, first array member is not a valid c…
H A Dexception_handler_004.phpt19 set_exception_handler(): Argument #1 ($callback) must be a valid callback or null, function "fo" no…
20 set_exception_handler(): Argument #1 ($callback) must be a valid callback or null, class "" not fou…
/php-src/ext/spl/
H A Dspl_iterators.stub.php17 public function valid(): false {} function in EmptyIterator
71 public function valid(): bool {} function in RecursiveIteratorIterator
136 public function valid(): bool {} function in IteratorIterator
198 public function valid(): bool {} function in LimitIterator
231 public function valid(): bool {} function in CachingIterator
297 public function valid(): bool {} function in NoRewindIterator
320 public function valid(): bool {} function in AppendIterator
/php-src/ext/readline/tests/
H A Dreadline_completion_function_001.phpt29 readline_completion_function(): Argument #1 ($callback) must be a valid callback, no array or strin…
30 readline_completion_function(): Argument #1 ($callback) must be a valid callback, no array or strin…
/php-src/Zend/
H A Dzend_interfaces.stub.php25 public function valid(): bool; function
82 public function valid(): bool {} function in InternalIterator
/php-src/ext/dom/tests/
H A DDOMXPath_callables_errors.phpt66 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be an array with valid callbacks as …
67 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be an array containing valid callbac…
68 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be an array containing valid callbac…
69 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be a valid callback name
/php-src/ext/openssl/tests/
H A Dbug41033.phpt21 $valid = openssl_verify($ct, $signature, $pukeyid, OPENSSL_ALGO_SHA256);
22 echo "Signature validity: " . $valid . "\n";
/php-src/ext/filter/tests/
H A Dbug52929.phpt7 var_dump(filter_var('valid@email.address', FILTER_VALIDATE_EMAIL));
17 string(19) "valid@email.address"
/php-src/ext/ldap/tests/
H A Dldap_dn2ufn.phpt8 /* Convert valid DN */
11 /* Convert valid DN */
/php-src/ext/standard/tests/strings/
H A Dstr_word_count1.phpt24 str_word_count(): Argument #2 ($format) must be a valid format value
27 str_word_count(): Argument #2 ($format) must be a valid format value
H A Dstrip_tags_variation7.phpt20 "<nnn>I am not a valid html text</nnn>",
21 '<nnn>I am not a valid html text</nnn>',
58 string(37) "<nnn>I am not a valid html text</nnn>"
60 string(37) "<nnn>I am not a valid html text</nnn>"
H A Dmetaphone.phpt10 var_dump(metaphone("valid phrase", -1));
14 var_dump(metaphone("valid phrase", 0));
15 var_dump(metaphone("valid phrase", 10000));
/php-src/ext/gd/tests/
H A Dbug73869.phpt18 Warning: imagecreatefromgd2(): "%s" is not a valid GD2 file in %s on line %d
22 Warning: imagecreatefromgd2(): "%s" is not a valid GD2 file in %s on line %d
/php-src/ext/reflection/tests/
H A DReflectionGenerator_isClosed_002.phpt2 ReflectionGenerator::isClosed: ->valid() terminates an empty generator.
21 var_dump($gen->valid());
/php-src/ext/bz2/tests/
H A D004.phpt115 bzread(): supplied resource is not a valid stream resource
116 bzerror(): supplied resource is not a valid stream resource
117 bzerrstr(): supplied resource is not a valid stream resource
118 bzerrno(): supplied resource is not a valid stream resource
/php-src/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt54 // different valid boolean values
78 // different valid float values
116 // different valid string
149 // different valid arrays
277 // different valid null values
417 *** Testing var_export() with valid boolean values ***
456 *** Testing var_export() with valid float values ***
579 *** Testing var_export() with valid strings ***
672 *** Testing var_export() with valid arrays ***
903 *** Testing var_export() with valid objects ***
[all …]
H A Dvar_export-locale_32.phpt54 // different valid boolean values
78 // different valid float values
116 // different valid string
149 // different valid arrays
277 // different valid null values
417 *** Testing var_export() with valid boolean values ***
456 *** Testing var_export() with valid float values ***
579 *** Testing var_export() with valid strings ***
672 *** Testing var_export() with valid arrays ***
903 *** Testing var_export() with valid objects ***
[all …]
/php-src/ext/standard/tests/array/
H A Darray_fill_variation4.phpt15 // array of possible valid values for 'val' argument
27 echo "*** Filling 2 dimensional array with all basic valid values ***\n";
43 *** Filling 2 dimensional array with all basic valid values ***
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate_002.phpt23 PDO::sqliteCreateAggregate(): Argument #2 ($step) must be a valid callback, function "a" not found …
24 PDO::sqliteCreateAggregate(): Argument #3 ($finalize) must be a valid callback, function "" not fou…

Completed in 44 milliseconds

12345678910>>...38