Home
last modified time | relevance | path

Searched refs:lineno (Results 51 – 57 of 57) sorted by relevance

123

/PHP-8.2/Zend/
H A Dzend_language_parser.y1294 $$->lineno = $<num>2;
H A Dzend_execute.c699 ZSTR_VAL(ptr->func->op_array.filename), ptr->opline->lineno in zend_verify_arg_error()
1320 ptr->opline->lineno, in zend_missing_arg_error()
/PHP-8.2/Zend/Optimizer/
H A Dzend_inference.c2086 uint32_t lineno = def_opline ? def_opline->lineno : 0; in emit_type_narrowing_warning() local
2088 E_WARNING, op_array->filename, lineno, in emit_type_narrowing_warning()
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c1733 zend_error_zstr_at(warning->type, warning->filename, warning->lineno, warning->message); in replay_warnings()
4034 E_WARNING, error->filename, error->lineno,
/PHP-8.2/main/
H A Dmain.c1657 … : Freeing " ZEND_ADDR_FMT " (%zu bytes), script=%s\n", t->filename, t->lineno, (size_t)t->addr, … in php_message_handler_for_zend()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_x86.dasc1513 | xor CARG3d, CARG3d // lineno
1518 | xor CARG3d, CARG3d // lineno
1526 | push 0 // lineno
1550 | mov CARG3d, opline->lineno
1555 | mov CARG3d, opline->lineno
1563 | push opline->lineno
H A Dzend_jit_arm64.dasc1624 | mov CARG3w, wzr // lineno
1642 | LOAD_32BIT_VAL CARG3w, opline->lineno

Completed in 90 milliseconds

123