php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
user_filters.stub.php
Go to the documentation of this file.
1<?php
2
4
9const PSFS_PASS_ON = UNKNOWN;
14const PSFS_FEED_ME = UNKNOWN;
19const PSFS_ERR_FATAL = UNKNOWN;
20
25const PSFS_FLAG_NORMAL = UNKNOWN;
30const PSFS_FLAG_FLUSH_INC = UNKNOWN;
35const PSFS_FLAG_FLUSH_CLOSE = UNKNOWN;
36
38{
39 public string $filtername = "";
40 public mixed $params = "";
42 public $stream = null;
43
50 public function filter($in, $out, &$consumed, bool $closing): int {}
51
53 public function onCreate(): bool {}
54
56 public function onClose(): void {}
57}
58
59final class StreamBucket
60{
65 public $bucket;
67 public string $data;
69 public int $datalen;
71 public int $dataLength;
72}
filter($in, $out, &$consumed, bool $closing)
#define PSFS_FLAG_FLUSH_CLOSE
#define PSFS_FLAG_FLUSH_INC
@ PSFS_ERR_FATAL
#define PSFS_FLAG_NORMAL
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))