Home
last modified time | relevance | path

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

1234567

/PHP-8.1/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): int
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): int {
14 if ($closing) {
26 public function filter($in, $out, &$consumed, $closing): int {
33 if ($closing) {
H A Dstream_filter_register.phpt9 function filter($in, $out, &$consumed, $closing): int {
14 function filter($in, $out, &$consumed, $closing): int {
H A Dbug77069.phpt8 public function filter($in, $out, &$consumed, $closing): int {
28 if ($closing && $this->data !== '') {
/PHP-8.1/ext/standard/tests/filters/
H A Dphp_user_filter_02.phpt6 function filter($in, $out, $consumed, $closing): int {}
12 …ter($in, $out, $consumed, $closing): int must be compatible with php_user_filter::filter($in, $out…
H A Dbug73586.phpt7 function filter($in, $out, &$consumed, $closing): int {
12 if ($closing) {
28 function filter($in, $out, &$consumed, $closing): int {
33 if ($closing) {
H A Dphp_user_filter_01.phpt6 function filter($in, $out, &$consumed, $closing): int {}
17 … be compatible with php_user_filter::filter($in, $out, &$consumed, bool $closing): int in %s on li…
H A Dfilter_errors_user.phpt8 function filter($in, $out, &$consumed, $closing): int {
13 function filter($in, $out, &$consumed, $closing): int {
19 function filter($in, $out, &$consumed, $closing): int {
28 function filter($in, $out, &$consumed, $closing): int {
29 if (!$closing) {
37 function filter($in, $out, &$consumed, $closing): int {
38 if (!$closing) {
H A Dread.phpt7 function filter($in, $out, &$consumed, $closing): int
16 if ($closing) {
H A Dphp_user_filter_03.phpt6 function filter($in, $out, &$consumed, $closing): int {}
H A Dbug46164-1.phpt6 function filter($in, $out, &$consumed, $closing): int {
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_class_007.phpt37 echo "(#$this->num) closing $id\n";
65 (#1) closing %s
70 (#2) closing %s
H A Dsession_set_save_handler_class_009.phpt37 echo "(#$this->num) closing $id\n";
57 (#1) closing %s
H A Dsession_set_save_handler_class_008.phpt37 echo "(#$this->num) closing $id\n";
59 (#1) closing %s
H A Dsession_set_save_handler_class_010.phpt37 echo "(#$this->num) closing $id\n";
58 (#1) closing %s
H A Dbug53141.phpt2 Bug #53141 (autoload misbehaves if called from closing session)
/PHP-8.1/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.1/Zend/tests/
H A Dbug78406.phpt13 public function filter($in, $out, &$consumed, $closing): int
20 if ($closing || feof($this->stream))
H A Dns_082.phpt2 082: bracketed namespace with closing tag
H A Dflexible-heredoc-error6.phpt4 Note: the closing ?> has been deliberately elided.
H A Dflexible-nowdoc-error6.phpt4 Note: the closing ?> has been deliberately elided.
H A Dflexible-heredoc-error7.phpt4 Note: the closing ?> has been deliberately elided.
H A Dflexible-nowdoc-error7.phpt4 Note: the closing ?> has been deliberately elided.
/PHP-8.1/ext/standard/
H A Duser_filters.stub.php18 public function filter($in, $out, &$consumed, bool $closing): int {} argument
/PHP-8.1/ext/pcre/tests/
H A Dbug75207.phpt8 Warning: preg_match(): Compilation failed: unmatched closing parenthesis at offset %d in %s on line…

Completed in 24 milliseconds

1234567