Home
last modified time | relevance | path

Searched refs:output_handler (Results 1 – 25 of 77) sorted by relevance

1234

/PHP-5.3/main/
H A Doutput.c169 zval *output_handler; in php_start_ob_buffer_named() local
174 Z_STRVAL_P(output_handler) = estrndup(output_handler_name, Z_STRLEN_P(output_handler)); in php_start_ob_buffer_named()
177 zval_dtor(output_handler); in php_start_ob_buffer_named()
178 FREE_ZVAL(output_handler); in php_start_ob_buffer_named()
441 if (output_handler && !zend_is_callable(output_handler, 0, NULL TSRMLS_CC)) { in php_ob_init_named()
449 tmp_buf.output_handler = output_handler; in php_ob_init_named()
480 zval *output_handler; in php_ob_handler_from_string() local
486 return output_handler; in php_ob_handler_from_string()
500 if (output_handler && output_handler->type == IS_STRING) { in php_ob_init()
528 } else if (output_handler && output_handler->type == IS_ARRAY) { in php_ob_init()
[all …]
H A Dphp_output.h36 PHPAPI int php_start_ob_buffer(zval *output_handler, uint chunk_size, zend_bool erase TSRMLS_DC);
74 zval *output_handler; member
/PHP-5.3/tests/lang/
H A Dbug32828.phpt6 function output_handler($buffer)
11 ob_start('output_handler');
18 #0 [internal function]: output_handler('', %d)
/PHP-5.3/tests/func/
H A D006.phpt5 output_handler=
7 zlib.output_handler=
/PHP-5.3/ext/standard/tests/strings/
H A Dhtmlentities11.phpt4 output_handler=
H A Dhtmlentities12.phpt4 output_handler=
H A Dhtmlentities13.phpt4 output_handler=
H A Dhtmlentities14.phpt4 output_handler=
H A Dhtmlentities.phpt4 output_handler=
H A Dhtmlentities01.phpt4 output_handler=
H A Dhtmlentities10.phpt4 output_handler=
H A Dhtmlentities02.phpt11 output_handler=
H A Dhtmlentities03.phpt11 output_handler=
H A Dhtmlentities15.phpt4 output_handler=
H A Dhtmlentities06.phpt4 output_handler=
H A Dhtmlentities04.phpt11 output_handler=
H A Dhtmlentities07.phpt4 output_handler=
H A Dhtmlentities09.phpt4 output_handler=
H A Dhtmlentities08.phpt4 output_handler=
/PHP-5.3/ext/mbstring/tests/
H A Dmb_output_handler_shift_jis.phpt6 output_handler=mb_output_handler
H A Doverload01.phpt11 output_handler=
H A Dcasefold.phpt10 output_handler=
/PHP-5.3/ext/zlib/
H A Dphp_zlib.h35 char *output_handler; variable
/PHP-5.3/ext/exif/tests/
H A Dexif_imagetype_basic.phpt6 output_handler=
H A Dexif005.phpt6 output_handler=

Completed in 36 milliseconds

1234