Home
last modified time | relevance | path

Searched refs:lineno (Results 1 – 25 of 39) sorted by last modified time

12

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php_trace.c73 uint lineno = 0; in fpm_php_trace_dump() local
115 if (0 > fpm_trace_get_long(opline + offsetof(struct _zend_op, lineno), &l)) { in fpm_php_trace_dump()
119 lineno = *lu; in fpm_php_trace_dump()
122 fprintf(slowlog, " %s:%u\n", *buf ? buf : "unknown", lineno); in fpm_php_trace_dump()
/PHP-5.5/sapi/cli/tests/
H A Dbug67741.phpt13 echo "primary lineno: ", __LINE__, "\n";
16 prepend lineno: 2
17 primary lineno: 3
/PHP-5.5/sapi/cli/
H A Dphp_cli.c622 static int cli_seek_file_begin(zend_file_handle *file_handle, char *script_file, int *lineno TSRMLS… in cli_seek_file_begin()
626 *lineno = 1; in cli_seek_file_begin()
650 *lineno = 2; in cli_seek_file_begin()
673 int lineno = 0; in do_cli() local
934 if (cli_seek_file_begin(&file_handle, script_file, &lineno TSRMLS_CC) != SUCCESS) { in do_cli()
972 CG(start_lineno) = lineno; in do_cli()
1073 if (cli_seek_file_begin(&file_handle, script_file, &lineno TSRMLS_CC) != SUCCESS) { in do_cli()
1076 CG(start_lineno) = lineno; in do_cli()
/PHP-5.5/main/
H A Dmain.c1417 …2, "%s(%d) : Freeing 0x%.8lX (%zu bytes), script=%s\n", t->filename, t->lineno, (zend_uintptr_t)t… in php_message_handler_for_zend()
/PHP-5.5/ext/standard/
H A Dassert.c206 uint lineno = zend_get_executed_lineno(TSRMLS_C); in PHP_FUNCTION() local
214 ZVAL_LONG (args[1], lineno); in PHP_FUNCTION()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c26623 static void robust_close(unixFile *pFile, int h, int lineno){
26626 pFile ? pFile->zPath : 0, lineno);
35188 static void winLogIoerr(int nRetry, int lineno){
35192 winIoerrRetryDelay*nRetry*(nRetry+1)/2, lineno
131126 SQLITE_PRIVATE int sqlite3CorruptError(int lineno){
131130 lineno, 20+sqlite3_sourceid());
131133 SQLITE_PRIVATE int sqlite3MisuseError(int lineno){
131137 lineno, 20+sqlite3_sourceid());
131140 SQLITE_PRIVATE int sqlite3CantopenError(int lineno){
131144 lineno, 20+sqlite3_sourceid());
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c878 CG(zend_lineno) = function1->op_array.opcodes[0].lineno;
884 (int)function2->op_array.opcodes[0].lineno);
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c1236 opline->lineno = opline[-1].lineno; in assemble_code_blocks()
1242 opline->lineno = opline[-1].lineno; in assemble_code_blocks()
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c822 ac_uint4 i, lineno, skip, code, ccl_code; in read_cdata() local
826 lineno = skip = 0; in read_cdata()
829 lineno++; in read_cdata()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c156 ms->line = m->lineno; in match()
222 ms->line = m->lineno; /* for messages */ in match()
H A Dapprentice.c943 size_t lineno = 0; in load_1() local
971 lineno++; in load_1()
1011 switch (parse(ms, &me, line, lineno, action)) { in load_1()
1084 ms->line = me[i].mp->lineno; in set_last_default()
1493 size_t lineno, int action) in parse() argument
1565 m->lineno = CAST(uint32_t, lineno); in parse()
2943 m->lineno = swap4((uint32_t)m->lineno);
H A Dfile.h290 uint32_t lineno; /* line number in magic file */ member
H A Dfuncs.c88 size_t lineno) in file_error_core() argument
95 if (lineno != 0) { in file_error_core()
98 file_printf(ms, "line %" SIZE_T_FORMAT "u: ", lineno); in file_error_core()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch295 - size_t lineno = 0, llen = 0;
300 + size_t lineno = 0;
837 m->lineno = swap4((uint32_t)m->lineno);
1993 size_t lineno)
2000 if (lineno != 0) {
2004 file_printf(ms, "line %" SIZE_T_FORMAT "u: ", lineno);
2607 - (void) fprintf(stderr, "%u: %.*s %u", m->lineno,
2948 ms->line = m->lineno; /* for messages */
/PHP-5.5/Zend/
H A Dzend_vm_gen.php500 out($f, "#line $lineno \"$definition_file\"\n");
535 out($f, "#line $lineno \"$definition_file\"\n");
731 foreach ($list as $lineno => $dsc) {
759 foreach ($list as $lineno => $dsc) {
808 $lineno = 0;
1053 $lineno = 0;
1060 ++$lineno;
1091 $list[$lineno] = array("handler"=>$handler);
1108 $list[$lineno] = array("helper"=>$helper);
1130 $list[$lineno] = array("helper"=>$helper);
[all …]
H A Dzend_vm_execute.h722 …ass_name, space, get_active_function_name(TSRMLS_C), ptr->op_array->filename, ptr->opline->lineno); in ZEND_RECV_SPEC_HANDLER()
H A Dzend_vm_def.h3226 …ass_name, space, get_active_function_name(TSRMLS_C), ptr->op_array->filename, ptr->opline->lineno);
H A Dzend_opcode.c423 op->lineno = CG(zend_lineno); in init_op()
475 opline->lineno = (opline+1)->lineno; in zend_update_extended_info()
503 CG(zend_lineno) = op_array->opcodes[op_num].lineno; in zend_check_finally_breakout()
511 CG(zend_lineno) = op_array->opcodes[op_num].lineno; in zend_check_finally_breakout()
781 CG(zend_lineno) = opline->lineno; in pass_two()
H A Dzend_language_scanner.h37 uint lineno; member
H A Dzend_language_scanner.l218 lex_state->lineno = CG(zend_lineno); in zend_save_lexical_state()
247 CG(zend_lineno) = lex_state->lineno; in zend_restore_lexical_state()
H A Dzend_language_scanner.c220 lex_state->lineno = CG(zend_lineno); in zend_save_lexical_state()
249 CG(zend_lineno) = lex_state->lineno; in zend_restore_lexical_state()
H A Dzend_ini_scanner.l180 SCNG(lineno) = 1; in init_ini_scanner()
212 return SCNG(lineno); in zend_ini_scanner_get_lineno()
303 SCNG(lineno)++; in zend_ini_escape_string()
379 SCNG(lineno)++;
491 SCNG(lineno)++;
581 SCNG(lineno)++;
587 SCNG(lineno)++;
592 … with '#' are deprecated in %s on line %d", zend_ini_scanner_get_filename(TSRMLS_C), SCNG(lineno));
594 SCNG(lineno)++;
H A Dzend_ini_scanner.c182 SCNG(lineno) = 1; in init_ini_scanner()
305 SCNG(lineno)++; in zend_ini_escape_string()
498 SCNG(lineno)++; in ini_lex()
932 SCNG(lineno)++; in ini_lex()
1018 SCNG(lineno)++; in ini_lex()
1966 SCNG(lineno)++; in ini_lex()
2000 SCNG(lineno)++; in ini_lex()
2123 SCNG(lineno)++; in ini_lex()
2399 SCNG(lineno)++; in ini_lex()
2956 SCNG(lineno)++; in ini_lex()
[all …]
H A Dzend_globals.h277 int lineno; member
H A Dzend_execute_API.c404 active_opline->lineno == 0 && EG(opline_before_exception)) { in zend_get_executed_lineno()
405 return EG(opline_before_exception)->lineno; in zend_get_executed_lineno()
408 return active_opline->lineno; in zend_get_executed_lineno()

Completed in 431 milliseconds

12