Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Duserspace.c628 zval *zbufptr; in php_userstreamop_write() local
635 MAKE_STD_ZVAL(zbufptr); in php_userstreamop_write()
636 ZVAL_STRINGL(zbufptr, (char*)buf, count, 1);; in php_userstreamop_write()
637 args[0] = &zbufptr; in php_userstreamop_write()
645 zval_ptr_dtor(&zbufptr); in php_userstreamop_write()

Completed in 8 milliseconds