Searched defs:code (Results 1 – 4 of 4) sorted by relevance
/php-ast/scripts/ |
H A D | generate_ast_data.php | 6 $code = <<<EOC variable 234 $code = str_replace('{KINDS}', implode("\n", $kinds), $code); variable 235 $code = str_replace('{STRS}', implode("\n", $strs), $code); variable 236 $code = str_replace('{CONSTS}', implode("\n", $consts), $code); variable 263 $code = str_replace('{CHILD_NAMES}', implode("\n", $childNames), $code); variable
|
/php-ast/ |
H A D | ast.stub.php | 19 function parse_code(string $code, int $version, string $filename = 'string code'): \ast\Node {}
|
H A D | ast.c | 370 static zend_ast *get_ast(zend_string *code, zend_arena **ast_arena, zend_string *filename) { in get_ast() 1197 zend_string *filename, *code; in PHP_FUNCTION() local 1245 zend_string *code, *filename = NULL; in PHP_FUNCTION() local
|
H A D | ast_stub.php | 244 function parse_code(string $code, int $version, string $filename = "string code")
|
Completed in 11 milliseconds