Home
last modified time | relevance | path

Searched refs:line_start (Results 1 – 15 of 15) sorted by relevance

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_list.c116 …o.user.filename, ce->info.user.line_end - ce->info.user.line_start + 1, ce->info.user.line_start, … in PHPDBG_LIST()
183 phpdbg_list_file(ops->filename, ops->line_end - ops->line_start + 1, ops->line_start, 0); in phpdbg_list_function()
H A Dphpdbg_info.c419 …pdbg_writeln("|---- in %s on line %u", ZSTR_VAL(ce->info.user.filename), ce->info.user.line_start); in PHPDBG_INFO()
457 phpdbg_writeln(" in %s on line %d", ZSTR_VAL(op_array->filename), op_array->line_start); in PHPDBG_INFO()
/PHP-8.3/Zend/
H A Dzend.h225 uint32_t line_start; member
H A Dzend_compile.h476 uint32_t line_start; member
H A Dzend_object_handlers.c1363 func->line_start = (fbc->type == ZEND_USER_FUNCTION)? fbc->op_array.line_start : 0; in zend_get_call_trampoline_func()
H A Dzend_inheritance.c1017 return fn->common.type == ZEND_USER_FUNCTION ? fn->op_array.line_start : 0; in func_lineno()
1944 E_COMPILE_ERROR, f->op_array.filename, f->op_array.line_start, in zend_inheritance_check_override()
H A Dzend_language_scanner.l621 op_array->line_start = 1; in zend_compile()
H A Dzend_compile.c7587 op_array->line_start = decl->start_lineno; in zend_compile_func_decl()
8128 ce->info.user.line_start = decl->start_lineno; in zend_compile_class_decl()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_gdb.c501 ctx.lineno = op_array ? op_array->line_start : 0; in zend_jit_gdb_register()
H A Dzend_jit.c2730 ZSTR_VAL(op_array->filename), op_array->line_start); in zend_jit()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c229 CG(zend_lineno) = ce1->info.user.line_start; in _zend_accel_class_hash_copy()
H A DZendAccelerator.c3929 CG(zend_lineno) = ce->info.user.line_start;
4000 E_WARNING, ce->info.user.filename, ce->info.user.line_start,
4004 E_WARNING, ce->info.user.filename, ce->info.user.line_start,
/PHP-8.3/ext/mbstring/
H A Dmbstring.c5893 size_t line_start = 0; in mb_mime_header_encode() local
5957 if (mb_convert_buf_len(&buf) - line_start + indent + strlen(outcode->mime_name) > 55) { in mb_mime_header_encode()
5962 line_start = mb_convert_buf_len(&buf); in mb_mime_header_encode()
5971 if (mb_convert_buf_len(&buf) - line_start + (p - word_start) + indent > 75) { in mb_mime_header_encode()
5976 line_start = mb_convert_buf_len(&buf); in mb_mime_header_encode()
6012 if (mb_convert_buf_len(&buf) - line_start + (p - word_start) + indent > 74) { in mb_mime_header_encode()
6066 size_t space_available = 73 - indent - (mb_convert_buf_len(&buf) - line_start); in mb_mime_header_encode()
6131 line_start = mb_convert_buf_len(&buf); in mb_mime_header_encode()
/PHP-8.3/Zend/Optimizer/
H A Dzend_dump.c1003 …fprintf(stderr, " ; %s:%u-%u\n", op_array->filename->val, op_array->line_start, op_array->line… in zend_dump_op_array()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c375 ce->info.user.line_start, ce->info.user.line_end); in _class_string()
855 fptr->op_array.line_start, in _function_string()
1885 RETURN_LONG(fptr->op_array.line_start); in ZEND_METHOD()
4357 RETURN_LONG(ce->info.user.line_start); in ZEND_METHOD()

Completed in 159 milliseconds