Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_object_handlers.h153 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type TSRMLS_DC);
H A Dzend_object_handlers.c1273 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type TSRMLS_DC) /* {{… in zend_std_cast_object_tostring() function
1394 zend_std_cast_object_tostring, /* cast_object */
H A Dzend.c248 if (zend_std_cast_object_tostring(expr, expr_copy, IS_STRING TSRMLS_CC) == SUCCESS) { in zend_make_printable_zval()
H A Dzend_API.c268 if (zend_std_cast_object_tostring(*arg, *arg, IS_STRING TSRMLS_CC) == SUCCESS) { in parse_arg_object_to_string()
/PHP-5.3/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.3/ext/standard/
H A Dfile.c707 if (zend_std_cast_object_tostring(data, &out, IS_STRING TSRMLS_CC) == SUCCESS) { in PHP_FUNCTION()

Completed in 52 milliseconds