Home
last modified time | relevance | path

Searched refs:zend_write (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_indent.c42 zend_write((char *) &c, 1); in handle_whitespace()
67 zend_write(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
121 zend_write(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
127 zend_write(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
130 zend_write(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
H A Dzend_highlight.c185 zend_write(" ", sizeof(" ") - 1); in zend_strip()
195 zend_write(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
199 zend_write(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
201 zend_write("\n", sizeof("\n") - 1); in zend_strip()
207 zend_write(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
H A Dzend.h611 #define ZEND_WRITE(str, str_len) zend_write((str), (str_len))
613 #define ZEND_PUTS(str) zend_write((str), strlen((str)))
615 #define ZEND_PUTC(c) zend_write(&(c), 1), (c)
619 extern ZEND_API zend_write_func_t zend_write;
H A Dzend.c52 ZEND_API zend_write_func_t zend_write; variable
291 return zend_print_zval_ex(zend_write, expr, indent); in zend_print_zval()
373 zend_print_zval_r_ex(zend_write, expr, indent TSRMLS_CC); in zend_print_zval_r()
623 zend_write = (zend_write_func_t) utility_functions->write_function; in zend_startup()

Completed in 16 milliseconds