Home
last modified time | relevance | path

Searched refs:try (Results 101 – 125 of 833) sorted by last modified time

12345678910>>...34

/PHP-5.5/ext/standard/tests/file/
H A Dfeof_basic.phpt25 //feof is not set to true until you try to read past the end of file.
H A Dfgetc_variation1.phpt32 // seek to end of the file and try fgetc()
36 var_dump( fgetc($file_handle) ); // try n read a char, none expected
H A Dfgetc_variation2.phpt10 /* try reading a char using fgetc() using invalid handles
H A Dfgetc_variation3.phpt10 /* try fgetc on files which are opened in non readable modes
H A Dfgetcsv_variation10.phpt73 // now file pointer should point to end of the file, try reading again
H A Dfgetcsv_variation22.phpt72 // now file pointer should point to end of the file, try reading again
H A Dfgetcsv_variation23.phpt14 // try reading from file which is having zero content
15 // create the file and then open in read mode and try reading
/PHP-5.5/ext/standard/tests/dir/
H A Dclosedir_variation3.phpt12 * Create a file pointer using fopen() then try to close it using closedir()
H A Ddir_variation3.phpt60 // try to remove the dir if exists & create
64 @rmdir ($dir_path); // try n delete the dir
72 // try to get dir handle
76 // try read directory, expected : false
H A Ddir_variation6.phpt32 // remove directory and try to open the same(non-existent) directory again
H A Ddir_variation7.phpt56 $d = dir($child_dir_path); // try to open, expected failure
63 $d = dir($child_dir_path); // try to open, expected failure
H A Dopendir_variation5.phpt64 $dir_handle2 = opendir($child_dir_path); // try to open, expected failure
H A Dopendir_variation7.phpt60 // try to remove the dir if exists & create
H A Dreaddir_variation5.phpt26 * Open a directory with different premissions then try to read it
/PHP-5.5/ext/standard/tests/array/
H A Dbug30266.phpt25 try
H A Darray_walk_recursive1.phpt25 try {
H A Darray_walk.phpt25 try {
H A Darray_walk_closure.phpt87 try {
H A Darray_push_error2.phpt12 * then try and push new elements onto the array
H A Darray_map_001.phpt12 try {
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_34_load_extension_ext_dir.phpt13 try {
H A Dsqlite3_enable_exceptions.phpt13 try{
H A Dsqlite3_open_empty_string.phpt10 try{
H A Dsqlite3stmt_reset_params.phpt24 try {
H A Dsqlite3_11_numrows.phpt6 try {

Completed in 28 milliseconds

12345678910>>...34