Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_object_handlers.h142 typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type);
211 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type);
H A Dzend_object_handlers.c1805 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type) /* {{{ */ in zend_std_cast_object_tostring() argument
1812 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1816 zend_call_method_with_0_params(readobj, ce, &ce->__tostring, "__tostring", &retval); in zend_std_cast_object_tostring()
1832 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1837 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1842 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c488 static int com_object_cast(zval *readobj, zval *writeobj, int type) in com_object_cast() argument
495 obj = CDNO_FETCH(readobj); in com_object_cast()
542 return zend_std_cast_object_tostring(readobj, writeobj, type); in com_object_cast()
H A Dcom_saproxy.c353 static int saproxy_object_cast(zval *readobj, zval *writeobj, int type) in saproxy_object_cast() argument
/PHP-7.4/ext/gmp/
H A Dgmp.c411 static int gmp_cast_object(zval *readobj, zval *writeobj, int type) /* {{{ */ in gmp_cast_object() argument
416 gmpnum = GET_GMP_FROM_ZVAL(readobj); in gmp_cast_object()
420 gmpnum = GET_GMP_FROM_ZVAL(readobj); in gmp_cast_object()
424 gmpnum = GET_GMP_FROM_ZVAL(readobj); in gmp_cast_object()
428 gmpnum = GET_GMP_FROM_ZVAL(readobj); in gmp_cast_object()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1878 static int sxe_object_cast_ex(zval *readobj, zval *writeobj, int type) in sxe_object_cast_ex() argument
1885 sxe = Z_SXEOBJ_P(readobj); in sxe_object_cast_ex()
1892 ZVAL_BOOL(writeobj, !sxe_prop_is_empty(readobj)); in sxe_object_cast_ex()
1927 static int sxe_object_cast(zval *readobj, zval *writeobj, int type) in sxe_object_cast() argument
1930 && zend_std_cast_object_tostring(readobj, writeobj, IS_STRING) == SUCCESS in sxe_object_cast()
1935 return sxe_object_cast_ex(readobj, writeobj, type); in sxe_object_cast()
/PHP-7.4/ext/spl/
H A Dspl_directory.c1860 static int spl_filesystem_object_cast(zval *readobj, zval *writeobj, int type) in spl_filesystem_object_cast() argument
1862 spl_filesystem_object *intern = Z_SPLFILESYSTEM_P(readobj); in spl_filesystem_object_cast()
1865 if (Z_OBJCE_P(readobj)->__tostring) { in spl_filesystem_object_cast()
1866 return zend_std_cast_object_tostring(readobj, writeobj, type); in spl_filesystem_object_cast()
/PHP-7.4/ext/ffi/
H A Dffi.c1038 static int zend_ffi_cdata_cast_object(zval *readobj, zval *writeobj, int type) /* {{{ */ in zend_ffi_cdata_cast_object() argument
1041 zend_ffi_cdata *cdata = (zend_ffi_cdata*)Z_OBJ_P(readobj); in zend_ffi_cdata_cast_object()

Completed in 58 milliseconds