Searched refs:zend_std_cast_object_tostring (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_object_handlers.h | 171 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type);
|
H A D | zend_object_handlers.c | 1637 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 D | com_handlers.c | 525 return zend_std_cast_object_tostring(readobj, writeobj, type); in com_object_cast()
|
/PHP-7.2/ext/standard/ |
H A D | file.c | 692 if (zend_std_cast_object_tostring(data, &out, IS_STRING) == SUCCESS) { in PHP_FUNCTION()
|
/PHP-7.2/ext/simplexml/ |
H A D | simplexml.c | 1926 && zend_std_cast_object_tostring(readobj, writeobj, IS_STRING) == SUCCESS in sxe_object_cast()
|
Completed in 29 milliseconds