Home
last modified time | relevance | path

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

/PHP-5.6/main/streams/
H A Duserspace.c634 zval *zbufptr; in php_userstreamop_write() local
641 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