Home
last modified time | relevance | path

Searched refs:count (Results 1 – 3 of 3) sorted by relevance

/php-ast/tests/
H A Dphp80_named_params.phpt13 count(var: $argv);
14 $other->count(1, myVar:$foo, myVar: 1); // error
34 name: "count"
43 method: "count"
H A Dmetadata.phpt12 $metadataHasFlags = count($flags) > 0;
/php-ast/
H A Dast.c617 static inline zend_ast **ast_get_children(zend_ast *ast, ast_state_info_t *state, uint32_t *count) { in ast_get_children() argument
621 *count = decl->kind == ZEND_AST_CLASS ? (state->version >= 85 ? 5 : 4) : 5; in ast_get_children()
623 *count = decl->kind == ZEND_AST_CLASS ? 4 : 5; in ast_get_children()
625 *count = decl->kind == ZEND_AST_CLASS ? 3 : 4; in ast_get_children()
630 *count = list->children; in ast_get_children()
633 *count = zend_ast_get_num_children(ast); in ast_get_children()
720 uint32_t i, count; in ast_fill_children_ht() local
722 zend_ast **children = ast_get_children(ast, state, &count); in ast_fill_children_ht()
724 for (i = 0; i < count; ++i) { in ast_fill_children_ht()

Completed in 10 milliseconds