Home
last modified time | relevance | path

Searched refs:zend_std_cast_object_tostring (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_object_handlers.h171 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type);
H A Dzend_object_handlers.c1637 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type) /* {{{ */ in zend_std_cast_object_tostring() function
1760 zend_std_cast_object_tostring, /* cast_object */
/PHP-7.2/ext/com_dotnet/
H A Dcom_handlers.c525 return zend_std_cast_object_tostring(readobj, writeobj, type); in com_object_cast()
/PHP-7.2/ext/standard/
H A Dfile.c692 if (zend_std_cast_object_tostring(data, &out, IS_STRING) == SUCCESS) { in PHP_FUNCTION()
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c1926 && zend_std_cast_object_tostring(readobj, writeobj, IS_STRING) == SUCCESS in sxe_object_cast()

Completed in 29 milliseconds