/PHP-7.3/ext/phar/tests/tar/ |
H A D | phar_buildfromiterator4.phpt | 29 function valid() { 30 echo "valid\n"; 56 valid 60 valid
|
/PHP-7.3/ext/phar/tests/zip/ |
H A D | phar_buildfromiterator4.phpt | 29 function valid() { 30 echo "valid\n"; 56 valid 60 valid
|
/PHP-7.3/Zend/tests/ |
H A D | bug70895.phpt | 11 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 D | vm_stack_with_arg_extend.phpt | 2 Ensure valid vm_stack even when it needed to be copied to a new page 13 })()->valid();
|
H A D | methods-on-non-objects-call-user-func.phpt | 10 …rning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a va…
|
H A D | bug31720.phpt | 13 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 D | setcookie_error.phpt | 10 // 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 D | array_flip_variation3.phpt | 2 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 D | sha1_file.phpt | 52 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 D | pdo_mysql_stmt_fetch_non_select.phpt | 26 $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 D | sqlite3_33_createAggregate_notcallable.phpt | 2 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 D | generator_return_return_type.phpt | 2 Generators must return a valid variable with return type specified 12 var_dump($gen->valid());
|
/PHP-7.3/ext/spl/tests/ |
H A D | iterator_041.phpt | 33 function valid() 36 return parent::valid(); 100 State 3: valid() 114 State 3: valid()
|
H A D | dit_006.phpt | 9 while ($di->valid()) { 18 while ($di->valid()) { 26 while ($di->valid()) {
|
H A D | iterator_025.phpt | 33 var_dump($it->valid()); 38 while($it->valid()) 45 while($it->valid())
|
H A D | iterator_041b.phpt | 33 function valid() 36 return parent::valid(); 104 State 3: valid() 119 State 3: valid()
|
H A D | SplFileObject_rewind_variation001.phpt | 19 var_dump($s->valid()); 21 var_dump($s->valid());
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | var_export_basic4.phpt | 2 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 D | timezone_getGMT_basic.phpt | 19 [valid] => 1 26 [valid] => 1
|
H A D | timezone_createDefault_basic.phpt | 19 [valid] => 1 26 [valid] => 1
|
H A D | timezone_createTimeZone_basic.phpt | 21 [valid] => 1 28 [valid] => 1
|
/PHP-7.3/ext/openssl/tests/ |
H A D | openssl_private_encrypt_basic.phpt | 30 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 D | openssl_public_encrypt_basic.phpt | 30 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 D | searchiterator.inc | 34 /** @return whether the current element is valid 37 function valid() 39 return !$this->done && parent::valid();
|
/PHP-7.3/ext/spl/internal/ |
H A D | cachingiterator.inc | 38 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();
|