Searched defs:writeobj (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/com_dotnet/ |
H A D | com_handlers.c | 432 static zend_result com_object_cast(zend_object *readobj, zval *writeobj, int type) in com_object_cast()
|
H A D | com_saproxy.c | 335 static zend_result saproxy_object_cast(zend_object *readobj, zval *writeobj, int type) in saproxy_object_cast()
|
/PHP-8.3/ext/simplexml/ |
H A D | simplexml.c | 1859 static zend_result sxe_object_cast_ex(zend_object *readobj, zval *writeobj, int type) in sxe_object_cast_ex() 1912 static zend_result sxe_object_cast(zend_object *readobj, zval *writeobj, int type) in sxe_object_cast()
|
/PHP-8.3/Zend/ |
H A D | zend_object_handlers.c | 1932 ZEND_API zend_result zend_std_cast_object_tostring(zend_object *readobj, zval *writeobj, int type) … in zend_std_cast_object_tostring()
|
/PHP-8.3/ext/gmp/ |
H A D | gmp.c | 277 static zend_result gmp_cast_object(zend_object *readobj, zval *writeobj, int type) /* {{{ */ in gmp_cast_object()
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 1146 static zend_result zend_ffi_cdata_cast_object(zend_object *readobj, zval *writeobj, int type) /* {{… in zend_ffi_cdata_cast_object()
|
Completed in 79 milliseconds