Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_indent.c42 zend_write((char *) &c, 1); in handle_whitespace()
67 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
121 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
127 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
130 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_indent()
H A Dzend_highlight.c178 zend_write(" ", sizeof(" ") - 1); in zend_strip()
188 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
191 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
193 zend_write("\n", sizeof("\n") - 1); in zend_strip()
199 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
H A Dzend.h682 #define ZEND_WRITE(str, str_len) zend_write((str), (str_len))
684 #define ZEND_PUTS(str) zend_write((str), strlen((str)))
686 #define ZEND_PUTC(c) zend_write(&(c), 1), (c)
690 extern ZEND_API zend_write_func_t zend_write;
H A Dzend.c49 ZEND_API zend_write_func_t zend_write; variable
312 return zend_print_zval_ex(zend_write, expr, indent); in zend_print_zval()
394 zend_print_zval_r_ex(zend_write, expr, indent TSRMLS_CC); in zend_print_zval_r()
662 zend_write = (zend_write_func_t) utility_functions->write_function; in zend_startup()

Completed in 22 milliseconds