Lines Matching refs:fptr_count

46 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
63 subnode = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in _node_as_zval()
942 subnode = php_sxe_object_new(sxe_ref->zo.ce, sxe_ref->fptr_count); in _get_base_node_value()
1976 if (intern->fptr_count) { in sxe_count_elements()
1978 zend_call_method_with_0_params(object, intern->zo.ce, &intern->fptr_count, "count", &rv); in sxe_count_elements()
2143 clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in sxe_object_clone()
2200 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2213 fptr_count = zend_hash_str_find_ptr(&ce->function_table, "count", sizeof("count") - 1); in php_sxe_find_fptr_count()
2214 if (fptr_count->common.scope == parent) { in php_sxe_find_fptr_count()
2215 fptr_count = NULL; in php_sxe_find_fptr_count()
2219 return fptr_count; in php_sxe_find_fptr_count()
2224 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new() argument
2233 intern->fptr_count = fptr_count; in php_sxe_object_new()
2265 zend_function *fptr_count; in PHP_FUNCTION() local
2287 fptr_count = NULL; in PHP_FUNCTION()
2289 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2291 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2312 zend_function *fptr_count; in PHP_FUNCTION() local
2342 fptr_count = NULL; in PHP_FUNCTION()
2344 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2346 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2631 zend_function *fptr_count; in PHP_FUNCTION() local
2656 fptr_count = NULL; in PHP_FUNCTION()
2658 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2663 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()