Searched refs:zbufptr (Results 1 – 1 of 1) sorted by relevance
634 zval *zbufptr; in php_userstreamop_write() local641 MAKE_STD_ZVAL(zbufptr); in php_userstreamop_write()642 ZVAL_STRINGL(zbufptr, (char*)buf, count, 1);; in php_userstreamop_write()643 args[0] = &zbufptr; in php_userstreamop_write()651 zval_ptr_dtor(&zbufptr); in php_userstreamop_write()
Completed in 7 milliseconds