Home
last modified time | relevance | path

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

12345678910>>...43

/PHP-5.5/ext/spl/tests/
H A Diterator_009.phpt13 function valid()
16 return parent::valid();
44 EmptyIteratorEx::valid
H A DarrayObject_getIteratorClass_basic1.phpt18 function valid() {
21 return parent::valid();
79 In MyIterator::valid()
84 In MyIterator::valid()
89 In MyIterator::valid()
94 In MyIterator::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()
/PHP-5.5/ext/standard/tests/file/
H A Ddisk_free_space_variation.phpt109 Warning: disk_free_space() expects parameter 1 to be a valid path, string given in %s on line %d
112 Warning: diskfreespace() expects parameter 1 to be a valid path, string given in %s on line %d
117 Warning: disk_free_space() expects parameter 1 to be a valid path, string given in %s on line %d
120 Warning: diskfreespace() expects parameter 1 to be a valid path, string given in %s on line %d
125 Warning: disk_free_space() expects parameter 1 to be a valid path, string given in %s on line %d
128 Warning: diskfreespace() expects parameter 1 to be a valid path, string given in %s on line %d
133 Warning: disk_free_space() expects parameter 1 to be a valid path, string given in %s on line %d
136 Warning: diskfreespace() expects parameter 1 to be a valid path, string given in %s on line %d
/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval.phpt9 echo "*** Testing floatval() with valid float values ***\n";
10 // different valid float values
36 float values, expected output:float value for valid floating point number */
43 echo "\n*** Testing doubleval() with valid float values ***\n";
45 float values, expected output:float value for valid floating point number */
80 floatval() on non float types, expected output: float value valid floating point numbers */
89 doubleval() on non float types, expected output: float value valid floating point numbers */
111 *** Testing floatval() with valid float values ***
134 *** Testing doubleval() with valid float values ***
H A Dget_cfg_var_variation9.phpt2 Test function get_cfg_var() by substituting argument with array of valid parameters.
14 echo "*** Test substituting argument with array of valid parameters ***\n";
34 *** Test substituting argument with array of valid parameters ***
H A Dvar_export_basic2.phpt2 Test var_export() function with valid boolean values
12 echo "*** Testing var_export() with valid boolean values ***\n";
13 // different valid boolean vlaues
37 *** Testing var_export() with valid boolean values ***
H A Dvar_export_basic7.phpt2 Test var_export() function with valid null values
11 echo "*** Testing var_export() with valid null values ***\n";
13 // different valid null vlaues
38 *** Testing var_export() with valid null values ***
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-5.5/ext/zlib/tests/
H A Dgzfile_variation1.phpt32 Warning: gzfile() expects parameter 1 to be a valid path, array given in %s on line %d
35 Warning: gzfile() expects parameter 1 to be a valid path, array given in %s on line %d
38 Warning: gzfile() expects parameter 1 to be a valid path, array given in %s on line %d
41 Warning: gzfile() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dreadgzfile_variation1.phpt32 Warning: readgzfile() expects parameter 1 to be a valid path, array given in %s on line %d
35 Warning: readgzfile() expects parameter 1 to be a valid path, array given in %s on line %d
38 Warning: readgzfile() expects parameter 1 to be a valid path, array given in %s on line %d
41 Warning: readgzfile() expects parameter 1 to be a valid path, array given in %s on line %d
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_buildfromiterator9.phpt29 function valid() {
30 echo "valid\n";
56 valid
60 valid
H A Dphar_buildfromiterator4.phpt29 function valid() {
30 echo "valid\n";
56 valid
60 valid
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromiterator9.phpt29 function valid() {
30 echo "valid\n";
56 valid
60 valid
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_buildfromiterator9.phpt29 function valid() {
30 echo "valid\n";
56 valid
60 valid
H A Dphar_buildfromiterator4.phpt29 function valid() {
30 echo "valid\n";
56 valid
60 valid
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation9.phpt2 Test dir() function : usage variations - relative valid and invalid paths
6 die('skip.. Not valid for Windows');
19 * have valid and invalid relative path.
22 echo "*** Testing dir() : checking with valid and invalid paths ***\n";
43 // open the directory with valid paths
44 echo "\n-- With valid paths --\n";
76 *** Testing dir() : checking with valid and invalid paths ***
78 -- With valid paths --
/PHP-5.5/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-5.5/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-5.5/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-5.5/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-5.5/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();
/PHP-5.5/ext/openssl/tests/
H A D014.phpt29 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
32 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
35 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d

Completed in 89 milliseconds

12345678910>>...43