Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_object_handlers.h200 ZEND_API int zend_std_cast_object_tostring(zend_object *object, zval *writeobj, int type);
H A Dzend_object_handlers.c1727 ZEND_API int zend_std_cast_object_tostring(zend_object *readobj, zval *writeobj, int type) /* {{{ */ in zend_std_cast_object_tostring() function
1839 zend_std_cast_object_tostring, /* cast_object */
H A Dzend_operators.h369 if (EXPECTED(Z_OBJ_HT_P(op)->cast_object == zend_std_cast_object_tostring)) { in i_zend_is_true()
H A Dzend_execute.c769 return Z_OBJ_HT_P(zv)->cast_object != zend_std_cast_object_tostring in can_convert_to_string()
/PHP-8.0/ext/com_dotnet/
H A Dcom_handlers.c491 return zend_std_cast_object_tostring(readobj, writeobj, type); in com_object_cast()
/PHP-8.0/ext/standard/
H A Dfile.c692 if (zend_std_cast_object_tostring(Z_OBJ_P(data), &out, IS_STRING) == SUCCESS) { in PHP_FUNCTION()
/PHP-8.0/ext/spl/
H A Dspl_directory.c1838 return zend_std_cast_object_tostring(readobj, writeobj, type); in spl_filesystem_object_cast()
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c1893 && zend_std_cast_object_tostring(readobj, writeobj, IS_STRING) == SUCCESS in sxe_object_cast()
/PHP-8.0/ext/curl/
H A Dinterface.c1312 return zend_std_cast_object_tostring(obj, result, type); in curl_cast_object()

Completed in 63 milliseconds