Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_object_handlers.h106 typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC);
160 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type TSRMLS_DC);
H A Dzend_object_handlers.c1534 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1547 if (readobj == writeobj) { in zend_std_cast_object_tostring()
1548 zval_dtor(readobj); in zend_std_cast_object_tostring()
1558 if (readobj == writeobj) { in zend_std_cast_object_tostring()
1559 zval_dtor(readobj); in zend_std_cast_object_tostring()
1572 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1575 if (readobj == writeobj) { in zend_std_cast_object_tostring()
1576 zval_dtor(readobj); in zend_std_cast_object_tostring()
1581 ce = Z_OBJCE_P(readobj); in zend_std_cast_object_tostring()
1584 if (readobj == writeobj) { in zend_std_cast_object_tostring()
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c489 static int com_object_cast(zval *readobj, zval *writeobj, int type TSRMLS_DC) in com_object_cast() argument
496 obj = CDNO_FETCH(readobj); in com_object_cast()
540 return zend_std_cast_object_tostring(readobj, writeobj, type TSRMLS_CC); in com_object_cast()
H A Dcom_saproxy.c358 static int saproxy_object_cast(zval *readobj, zval *writeobj, int type TSRMLS_DC) in saproxy_object_cast() argument
/PHP-5.5/ext/spl/
H A Dspl_directory.c1877 static int spl_filesystem_object_cast(zval *readobj, zval *writeobj, int type TSRMLS_DC) in spl_filesystem_object_cast() argument
1879 …spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(readobj TSRML… in spl_filesystem_object_cast()
1882 if (Z_OBJCE_P(readobj)->__tostring) { in spl_filesystem_object_cast()
1883 return std_object_handlers.cast_object(readobj, writeobj, type TSRMLS_CC); in spl_filesystem_object_cast()
1889 if (readobj == writeobj) { in spl_filesystem_object_cast()
1894 zval_dtor(readobj); in spl_filesystem_object_cast()
1901 if (readobj == writeobj) { in spl_filesystem_object_cast()
1906 zval_dtor(readobj); in spl_filesystem_object_cast()
1917 if (readobj == writeobj) { in spl_filesystem_object_cast()
1918 zval_dtor(readobj); in spl_filesystem_object_cast()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1804 static int sxe_object_cast(zval *readobj, zval *writeobj, int type TSRMLS_DC) in sxe_object_cast() argument
1812 sxe = php_sxe_fetch_object(readobj TSRMLS_CC); in sxe_object_cast()
1816 prop_hash = sxe_get_prop_hash(readobj, 1 TSRMLS_CC); in sxe_object_cast()
1843 if (readobj == writeobj) { in sxe_object_cast()
1845 zval_dtor(readobj); in sxe_object_cast()

Completed in 28 milliseconds