Home
last modified time | relevance | path

Searched refs:closing (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/PHP-7.2/ext/standard/tests/filters/
H A Dphp_user_filter_02.phpt6 function filter($in, $out, $consumed, $closing) {}
12 …:filter($in, $out, $consumed, $closing) should be compatible with php_user_filter::filter($in, $ou…
H A Dbug73586.phpt7 function filter($in, $out, &$consumed, $closing) {
12 if ($closing) {
28 function filter($in, $out, &$consumed, $closing) {
33 if ($closing) {
H A Dphp_user_filter_01.phpt6 function filter($in, $out, &$consumed, $closing) {}
17 …should be compatible with php_user_filter::filter($in, $out, &$consumed, $closing) in %s on line %d
H A Dfilter_errors_user.phpt8 function filter($in, $out, &$consumed, $closing) {
13 function filter($in, $out, &$consumed, $closing) {
19 function filter($in, $out, &$consumed, $closing) {
28 function filter($in, $out, &$consumed, $closing) {
29 if (!$closing) {
37 function filter($in, $out, &$consumed, $closing) {
38 if (!$closing) {
H A Dread.phpt7 function filter($in, $out, &$consumed, $closing)
16 if ($closing) {
H A Dphp_user_filter_03.phpt6 function filter($in, $out, &$consumed, $closing) {}
H A Dbug46164-1.phpt6 function filter($in, $out, &$consumed, $closing) {
H A Dbug46164-2.phpt6 function filter($in, $out, &$consumed, $closing) {
H A Dbug79468.phpt2 Bug #79468 SIGSEGV when closing stream handle with a stream filter appended
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt7 public function filter($in, $out, &$consumed, $closing) {
14 if ($closing) {
26 public function filter($in, $out, &$consumed, $closing) {
33 if ($closing) {
H A Dbug54623.phpt2 Bug #54623: Segfault when when writing to a persistent socket after closing a copy of the socket
H A Duser_streams_consumed_bug.phpt8 public function filter($in, $out, &$consumed, $closing)
/PHP-7.2/ext/session/tests/
H A Dsession_set_save_handler_class_007.phpt41 echo "(#$this->num) closing $id\n";
69 (#1) closing %s
74 (#2) closing %s
H A Dsession_set_save_handler_class_010.phpt41 echo "(#$this->num) closing $id\n";
62 (#1) closing %s
H A Dsession_set_save_handler_class_008.phpt41 echo "(#$this->num) closing $id\n";
63 (#1) closing %s
H A Dsession_set_save_handler_class_009.phpt41 echo "(#$this->num) closing $id\n";
61 (#1) closing %s
H A Dbug53141.phpt2 Bug #53141 (autoload misbehaves if called from closing session)
/PHP-7.2/Zend/tests/
H A Dns_082.phpt2 082: bracketed namespace with closing tag
/PHP-7.2/ext/standard/tests/file/
H A Dbug39551.phpt9 public function filter($in, $out, &$consumed, $closing ){
H A Duserfilters.phpt7 function filter($in, $out, &$consumed, $closing) {
/PHP-7.2/ext/standard/tests/dir/
H A Ddir_basic.phpt41 echo "\nTest read after closing the dir:";
83 Test read after closing the dir:
H A Ddir_basic-win32-mb.phpt47 echo "\nTest read after closing the dir:";
89 Test read after closing the dir:
/PHP-7.2/ext/dba/tests/
H A Ddba015.phpt46 echo "Test 6 - query after closing 2nd resource\n";
71 Test 6 - query after closing 2nd resource
H A Ddba_db4_018.phpt46 echo "Test 6 - query after closing 2nd resource\n";
73 Test 6 - query after closing 2nd resource
/PHP-7.2/ext/snmp/tests/
H A Dipv6.phpt28 Warning: snmpget(): malformed IPv6 address, closing square bracket missing in %s on line %d

Completed in 134 milliseconds

12345678910>>...12