Searched refs:count (Results 1 – 3 of 3) sorted by relevance
13 count(var: $argv);14 $other->count(1, myVar:$foo, myVar: 1); // error34 name: "count"43 method: "count"
12 $metadataHasFlags = count($flags) > 0;
624 static inline zend_ast **ast_get_children(zend_ast *ast, ast_state_info_t *state, uint32_t *count) { in ast_get_children() argument628 *count = decl->kind == ZEND_AST_CLASS ? (state->version >= 85 ? 5 : 4) : 5; in ast_get_children()630 *count = decl->kind == ZEND_AST_CLASS ? 4 : 5; in ast_get_children()632 *count = decl->kind == ZEND_AST_CLASS ? 3 : 4; in ast_get_children()637 *count = list->children; in ast_get_children()640 *count = zend_ast_get_num_children(ast); in ast_get_children()727 uint32_t i, count; in ast_fill_children_ht() local729 zend_ast **children = ast_get_children(ast, state, &count); in ast_fill_children_ht()731 for (i = 0; i < count; ++i) { in ast_fill_children_ht()
Completed in 9 milliseconds