Searched refs:zend_std_cast_object_tostring (Results 1 – 12 of 12) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_object_handlers.h | 259 ZEND_API zend_result zend_std_cast_object_tostring(zend_object *object, zval *writeobj, int type);
|
H A D | zend_operators.h | 424 if (EXPECTED(Z_OBJ_HT_P(op)->cast_object == zend_std_cast_object_tostring)) { in i_zend_is_true()
|
H A D | zend_object_handlers.c | 2327 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 D | zend_execute.c | 778 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 D | com_handlers.c | 491 return zend_std_cast_object_tostring(readobj, writeobj, type); in com_object_cast()
|
/PHP-8.4/ext/dba/ |
H A D | dba.c | 336 return zend_std_cast_object_tostring(obj, result, type); in dba_connection_cast_object()
|
/PHP-8.4/ext/odbc/ |
H A D | php_odbc.c | 193 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 D | bcmath.c | 995 return zend_std_cast_object_tostring(obj, ret, type); in bcmath_number_cast_object()
|
/PHP-8.4/ext/standard/ |
H A D | file.c | 558 if (zend_std_cast_object_tostring(Z_OBJ_P(data), &out, IS_STRING) == SUCCESS) { in PHP_FUNCTION()
|
/PHP-8.4/ext/soap/ |
H A D | soap.c | 254 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 D | simplexml.c | 1878 && zend_std_cast_object_tostring(readobj, writeobj, IS_STRING) == SUCCESS in sxe_object_cast()
|
/PHP-8.4/ext/curl/ |
H A D | interface.c | 539 return zend_std_cast_object_tostring(obj, result, type); in curl_cast_object()
|
Completed in 80 milliseconds