Searched refs:line_end (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_list.c | 116 …phpdbg_list_file(ce->info.user.filename, ce->info.user.line_end - ce->info.user.line_start + 1, ce… in PHPDBG_LIST() 183 phpdbg_list_file(ops->filename, ops->line_end - ops->line_start + 1, ops->line_start, 0); in phpdbg_list_function()
|
/PHP-8.3/ext/standard/ |
H A D | file.c | 1937 char *temp, *bptr, *line_end, *limit; in php_fgetcsv() local 1952 line_end = limit = (char *)php_fgetcsv_lookup_trailing_spaces(buf, buf_len); in php_fgetcsv() 1979 if (first_field && bptr == line_end) { in php_fgetcsv() 2010 if (hunk_begin != line_end) { in php_fgetcsv() 2017 memcpy(tptr, line_end, line_end_len); in php_fgetcsv() 2062 line_end = limit = (char *)php_fgetcsv_lookup_trailing_spaces(buf, buf_len); in php_fgetcsv()
|
/PHP-8.3/Zend/ |
H A D | zend.h | 226 uint32_t line_end; member
|
H A D | zend_compile.h | 477 uint32_t line_end; member
|
H A D | zend_object_handlers.c | 1369 func->line_end = (fbc->type == ZEND_USER_FUNCTION)? fbc->op_array.line_end : 0; in zend_get_call_trampoline_func()
|
H A D | zend_builtin_functions.c | 1800 lineno = prev->func->op_array.line_end; in zend_fetch_debug_backtrace()
|
H A D | zend_language_scanner.l | 622 op_array->line_end = last_lineno; in zend_compile()
|
H A D | zend_compile.c | 7588 op_array->line_end = decl->end_lineno; in zend_compile_func_decl() 8130 ce->info.user.line_end = decl->end_lineno; in zend_compile_class_decl()
|
/PHP-8.3/Zend/Optimizer/ |
H A D | zend_dump.c | 1003 …tf(stderr, " ; %s:%u-%u\n", op_array->filename->val, op_array->line_start, op_array->line_end); in zend_dump_op_array()
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 381 ce->info.user.line_start, ce->info.user.line_end); in _class_string() 862 fptr->op_array.line_end); in _function_string() 1908 RETURN_LONG(fptr->op_array.line_end); in ZEND_METHOD() 4390 RETURN_LONG(ce->info.user.line_end); in ZEND_METHOD()
|
Completed in 99 milliseconds