Lines Matching refs:fptr_count

45 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
62 subnode = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in _node_as_zval()
933 subnode = php_sxe_object_new(sxe_ref->zo.ce, sxe_ref->fptr_count); in _get_base_node_value()
1969 if (intern->fptr_count) { in sxe_count_elements()
1971 zend_call_method_with_0_params(object, intern->zo.ce, &intern->fptr_count, "count", &rv); in sxe_count_elements()
2136 clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in sxe_object_clone()
2193 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2207 fptr_count = zend_hash_find_ptr(&ce->function_table, ZSTR_KNOWN(ZEND_STR_COUNT)); in php_sxe_find_fptr_count()
2208 if (fptr_count->common.scope == parent) { in php_sxe_find_fptr_count()
2209 fptr_count = NULL; in php_sxe_find_fptr_count()
2213 return fptr_count; in php_sxe_find_fptr_count()
2218 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new() argument
2227 intern->fptr_count = fptr_count; in php_sxe_object_new()
2258 zend_function *fptr_count; in PHP_FUNCTION() local
2280 fptr_count = NULL; in PHP_FUNCTION()
2282 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2284 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2305 zend_function *fptr_count; in PHP_FUNCTION() local
2335 fptr_count = NULL; in PHP_FUNCTION()
2337 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2339 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2624 zend_function *fptr_count; in PHP_FUNCTION() local
2649 fptr_count = NULL; in PHP_FUNCTION()
2651 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2656 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()