Home
last modified time | relevance | path

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

1234567

/PHP-8.0/ext/standard/tests/streams/
H A Dbug79984.phpt2 Bug #79984 (Stream filter is not called with closing arg)
19 public function filter($in, $out, &$consumed, $closing)
27 if ($closing) {
28 echo ' and closing.';
55 filtered 128 bytes and closing. Stream has reached end-of-file.
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 Dstream_filter_register.phpt9 function filter($in, $out, &$consumed, $closing) {
14 function filter($in, $out, &$consumed, $closing) {
H A Dbug77069.phpt8 public function filter($in, $out, &$consumed, $closing) {
28 if ($closing && $this->data !== '') {
/PHP-8.0/ext/standard/tests/filters/
H A Dphp_user_filter_02.phpt6 function filter($in, $out, $consumed, $closing) {}
12 …filter($in, $out, $consumed, $closing) must be compatible with php_user_filter::filter($in, $out, …
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 …t be compatible with php_user_filter::filter($in, $out, &$consumed, bool $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) {}
/PHP-8.0/ext/session/tests/
H A Dsession_set_save_handler_class_007.phpt35 echo "(#$this->num) closing $id\n";
63 (#1) closing %s
68 (#2) closing %s
H A Dsession_set_save_handler_class_008.phpt35 echo "(#$this->num) closing $id\n";
57 (#1) closing %s
H A Dsession_set_save_handler_class_009.phpt35 echo "(#$this->num) closing $id\n";
55 (#1) closing %s
H A Dsession_set_save_handler_class_010.phpt35 echo "(#$this->num) closing $id\n";
56 (#1) closing %s
H A Dbug53141.phpt2 Bug #53141 (autoload misbehaves if called from closing session)
/PHP-8.0/Zend/tests/arrow_functions/
H A D001.phpt20 // Not closing over $var, it's a parameter
30 // Nested arrow functions closing over variable
/PHP-8.0/Zend/tests/
H A Dbug78406.phpt13 public function filter($in, $out, &$consumed, $closing)
20 if ($closing || feof($this->stream))
H A Dns_082.phpt2 082: bracketed namespace with closing tag
H A Dflexible-nowdoc-error6.phpt4 Note: the closing ?> has been deliberately elided.
H A Dflexible-heredoc-error6.phpt4 Note: the closing ?> has been deliberately elided.
H A Dflexible-nowdoc-error7.phpt4 Note: the closing ?> has been deliberately elided.
H A Dflexible-heredoc-error7.phpt4 Note: the closing ?> has been deliberately elided.
/PHP-8.0/ext/standard/
H A Duser_filters.stub.php13 public function filter($in, $out, &$consumed, bool $closing) {} argument
H A Duser_filters_arginfo.h8 ZEND_ARG_TYPE_INFO(0, closing, _IS_BOOL, 0)
/PHP-8.0/ext/pcre/tests/
H A Dbug75207.phpt8 Warning: preg_match(): Compilation failed: unmatched closing parenthesis at offset %d in %s on line…

Completed in 18 milliseconds

1234567