Home
last modified time | relevance | path

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

/PHP-8.1/ext/com_dotnet/
H A Dcom_handlers.c433 static int com_object_cast(zend_object *readobj, zval *writeobj, int type) in com_object_cast() argument
440 obj = (php_com_dotnet_object*) readobj; in com_object_cast()
491 return zend_std_cast_object_tostring(readobj, writeobj, type); in com_object_cast()
H A Dcom_saproxy.c335 static int saproxy_object_cast(zend_object *readobj, zval *writeobj, int type) in saproxy_object_cast() argument
/PHP-8.1/ext/gmp/
H A Dgmp.c273 static int gmp_cast_object(zend_object *readobj, zval *writeobj, int type) /* {{{ */ in gmp_cast_object() argument
278 gmpnum = GET_GMP_OBJECT_FROM_OBJ(readobj)->num; in gmp_cast_object()
282 gmpnum = GET_GMP_OBJECT_FROM_OBJ(readobj)->num; in gmp_cast_object()
286 gmpnum = GET_GMP_OBJECT_FROM_OBJ(readobj)->num; in gmp_cast_object()
290 gmpnum = GET_GMP_OBJECT_FROM_OBJ(readobj)->num; in gmp_cast_object()
/PHP-8.1/Zend/
H A Dzend_object_handlers.h147 typedef int (*zend_object_cast_t)(zend_object *readobj, zval *retval, int type);
H A Dzend_object_handlers.c1842 ZEND_API int zend_std_cast_object_tostring(zend_object *readobj, zval *writeobj, int type) /* {{{ */ in zend_std_cast_object_tostring() argument
1846 zend_class_entry *ce = readobj->ce; in zend_std_cast_object_tostring()
1849 GC_ADDREF(readobj); in zend_std_cast_object_tostring()
1850 zend_call_known_instance_method_with_0_params(ce->__tostring, readobj, &retval); in zend_std_cast_object_tostring()
1851 zend_object_release(readobj); in zend_std_cast_object_tostring()
/PHP-8.1/ext/simplexml/
H A Dsimplexml.c56 static int sxe_object_cast_ex(zend_object *readobj, zval *writeobj, int type);
1834 static int sxe_object_cast_ex(zend_object *readobj, zval *writeobj, int type) in sxe_object_cast_ex() argument
1842 sxe = php_sxe_fetch_object(readobj); in sxe_object_cast_ex()
1849 ZVAL_BOOL(writeobj, !sxe_prop_is_empty(readobj)); in sxe_object_cast_ex()
1887 static int sxe_object_cast(zend_object *readobj, zval *writeobj, int type) in sxe_object_cast() argument
1890 && zend_std_cast_object_tostring(readobj, writeobj, IS_STRING) == SUCCESS in sxe_object_cast()
1895 return sxe_object_cast_ex(readobj, writeobj, type); in sxe_object_cast()
/PHP-8.1/ext/ffi/
H A Dffi.c1086 static int zend_ffi_cdata_cast_object(zend_object *readobj, zval *writeobj, int type) /* {{{ */ in zend_ffi_cdata_cast_object() argument
1089 zend_ffi_cdata *cdata = (zend_ffi_cdata*)readobj; in zend_ffi_cdata_cast_object()

Completed in 59 milliseconds