Searched refs:zbufptr (Results 1 – 1 of 1) sorted by relevance
601 zval *zbufptr; in php_userstreamop_write() local608 MAKE_STD_ZVAL(zbufptr); in php_userstreamop_write()609 ZVAL_STRINGL(zbufptr, (char*)buf, count, 1);; in php_userstreamop_write()610 args[0] = &zbufptr; in php_userstreamop_write()618 zval_ptr_dtor(&zbufptr); in php_userstreamop_write()
Completed in 6 milliseconds