Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_object_handlers.h211 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type);
H A Dzend_object_handlers.c1805 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type) /* {{{ */ in zend_std_cast_object_tostring() function
1939 zend_std_cast_object_tostring, /* cast_object */
H A Dzend_operators.h370 if (EXPECTED(Z_OBJ_HT_P(op)->cast_object == zend_std_cast_object_tostring)) { in i_zend_is_true()
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c542 return zend_std_cast_object_tostring(readobj, writeobj, type); in com_object_cast()
/PHP-7.4/ext/standard/
H A Dfile.c693 if (zend_std_cast_object_tostring(data, &out, IS_STRING) == SUCCESS) { in PHP_FUNCTION()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1930 && zend_std_cast_object_tostring(readobj, writeobj, IS_STRING) == SUCCESS in sxe_object_cast()
/PHP-7.4/ext/spl/
H A Dspl_directory.c1866 return zend_std_cast_object_tostring(readobj, writeobj, type); in spl_filesystem_object_cast()

Completed in 37 milliseconds