Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_object_handlers.h160 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type TSRMLS_DC);
H A Dzend_object_handlers.c1527 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type TSRMLS_DC) /* {{… in zend_std_cast_object_tostring() function
1648 zend_std_cast_object_tostring, /* cast_object */
H A Dzend.c258 if (zend_std_cast_object_tostring(expr, expr_copy, IS_STRING TSRMLS_CC) == SUCCESS) { in zend_make_printable_zval()
H A Dzend_API.c278 if (zend_std_cast_object_tostring(*arg, *arg, type TSRMLS_CC) == SUCCESS) { in parse_arg_object_to_string()
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c540 return zend_std_cast_object_tostring(readobj, writeobj, type TSRMLS_CC); in com_object_cast()
/PHP-5.5/ext/standard/
H A Dfile.c688 if (zend_std_cast_object_tostring(data, &out, IS_STRING TSRMLS_CC) == SUCCESS) { in PHP_FUNCTION()

Completed in 45 milliseconds