Searched refs:php_sxe_object_new (Results 1 – 1 of 1) sorted by relevance
44 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);71 subnode = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in node_as_zval()944 subnode = php_sxe_object_new(sxe_ref->zo.ce, sxe_ref->fptr_count); in get_base_node_value()2092 clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in sxe_object_clone()2174 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new() function2198 intern = php_sxe_object_new(ce, php_sxe_find_fptr_count(ce)); in sxe_object_new()2239 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()2293 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()2615 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
Completed in 12 milliseconds