/PHP-7.3/ext/standard/tests/file/ |
H A D | lstat_stat_variation18.phpt | 2 Test lstat() and stat() functions: usage variations - dir/file name stored in object 18 /* test for stats of dir/file when their names are stored in objects */ 29 echo "*** Testing stat() with filename & directory name stored inside an object ***\n"; 38 // directory name stored in an object 41 // file name stored in an object 44 echo "\n-- Testing stat() on filename stored inside an object --\n"; 48 echo "\n-- Testing stat() on directory name stored inside an object --\n"; 61 *** Testing stat() with filename & directory name stored inside an object *** 63 -- Testing stat() on filename stored inside an object -- 119 -- Testing stat() on directory name stored inside an object --
|
H A D | lstat_stat_variation19.phpt | 18 /* test for stats of dir/file when their names are stored in an array */ 31 echo "*** Testing stat() with filename & directory name stored inside an array ***\n"; 45 echo "\n-- Testing stat() on filename stored inside an array --\n"; 46 var_dump( stat($names[0]) ); // values stored with numeric index 47 var_dump( stat($names_with_key['file']) ); // value stored with string key 49 echo "\n-- Testing stat() on dir name stored inside an array --\n"; 50 var_dump( stat($names[1]) ); // values stored with numeric index 51 var_dump( stat($names_with_key["dir"]) ); // value stored with string key 62 *** Testing stat() with filename & directory name stored inside an array *** 64 -- Testing stat() on filename stored inside an array -- [all …]
|
H A D | lstat_stat_variation20.phpt | 2 Test lstat() and stat() functions: usage variations - link names stored in array/object 18 /* test for stats of link when their names are stored in object and array */ 29 echo "*** Testing lstat() with linkname stored inside an object/array ***\n"; 37 // link name stored in an object 40 // link name stored in side an array 47 echo "\n-- Testing lstat() on link name stored inside an object --\n"; 50 echo "\n-- Testing stat() on link name stored inside an array --\n"; 64 *** Testing lstat() with linkname stored inside an object/array *** 66 -- Testing lstat() on link name stored inside an object -- 122 -- Testing stat() on link name stored inside an array --
|
H A D | readlink_realpath_variation1.phpt | 2 Test readlink() and realpath() functions: usage variation - linkname/filename stored in object(Bug … 23 echo "\n*** Testing readlink() and realpath() with linkname stored inside a object ***\n"; 38 echo "\n-- Testing readlink() and realpath() with softlink, linkname stored inside an object --\n"; 51 echo "\n-- Testing readlink() and realpath() with hardlink, linkname stored inside an object --\n"; 78 *** Testing readlink() and realpath() with linkname stored inside a object *** 80 -- Testing readlink() and realpath() with softlink, linkname stored inside an object -- 88 -- Testing readlink() and realpath() with hardlink, linkname stored inside an object --
|
H A D | readlink_realpath_variation2.phpt | 2 Test readlink() and realpath() functions: usage variation - linkname/filename stored in array(Bug #… 27 echo "\n*** Testing readlink() and realpath() with linkname stored in an array ***\n"; 33 echo "\n-- Testing readlink() and realpath() with softlink, linkname stored inside an array --\n"; 46 echo "\n-- Testing readlink() and realpath() with hardlink, linkname stored inside an array --\n"; 73 *** Testing readlink() and realpath() with linkname stored in an array *** 75 -- Testing readlink() and realpath() with softlink, linkname stored inside an array -- 89 -- Testing readlink() and realpath() with hardlink, linkname stored inside an array --
|
H A D | stat_variation7-win32.phpt | 2 Test stat() functions: usage variations - names of dir/file stored in objects 17 /* test the stats of dir/file when their names are stored in objects */ 31 and directory name stored inside a object ***\n"; 49 echo "\n-- Testing stat() on filename stored inside an object --\n"; 56 echo "\n-- Testing stat() on directory name stored inside an object --\n"; 74 and directory name stored inside a object *** 76 -- Testing stat() on filename stored inside an object -- 186 -- Testing stat() on directory name stored inside an object --
|
H A D | realpath_variation-win32-mb.phpt | 22 echo "\n*** Testing realpath() with filename stored inside a object ***\n"; 40 echo "\n*** Testing realpath() with filename stored in an array ***\n"; 81 *** Testing realpath() with filename stored inside a object *** 85 *** Testing realpath() with filename stored in an array ***
|
H A D | realpath_variation-win32.phpt | 22 echo "\n*** Testing realpath() with filename stored inside a object ***\n"; 40 echo "\n*** Testing realpath() with filename stored in an array ***\n"; 81 *** Testing realpath() with filename stored inside a object *** 85 *** Testing realpath() with filename stored in an array ***
|
H A D | symlink_link_linkinfo_is_link_variation1.phpt | 2 Test symlink(), linkinfo(), link() and is_link() functions : usage variations - link name stored in… 24 /* Variation 1 : Creating links across directories where linkname is stored as an object and array … 36 echo "*** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members in a… 71 echo "\n*** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members of… 113 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members in an obje… 125 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members of an arra…
|
H A D | stat_basic-win32-mb.phpt | 43 // stat contains 13 different values stored twice, can be accessed using 45 echo "*** Testing stat(): validating the values stored in stat ***\n"; 73 *** Testing stat(): validating the values stored in stat ***
|
H A D | stat_basic-win32.phpt | 43 // stat contains 13 different values stored twice, can be accessed using 45 echo "*** Testing stat(): validating the values stored in stat ***\n"; 73 *** Testing stat(): validating the values stored in stat ***
|
/PHP-7.3/ext/zip/tests/ |
H A D | zip_entry_compressionmethod.phpt | 19 stored 20 stored 21 stored
|
H A D | oo_setcompression.phpt | 67 dir/entry3.txt: stored 69 entry5.txt: stored
|
/PHP-7.3/ext/spl/internal/ |
H A D | splobjectstorage.inc | 111 * @param $inf associative information stored along the object 141 * @param $inf associative information stored along the object 150 * @return associative information stored with object 171 * @return associative information stored with object
|
/PHP-7.3/ext/session/tests/ |
H A D | bug73273.phpt | 2 Bug #73273: session_unset() empties values from all variables in which is $_session stored
|
H A D | bug24592.phpt | 2 Bug #24592 (crash when multiple NULL values are being stored)
|
/PHP-7.3/ext/opcache/tests/ |
H A D | bug75938.phpt | 2 Bug #75938: Modulus value not stored in variable
|
/PHP-7.3/ext/pdo_mysql/tests/ |
H A D | bug_41997.phpt | 2 PDO MySQL Bug #41997 (stored procedure call returning single rowset blocks future queries) 4 nextRowset() problem with stored proc & emulation mode & mysqlnd
|
H A D | bug_39858.phpt | 2 Bug #39858 (Lost connection to MySQL server during query by a repeated call stored proced) 22 nextRowset() problem with stored proc & emulation mode & mysqlnd
|
H A D | pdo_mysql_stmt_variable_columncount.phpt | 4 nextRowset() problem with stored proc & emulation mode & mysqlnd 71 // Libmysql cannot handle such a stored procedure. You will see leaks with libmysql 102 // Libmysql cannot handle such a stored procedure. You will see leaks with libmysql
|
/PHP-7.3/tests/lang/ |
H A D | bug24926.phpt | 2 Bug #24926 (lambda function (create_function()) cannot be stored in a class property)
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | bug40709.phpt | 2 Bug #40709 (array_reduce() behaves strange with one item stored arrays)
|
/PHP-7.3/ext/pdo/tests/ |
H A D | bug_69356.phpt | 24 …ers in the statement at the moment of the dump. Extra parameters are not stored in the statement, … 36 …ers in the statement at the moment of the dump. Extra parameters are not stored in the statement, …
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | bug62046.phpt | 2 Bug #62046 mysqli@mysqlnd can't iterate over stored sets after call to mysqli_stmt_reset()
|
/PHP-7.3/ext/odbc/tests/ |
H A D | bug73448.phpt | 44 string(%d) "[Microsoft][%s][SQL Server]Could not find stored procedure 'xy'."
|