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