Home
last modified time | relevance | path

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

/php-src/ext/simplexml/
H A Dsimplexml.c55 static zend_result sxe_object_cast_ex(zend_object *readobj, zval *writeobj, int type);
459 if (sxe_object_cast_ex(Z_OBJ_P(value), &zval_copy, IS_STRING) == FAILURE) { in sxe_prop_dim_write()
1791 static zend_result sxe_object_cast_ex(zend_object *readobj, zval *writeobj, int type) in sxe_object_cast_ex() function
1852 return sxe_object_cast_ex(readobj, writeobj, type); in sxe_object_cast()
1863 if (sxe_object_cast_ex(Z_OBJ_P(ZEND_THIS), return_value, IS_STRING) != SUCCESS) { in PHP_METHOD()

Completed in 17 milliseconds