Home
last modified time | relevance | path

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

12345678910>>...44

/PHP-7.3/ext/phar/tests/tar/
H A Dphar_buildfromiterator4.phpt29 function valid() {
30 echo "valid\n";
56 valid
60 valid
/PHP-7.3/ext/phar/tests/zip/
H A Dphar_buildfromiterator4.phpt29 function valid() {
30 echo "valid\n";
56 valid
60 valid
/PHP-7.3/Zend/tests/
H A Dbug70895.phpt11 Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n' not found or inval…
13 Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n %i' not found or in…
15 Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n %i aoeu %f aoeu %p'…
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.3/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.3/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.3/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.3/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.3/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.3/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.3/ext/spl/tests/
H A Diterator_041.phpt33 function valid()
36 return parent::valid();
100 State 3: valid()
114 State 3: valid()
H A Ddit_006.phpt9 while ($di->valid()) {
18 while ($di->valid()) {
26 while ($di->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.3/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.3/ext/intl/tests/
H A Dtimezone_getGMT_basic.phpt19 [valid] => 1
26 [valid] => 1
H A Dtimezone_createDefault_basic.phpt19 [valid] => 1
26 [valid] => 1
H A Dtimezone_createTimeZone_basic.phpt21 [valid] => 1
28 [valid] => 1
/PHP-7.3/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.3/ext/spl/examples/
H A Dsearchiterator.inc34 /** @return whether the current element is valid
37 function valid()
39 return !$this->done && parent::valid();
/PHP-7.3/ext/spl/internal/
H A Dcachingiterator.inc38 private $valid;
71 if ($this->valid = $this->it->valid()) {
89 /** @return whether the iterator is valid
91 function valid()
93 return $this->valid;
100 return $this->it->valid();

Completed in 25 milliseconds

12345678910>>...44