Lines Matching refs:fptr_count

54 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()
998 subnode = php_sxe_object_new(sxe_ref->zo.ce, sxe_ref->fptr_count); in _get_base_node_value()
1987 if (intern->fptr_count) { in sxe_count_elements()
1989 zend_call_method_with_0_params(object, intern->zo.ce, &intern->fptr_count, "count", &rv); in sxe_count_elements()
2070 clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in sxe_object_clone()
2152 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2165 fptr_count = zend_hash_str_find_ptr(&ce->function_table, "count", sizeof("count") - 1); in php_sxe_find_fptr_count()
2166 if (fptr_count->common.scope == parent) { in php_sxe_find_fptr_count()
2167 fptr_count = NULL; in php_sxe_find_fptr_count()
2171 return fptr_count; in php_sxe_find_fptr_count()
2177 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new() argument
2186 intern->fptr_count = fptr_count; in php_sxe_object_new()
2220 zend_function *fptr_count; in PHP_FUNCTION() local
2240 fptr_count = NULL; in PHP_FUNCTION()
2242 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2244 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2266 zend_function *fptr_count; in PHP_FUNCTION() local
2294 fptr_count = NULL; in PHP_FUNCTION()
2296 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2298 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2561 zend_function *fptr_count; in PHP_FUNCTION() local
2584 fptr_count = NULL; in PHP_FUNCTION()
2586 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2588 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()