Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.c2500 int php_uv_cast_object(zend_object *readobj, zval *writeobj, int type) { argument
2502 int php_uv_cast_object(zval *readobj_zv, zval *writeobj, int type) {
2506 ZVAL_LONG(writeobj, readobj->handle);
2510 return zend_std_cast_object_tostring(readobj, writeobj, type);
2512 return zend_std_cast_object_tostring(readobj_zv, writeobj, type);

Completed in 25 milliseconds