Lines Matching refs:fptr_count

50 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
67 subnode = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in _node_as_zval()
991 subnode = php_sxe_object_new(sxe_ref->zo.ce, sxe_ref->fptr_count); in _get_base_node_value()
1981 if (intern->fptr_count) { in sxe_count_elements()
1983 zend_call_method_with_0_params(object, intern->zo.ce, &intern->fptr_count, "count", &rv); in sxe_count_elements()
2035 clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in sxe_object_clone()
2117 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2130 fptr_count = zend_hash_str_find_ptr(&ce->function_table, "count", sizeof("count") - 1); in php_sxe_find_fptr_count()
2131 if (fptr_count->common.scope == parent) { in php_sxe_find_fptr_count()
2132 fptr_count = NULL; in php_sxe_find_fptr_count()
2136 return fptr_count; in php_sxe_find_fptr_count()
2142 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new() argument
2151 intern->fptr_count = fptr_count; in php_sxe_object_new()
2185 zend_function *fptr_count; in PHP_FUNCTION() local
2205 fptr_count = NULL; in PHP_FUNCTION()
2207 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2209 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2231 zend_function *fptr_count; in PHP_FUNCTION() local
2259 fptr_count = NULL; in PHP_FUNCTION()
2261 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2263 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2535 zend_function *fptr_count; in PHP_FUNCTION() local
2558 fptr_count = NULL; in PHP_FUNCTION()
2560 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2562 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()