Searched refs:sxe_object_cast_ex (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/simplexml/ |
H A D | simplexml.c | 54 static zend_result sxe_object_cast_ex(zend_object *readobj, zval *writeobj, int type); 470 zend_result rv = sxe_object_cast_ex(Z_OBJ_P(value), &zval_copy, IS_STRING); in sxe_prop_dim_write() 1822 static zend_result sxe_object_cast_ex(zend_object *readobj, zval *writeobj, int type) in sxe_object_cast_ex() function 1883 return sxe_object_cast_ex(readobj, writeobj, type); in sxe_object_cast() 1894 zend_result rv = sxe_object_cast_ex(Z_OBJ_P(ZEND_THIS), return_value, IS_STRING); in PHP_METHOD()
|
Completed in 15 milliseconds