Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 25 of 56) sorted by relevance

123

/PHP-5.5/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt2 Check if multiple filters are closed correctly and never called again after close
8 static $closed = 0;
15 $closed++;
18 if ($closed > 0) {
19 var_dump($closed++);
27 static $closed = 0;
34 $closed++;
37 if ($closed > 0) {
38 var_dump($closed++);
H A Dstream_get_meta_data_file_error.phpt28 echo "\n-- Testing stream_get_meta_data() function with closed stream resource --\n";
53 -- Testing stream_get_meta_data() function with closed stream resource --
H A Dstream_set_timeout_error.phpt39 echo "\n-- Testing stream_set_timeout() function with a closed socket --\n";
68 -- Testing stream_set_timeout() function with a closed socket --
/PHP-5.5/ext/mysqli/tests/
H A Dbug51605.phpt22 echo "closed once\n";
29 echo "closed twice\n";
36 echo "closed for third time\n";
41 closed once
42 closed twice
43 closed for third time
H A Dbug66762.phpt2 Bug #66762 mysqli@libmysql segfault in mysqli_stmt::bind_result() when link closed
H A Dbug64726.phpt2 Bug #63398 (Segfault when calling fetch_object on a use_result and DB pointer has closed)
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_variation2.phpt2 Test fgetc() function : usage variations - closed handle
11 - closed file handle
20 echo "-- Testing fgetc() with closed handle --\n";
26 // read from closed file
42 -- Testing fgetc() with closed handle --
H A Dfgets_variation2.phpt2 Test fgets() function : usage variations - closed handle
11 - closed file handle
20 echo "-- Testing fgets() with closed handle --\n";
26 // read from closed file
44 -- Testing fgets() with closed handle --
H A Dfseek_ftell_rewind_error2.phpt42 // ftell on a file handle which is already closed
43 echo "-- Testing ftell with closed/unset file handle --";
89 -- Testing ftell with closed/unset file handle --
H A Dfseek_ftell_rewind_error3.phpt42 // rewind on a file handle which is already closed
43 echo "-- Testing rewind() with closed/unset file handle --";
89 -- Testing rewind() with closed/unset file handle --
H A Dfseek_ftell_rewind_error1.phpt43 // fseek() on a file handle which is already closed
44 echo "-- Testing fseek() with closed/unset file handle --";
93 -- Testing fseek() with closed/unset file handle --
H A Dbug12556.phpt2 Bug #12556 (fgetcsv() ignores lengths when quotes not closed)
H A Dfgetss_error.phpt45 // fgetss() on a file handle which is already closed
46 echo "-- Testing fgetss() with closed/unset file handle --";
100 -- Testing fgetss() with closed/unset file handle --
H A Dfgets_error.phpt46 // fgets() on a file handle which is already closed
47 echo "-- Testing fgets() with closed/unset file handle --";
101 -- Testing fgets() with closed/unset file handle --
H A Dftruncate_error.phpt50 // ftruncate() on a file handle which is already closed/unset
51 echo "-- Testing ftruncate() with closed/unset file handle --\n";
115 -- Testing ftruncate() with closed/unset file handle --
H A Dfread_error.phpt48 // fwrite() on a file handle which is already closed
49 echo "-- Testing fwrite() with closed/unset file handle --\n";
102 -- Testing fwrite() with closed/unset file handle --
H A Dfwrite_error.phpt55 // fwrite() on a file handle which is already closed
56 echo "-- Testing fwrite() with closed/unset file handle --\n";
113 -- Testing fwrite() with closed/unset file handle --
/PHP-5.5/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt2 yield cannot be used in a finally block when the generator is force-closed
29 Fatal error: Cannot yield from finally in a force-closed generator in %s on line %d
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_connect1.phpt33 echo " Connection conn1 closed....\n";
59 echo " Connection pconn1 closed....\n";
80 Connection conn1 closed....
94 Connection pconn1 closed....
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_resource.phpt2 Bug #27822 (is_resource() returns TRUE for closed resources)
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt29 echo "Check db was closed\n";
48 Check db was closed
/PHP-5.5/Zend/tests/generators/
H A Dno_foreach_var_leaks.phpt15 // generator is closed here, without running SWITCH_FREE
H A Dthrow_already_closed.phpt2 Generator::throw() on an already closed generator
/PHP-5.5/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt2 finally is run even if a generator is closed mid-execution
/PHP-5.5/
H A DREADME.GIT-RULES57 PHP-5.3 This branch is closed.
59 PHP-5.2 This branch is closed.
61 PHP-5.1 This branch is closed.
63 PHP-4.4 This branch is closed.
66 the releases, hence they are closed to the general public.

Completed in 29 milliseconds

123