Skip to content

Commit c1a8cc5

Browse files
haszikocsismate
haszi
authored andcommitted
Add PHP_OUTPUT_HANDLER_PROCESSED constant to stubs
1 parent 14bdb01 commit c1a8cc5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

main/main.stub.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* @cvalue PHP_RELEASE_VERSION
2424
*/
2525
const PHP_RELEASE_VERSION = UNKNOWN;
26-
26+
2727
/**
2828
* @var string
2929
* @cvalue PHP_EXTRA_VERSION
@@ -301,6 +301,11 @@
301301
* @cvalue PHP_OUTPUT_HANDLER_DISABLED
302302
*/
303303
const PHP_OUTPUT_HANDLER_DISABLED = UNKNOWN;
304+
/**
305+
* @var int
306+
* @cvalue PHP_OUTPUT_HANDLER_PROCESSED
307+
*/
308+
const PHP_OUTPUT_HANDLER_PROCESSED = UNKNOWN;
304309

305310
/**
306311
* @var int

main/main_arginfo.h

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)