Searched refs:php_quot_print_encode (Results 1 – 2 of 2) sorted by relevance
25 PHPAPI zend_string *php_quot_print_encode(const unsigned char *str, size_t length);
148 PHPAPI zend_string *php_quot_print_encode(const unsigned char *str, size_t length) /* {{{ */ in php_quot_print_encode() function278 new_str = php_quot_print_encode((unsigned char *)ZSTR_VAL(str), ZSTR_LEN(str)); in PHP_FUNCTION()
Completed in 9 milliseconds