Home
last modified time | relevance | path

Searched refs:valid (Results 101 – 125 of 920) sorted by relevance

12345678910>>...37

/php-src/ext/standard/tests/general_functions/
H A Dunregister_tick_function_error.phpt2 unregister_tick_function only accepts a valid callback as parameter
14 unregister_tick_function(): Argument #1 ($callback) must be a valid callback, function "a" not foun…
H A Dvar_export_basic3.phpt2 Test var_export() function with valid float values
7 echo "*** Testing var_export() with valid float values ***\n";
8 // different valid float values
45 *** Testing var_export() with valid float values ***
/php-src/Zend/tests/
H A D010.phpt93 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string …
94 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string …
95 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string …
97 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, array g…
98 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, int giv…
H A Dmethods-on-non-objects-call-user-func.phpt13 call_user_func(): Argument #1 ($callback) must be a valid callback, first array member is not a val…
/php-src/ext/intl/tests/
H A Dcalendar_getTimeZone_basic.phpt17 [valid] => 1
24 [valid] => 1
H A Dtimezone_getUnknown_basic.phpt18 [valid] => 1
25 [valid] => 1
/php-src/ext/spl/tests/
H A Diterator_025.phpt33 var_dump($it->valid());
38 while($it->valid())
45 while($it->valid())
H A Diterator_041b.phpt33 function valid(): bool
36 return parent::valid();
102 State 3: valid()
117 State 3: valid()
/php-src/ext/sqlite3/tests/
H A Dsqlite3_33_createAggregate_notcallable.phpt2 SQLite3::createAggregate() Test whether a supplied PHP function is valid when using in an aggregate…
35 SQLite3::createAggregate(): Argument #2 ($stepCallback) must be a valid callback, function "aggrega…
36 SQLite3::createAggregate(): Argument #3 ($finalCallback) must be a valid callback, function "aggreg…
/php-src/ext/standard/tests/network/
H A Dgethostbyaddr_error.phpt25 Warning: gethostbyaddr\(\): Address is not (in a.b.c.d form|a valid IPv4 or IPv6 address) in .* on …
28 Warning: gethostbyaddr\(\): Address is not (in a.b.c.d form|a valid IPv4 or IPv6 address) in .* on …
31 Warning: gethostbyaddr\(\): Address is not (in a.b.c.d form|a valid IPv4 or IPv6 address) in .* on …
/php-src/ext/mbstring/tests/
H A Dgh10192_utf7imap.phpt21 'valid direct encoding character ~' => 'A ~ B',
23 'valid direct encoding character ~ after &' => 'A &~ B',
31 'valid base64 character between & and end of string' => 'A &ZeVnLIqe',
173 valid direct encoding character ~
191 valid direct encoding character ~ after &
209 valid base64 character between & and -
227 valid base64 character between & and non-base64 character
245 valid base64 character between & and base64 character
263 valid base64 character between & and end of string
281 valid base64 character using surrogate pair between & and -
[all …]
H A Dmb_scrub.phpt13 // Check $utf8str so it is marked as 'valid UTF-8'
16 die("Test string should be valid UTF-8");
/php-src/ext/pcre/tests/
H A Dnull_bytes.phpt37 Warning: preg_match(): NUL byte is not a valid modifier in %snull_bytes.php on line 6
40 Warning: preg_match(): NUL byte is not a valid modifier in %snull_bytes.php on line 7
50 Warning: preg_match(): NUL byte is not a valid modifier in %snull_bytes.php on line 14
53 Warning: preg_match(): NUL byte is not a valid modifier in %snull_bytes.php on line 15
/php-src/ext/openssl/tests/
H A Dopenssl_private_encrypt_basic.phpt30 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
33 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
36 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
H A Dopenssl_public_encrypt_basic.phpt30 Warning: openssl_public_encrypt(): key parameter is not a valid public key in %s on line %d
33 Warning: openssl_public_encrypt(): key parameter is not a valid public key in %s on line %d
36 Warning: openssl_public_encrypt(): key parameter is not a valid public key in %s on line %d
/php-src/ext/phar/tests/
H A Dphar_buildfromiterator6.phpt29 function valid(): bool {
30 echo "valid\n";
49 valid
H A Dphar_buildfromiterator7.phpt29 function valid(): bool {
30 echo "valid\n";
49 valid
H A Dphar_buildfromiterator5.phpt29 function valid(): bool {
30 echo "valid\n";
49 valid
/php-src/ext/phar/tests/tar/
H A Dphar_buildfromiterator6.phpt29 function valid(): bool {
30 echo "valid\n";
49 valid
H A Dphar_buildfromiterator7.phpt29 function valid(): bool {
30 echo "valid\n";
49 valid
H A Dphar_buildfromiterator5.phpt29 function valid(): bool {
30 echo "valid\n";
49 valid
/php-src/ext/phar/tests/zip/
H A Dphar_buildfromiterator6.phpt29 function valid(): bool {
30 echo "valid\n";
49 valid
H A Dphar_buildfromiterator7.phpt29 function valid(): bool {
30 echo "valid\n";
49 valid
/php-src/ext/dom/tests/
H A DchildNodes_current_crash.phpt14 var_dump($iter->valid());
17 var_dump($iter->valid());
/php-src/ext/xsl/tests/
H A DXSLTProcessor_callables_errors.phpt65 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be an array with valid callbac…
66 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be an array containing valid c…
67 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be an array containing valid c…
68 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be a valid callback name

Completed in 35 milliseconds

12345678910>>...37