Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_object_handlers.h119 typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type);
187 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type);
H A Dzend_object_handlers.c1695 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type) /* {{{ */ in zend_std_cast_object_tostring() argument
1702 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1704 …(zend_call_method_with_0_params(readobj, ce, &ce->__tostring, "__tostring", &retval) || EG(excepti… in zend_std_cast_object_tostring()
1735 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1740 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1745 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
/PHP-7.3/ext/com_dotnet/
H A Dcom_handlers.c468 static int com_object_cast(zval *readobj, zval *writeobj, int type) in com_object_cast() argument
475 obj = CDNO_FETCH(readobj); in com_object_cast()
522 return zend_std_cast_object_tostring(readobj, writeobj, type); in com_object_cast()
H A Dcom_saproxy.c346 static int saproxy_object_cast(zval *readobj, zval *writeobj, int type) in saproxy_object_cast() argument
/PHP-7.3/ext/gmp/
H A Dgmp.c412 static int gmp_cast_object(zval *readobj, zval *writeobj, int type) /* {{{ */ in gmp_cast_object() argument
417 gmpnum = GET_GMP_FROM_ZVAL(readobj); in gmp_cast_object()
421 gmpnum = GET_GMP_FROM_ZVAL(readobj); in gmp_cast_object()
425 gmpnum = GET_GMP_FROM_ZVAL(readobj); in gmp_cast_object()
429 gmpnum = GET_GMP_FROM_ZVAL(readobj); in gmp_cast_object()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c1859 static int sxe_object_cast_ex(zval *readobj, zval *writeobj, int type) in sxe_object_cast_ex() argument
1866 sxe = Z_SXEOBJ_P(readobj); in sxe_object_cast_ex()
1873 ZVAL_BOOL(writeobj, !sxe_prop_is_empty(readobj)); in sxe_object_cast_ex()
1908 static int sxe_object_cast(zval *readobj, zval *writeobj, int type) in sxe_object_cast() argument
1911 && zend_std_cast_object_tostring(readobj, writeobj, IS_STRING) == SUCCESS in sxe_object_cast()
1916 return sxe_object_cast_ex(readobj, writeobj, type); in sxe_object_cast()
/PHP-7.3/ext/spl/
H A Dspl_directory.c1862 static int spl_filesystem_object_cast(zval *readobj, zval *writeobj, int type) in spl_filesystem_object_cast() argument
1864 spl_filesystem_object *intern = Z_SPLFILESYSTEM_P(readobj); in spl_filesystem_object_cast()
1867 if (Z_OBJCE_P(readobj)->__tostring) { in spl_filesystem_object_cast()
1868 return zend_std_cast_object_tostring(readobj, writeobj, type); in spl_filesystem_object_cast()

Completed in 53 milliseconds