zend_std_cast_object_tostring 1643 Zend/zend_object_handlers.c zend_std_cast_object_tostring, /* cast_object */ zend_std_cast_object_tostring 171 Zend/zend_object_handlers.h ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type); zend_std_cast_object_tostring 520 ext/com_dotnet/com_handlers.c return zend_std_cast_object_tostring(readobj, writeobj, type); zend_std_cast_object_tostring 1915 ext/simplexml/simplexml.c && zend_std_cast_object_tostring(readobj, writeobj, IS_STRING) == SUCCESS zend_std_cast_object_tostring 677 ext/standard/file.c if (zend_std_cast_object_tostring(data, &out, IS_STRING) == SUCCESS) {