Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_object_handlers.h214 ZEND_API zend_result zend_std_cast_object_tostring(zend_object *object, zval *writeobj, int type);
H A Dzend_object_handlers.c1915 ZEND_API zend_result zend_std_cast_object_tostring(zend_object *readobj, zval *writeobj, int type) … in zend_std_cast_object_tostring() function
2027 zend_std_cast_object_tostring, /* cast_object */
H A Dzend_operators.h411 if (EXPECTED(Z_OBJ_HT_P(op)->cast_object == zend_std_cast_object_tostring)) { in i_zend_is_true()
H A Dzend_execute.c776 return Z_OBJ_HT_P(zv)->cast_object != zend_std_cast_object_tostring in can_convert_to_string()
/php-src/ext/com_dotnet/
H A Dcom_handlers.c491 return zend_std_cast_object_tostring(readobj, writeobj, type); in com_object_cast()
/php-src/ext/standard/
H A Dfile.c566 if (zend_std_cast_object_tostring(Z_OBJ_P(data), &out, IS_STRING) == SUCCESS) { in PHP_FUNCTION()
/php-src/ext/simplexml/
H A Dsimplexml.c1869 && zend_std_cast_object_tostring(readobj, writeobj, IS_STRING) == SUCCESS in sxe_object_cast()
/php-src/ext/curl/
H A Dinterface.c532 return zend_std_cast_object_tostring(obj, result, type); in curl_cast_object()

Completed in 61 milliseconds