Lines Matching refs:fptr_count
44 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
61 subnode = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in node_as_zval()
936 subnode = php_sxe_object_new(sxe_ref->zo.ce, sxe_ref->fptr_count); in get_base_node_value()
1919 if (intern->fptr_count) { in sxe_count_elements()
1921 zend_call_method_with_0_params(object, intern->zo.ce, &intern->fptr_count, "count", &rv); in sxe_count_elements()
2084 clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in sxe_object_clone()
2141 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2155 fptr_count = zend_hash_find_ptr(&ce->function_table, ZSTR_KNOWN(ZEND_STR_COUNT)); in php_sxe_find_fptr_count()
2156 if (fptr_count->common.scope == parent) { in php_sxe_find_fptr_count()
2157 fptr_count = NULL; in php_sxe_find_fptr_count()
2161 return fptr_count; in php_sxe_find_fptr_count()
2166 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new() argument
2175 intern->fptr_count = fptr_count; in php_sxe_object_new()
2205 zend_function *fptr_count; in PHP_FUNCTION() local
2227 fptr_count = NULL; in PHP_FUNCTION()
2229 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2231 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2251 zend_function *fptr_count; in PHP_FUNCTION() local
2281 fptr_count = NULL; in PHP_FUNCTION()
2283 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2285 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2571 zend_function *fptr_count; in PHP_FUNCTION() local
2596 fptr_count = NULL; in PHP_FUNCTION()
2598 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2603 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()