Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_object_handlers.h259 ZEND_API zend_result zend_std_cast_object_tostring(zend_object *object, zval *writeobj, int type);
H A Dzend_operators.h424 if (EXPECTED(Z_OBJ_HT_P(op)->cast_object == zend_std_cast_object_tostring)) { in i_zend_is_true()
H A Dzend_object_handlers.c2327 ZEND_API zend_result zend_std_cast_object_tostring(zend_object *readobj, zval *writeobj, int type) … in zend_std_cast_object_tostring() function
2459 zend_std_cast_object_tostring, /* cast_object */
H A Dzend_execute.c778 return Z_OBJ_HT_P(zv)->cast_object != zend_std_cast_object_tostring in can_convert_to_string()
/PHP-8.4/ext/com_dotnet/
H A Dcom_handlers.c491 return zend_std_cast_object_tostring(readobj, writeobj, type); in com_object_cast()
/PHP-8.4/ext/dba/
H A Ddba.c336 return zend_std_cast_object_tostring(obj, result, type); in dba_connection_cast_object()
/PHP-8.4/ext/odbc/
H A Dphp_odbc.c193 return zend_std_cast_object_tostring(obj, result, type); in odbc_connection_cast_object()
236 return zend_std_cast_object_tostring(obj, result, type); in odbc_result_cast_object()
/PHP-8.4/ext/bcmath/
H A Dbcmath.c995 return zend_std_cast_object_tostring(obj, ret, type); in bcmath_number_cast_object()
/PHP-8.4/ext/standard/
H A Dfile.c558 if (zend_std_cast_object_tostring(Z_OBJ_P(data), &out, IS_STRING) == SUCCESS) { in PHP_FUNCTION()
/PHP-8.4/ext/soap/
H A Dsoap.c254 return zend_std_cast_object_tostring(obj, result, type); in soap_url_cast_object()
301 return zend_std_cast_object_tostring(obj, result, type); in soap_sdl_cast_object()
/PHP-8.4/ext/simplexml/
H A Dsimplexml.c1878 && zend_std_cast_object_tostring(readobj, writeobj, IS_STRING) == SUCCESS in sxe_object_cast()
/PHP-8.4/ext/curl/
H A Dinterface.c539 return zend_std_cast_object_tostring(obj, result, type); in curl_cast_object()

Completed in 80 milliseconds