Searched refs:lineno (Results 1 – 9 of 9) sorted by relevance
/php-ast/tests/ |
H A D | constructor.phpt | 13 // ?int $kind, ?int $flags, ?array $children, ?int $lineno, ?int $endLineno] 27 ["lineno"]=> 37 ["lineno"]=>
|
H A D | php82_dynamic_property_attribute.phpt | 34 'lineno' => NULL,
|
/php-ast/ |
H A D | ast_stub.php | 303 public $lineno; variable in ast\\Node 312 …tion __construct(int $kind = null, int $flags = null, array $children = null, int $lineno = null) { argument 316 $this->lineno = $lineno;
|
H A D | ast.stub.php | 38 … __construct(?int $kind = null, ?int $flags = null, ?array $children = null, ?int $lineno = null) { argument
|
H A D | ast_str_defs.h | 7 X(lineno, "lineno") \
|
H A D | ast_arginfo.h | 34 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, lineno, IS_LONG, 1, "null")
|
H A D | util.php | 62 $result .= " @ $ast->lineno";
|
H A D | ast.c | 648 zval *zv, zend_ast_kind kind, zend_ast_attr attr, uint32_t lineno, in ast_create_virtual_node_ex() argument 659 AST_NODE_SET_PROP_LINENO(obj, lineno); in ast_create_virtual_node_ex() 1384 zend_long lineno; in PHP_METHOD() local 1392 Z_PARAM_LONG_EX(lineno, linenoNull, 1, 0) in PHP_METHOD() 1400 AST_NODE_SET_PROP_LINENO(obj, lineno); in PHP_METHOD()
|
H A D | README.md | 79 public $lineno; 92 The `lineno` property specifies the *starting* line number of the node. 121 ["lineno"]=> 131 ["lineno"]=> 141 ["lineno"]=>
|
Completed in 15 milliseconds