Skip to content

Commit d1c0cc7

Browse files
author
Sascha Schumann
committed
s/0/FAILURE/
1 parent d484c0e commit d1c0cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/output.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ static zval* php_ob_handler_from_string(const char *handler_name TSRMLS_DC)
453453
*/
454454
static int php_ob_init(uint initial_size, uint block_size, zval *output_handler, uint chunk_size, zend_bool erase TSRMLS_DC)
455455
{
456-
int result = 0, len;
456+
int result = FAILURE, len;
457457
char *handler_name, *next_handler_name;
458458
HashPosition pos;
459459
zval **tmp;

0 commit comments

Comments
 (0)