Home
last modified time | relevance | path

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

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