Home
last modified time | relevance | path

Searched refs:lineno (Results 1 – 9 of 9) sorted by relevance

/php-ast/tests/
H A Dconstructor.phpt13 // ?int $kind, ?int $flags, ?array $children, ?int $lineno, ?int $endLineno]
27 ["lineno"]=>
37 ["lineno"]=>
H A Dphp82_dynamic_property_attribute.phpt34 'lineno' => NULL,
/php-ast/
H A Dast_stub.php303 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 Dast.stub.php38 … __construct(?int $kind = null, ?int $flags = null, ?array $children = null, ?int $lineno = null) { argument
H A Dast_str_defs.h7 X(lineno) \
H A Dast_arginfo.h34 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, lineno, IS_LONG, 1, "null")
H A Dutil.php62 $result .= " @ $ast->lineno";
H A Dast.c641 zval *zv, zend_ast_kind kind, zend_ast_attr attr, uint32_t lineno, in ast_create_virtual_node_ex() argument
652 AST_NODE_SET_PROP_LINENO(obj, lineno); in ast_create_virtual_node_ex()
1339 zend_long lineno; in PHP_METHOD() local
1347 Z_PARAM_LONG_EX(lineno, linenoNull, 1, 0) in PHP_METHOD()
1355 AST_NODE_SET_PROP_LINENO(obj, lineno); in PHP_METHOD()
H A DREADME.md78 public $lineno;
91 The `lineno` property specifies the *starting* line number of the node.
120 ["lineno"]=>
130 ["lineno"]=>
140 ["lineno"]=>

Completed in 15 milliseconds