Home
last modified time | relevance | path

Searched refs:valid (Results 76 – 100 of 909) sorted by relevance

12345678910>>...37

/PHP-7.4/Zend/tests/
H A Dvm_stack_with_arg_extend.phpt2 Ensure valid vm_stack even when it needed to be copied to a new page
13 })()->valid();
H A Dmethods-on-non-objects-call-user-func.phpt10 …rning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a va…
H A Dbug31720.phpt13 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid
/PHP-7.4/ext/standard/tests/network/
H A Dsetcookie_error.phpt10 // Unrecognized key and no valid keys
12 // Numeric key and no valid keys
25 Warning: setcookie(): No valid options were found in the given array in %s
29 Warning: setcookie(): No valid options were found in the given array in %s
/PHP-7.4/Zend/tests/generators/
H A Dgenerator_return_return_type.phpt2 Generators must return a valid variable with return type specified
12 var_dump($gen->valid());
/PHP-7.4/ext/standard/tests/array/
H A Darray_flip_variation3.phpt2 Test array_flip() function : usage variations - 'input' argument with different valid values
11 * In 'input' array argument, values are expected to be valid keys i.e. string/integer
12 * here testing for all different valid string and integer values
15 echo "*** Testing array_flip() : different valid values in 'input' array argument ***\n";
71 *** Testing array_flip() : different valid values in 'input' array argument ***
/PHP-7.4/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…
25 Warning: SQLite3::createAggregate(): Not a valid callback function aggregate_test_step in %s on lin…
27 Warning: SQLite3::createAggregate(): Not a valid callback function aggregate_test_final in %s on li…
/PHP-7.4/ext/standard/tests/strings/
H A Dsha1_file.phpt52 echo "\n-- More than valid number of arguments ( valid is 2) --\n";
61 echo "\n-- Hexadecimal Output for a valid file with some contents --\n";
64 echo "\n-- Raw Binary Output for a valid file with some contents --\n";
103 -- More than valid number of arguments ( valid is 2) --
114 -- Hexadecimal Output for a valid file with some contents --
117 -- Raw Binary Output for a valid file with some contents --
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt26 $valid = false;
31 $valid = true;
35 else if (!$valid)
43 $valid = false;
49 $valid = true;
53 else if (!$valid)
84 $valid = false;
89 $valid = true;
94 else if (!$valid)
118 $valid = false;
[all …]
/PHP-7.4/ext/spl/tests/
H A Ddit_006.phpt9 while ($di->valid()) {
18 while ($di->valid()) {
26 while ($di->valid()) {
H A Diterator_041.phpt33 function valid()
36 return parent::valid();
100 State 3: valid()
114 State 3: valid()
H A Diterator_025.phpt33 var_dump($it->valid());
38 while($it->valid())
45 while($it->valid())
H A Diterator_041b.phpt33 function valid()
36 return parent::valid();
104 State 3: valid()
119 State 3: valid()
H A DSplFileObject_rewind_variation001.phpt19 var_dump($s->valid());
21 var_dump($s->valid());
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export_basic4.phpt2 Test var_export() function with valid strings
12 echo "*** Testing var_export() with valid strings ***\n";
13 // different valid string
48 *** Testing var_export() with valid strings ***
/PHP-7.4/ext/intl/tests/
H A Dtimezone_getGMT_basic.phpt19 [valid] => 1
26 [valid] => 1
H A Dtimezone_createTimeZone_basic.phpt19 [valid] => 1
26 [valid] => 1
H A Dcalendar_getTimeZone_basic.phpt20 [valid] => 1
27 [valid] => 1
H A Dtimezone_createDefault_basic.phpt19 [valid] => 1
26 [valid] => 1
H A Dtimezone_getUnknown_basic.phpt21 [valid] => 1
28 [valid] => 1
/PHP-7.4/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-7.4/ext/phar/tests/
H A Dphar_buildfromiterator5.phpt29 function valid() {
30 echo "valid\n";
55 valid
H A Dphar_buildfromiterator6.phpt29 function valid() {
30 echo "valid\n";
55 valid
/PHP-7.4/ext/oci8/tests/
H A Dnull_byte_1.phpt8 die ("skip Test only valid for PHP 5.4 onwards");
40 Warning: OCI-Lob::savefile() expects parameter 1 to be a valid path, string given in %snull_byte_1.…
44 Warning: OCI-Lob::export() expects parameter 1 to be a valid path, string given in %snull_byte_1.ph…

Completed in 28 milliseconds

12345678910>>...37