Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 51) sorted by relevance

123

/PHP-8.0/ext/standard/
H A Dhead.c36 char *line; in PHP_FUNCTION() local
56 char *line = NULL; in PHP_FUNCTION() local
300 int line=0; in PHP_FUNCTION() local
H A Dhttp_fopen_wrapper.c722 char *line = php_stream_get_line(stream, NULL, 0, NULL); in php_stream_url_wrap_http_ex() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_list.c132 uint32_t line, lastline; in phpdbg_list_file() local
236 uint32_t line; in phpdbg_compile_file() local
323 uint32_t line; in phpdbg_compile_string() local
H A Dphpdbg_list.h50 uint32_t line[1]; member
H A Dphpdbg.stub.php7 function phpdbg_break_file(string $file, int $line): void {}
H A Dphpdbg_prompt.c209 int line; member
717 zend_long line; in phpdbg_handle_exception() local
1736 …zend_long line = zval_get_long(zend_read_property(zend_get_exception_base(exception), exception, Z… in phpdbg_execute_ex() local
H A Dphpdbg_frame.c267 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace() local
H A Dphpdbg_bp.h57 long line; member
/PHP-8.0/ext/pdo_mysql/
H A Dget_error_codes.php7 $line = fgets(STDIN); variable
/PHP-8.0/sapi/fpm/fpm/
H A Dzlog.c154 const char *function, int line, int flags, in zlog_buf_prefix()
193 void vzlog(const char *function, int line, int flags, const char *fmt, va_list args) /* {{{ */ in vzlog()
254 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ in zlog_ex()
267 void zlog_msg_ex(const char *function, int line, int flags, in zlog_msg_ex()
668 ssize_t zlog_stream_prefix_ex(struct zlog_stream *stream, const char *function, int line) /* {{{ */ in zlog_stream_prefix_ex()
H A Dzlog.h78 int line; member
/PHP-8.0/ext/tokenizer/
H A Dtokenizer.stub.php14 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {}
H A Dtokenizer.c127 zend_long line = -1; in PHP_METHOD() local
440 zend_php_scanner_event event, int token, int line, in on_event()
/PHP-8.0/ext/pdo_dblib/
H A Dpdo_dblib.c124 int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line) in pdo_dblib_msg_handler()
/PHP-8.0/Zend/
H A Dzend_exceptions.c556 zend_long line = 0; in _build_trace_string() local
674 zend_long line = zval_get_long(GET_PROPERTY(exception, ZEND_STR_LINE)); in ZEND_METHOD() local
934 zend_long line = zval_get_long(GET_PROPERTY_SILENT(&exception, ZEND_STR_LINE)); in zend_exception_error() local
945 zend_long line = 0; in zend_exception_error() local
H A Dzend_exceptions.stub.php52 … "", int $code = 0, int $severity = E_ERROR, ?string $filename = null, ?int $line = null, ?Throwab…
/PHP-8.0/ext/fileinfo/libmagic/
H A Dapprentice.c1134 char *line = NULL; in load_1() local
1816 parse(struct magic_set *ms, struct magic_entry *me, const char *line, in parse()
2222 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_strength()
2284 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_extra()
2336 parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_apple()
2350 parse_ext(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_ext()
2365 parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_mime()
/PHP-8.0/main/
H A Drfc1867.c320 char* line = self->buf_begin; in next_line() local
378 char *line; in find_boundary() local
396 char *line; in multipart_buffer_headers() local
474 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop) in php_ap_getword()
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c123 int line; member
330 static sljit_s32 push_inst_debug(struct sljit_compiler *compiler, sljit_ins ins, int line) in push_inst_debug()
524 void insert_nop(tilegx_mnemonic opc, int line) in insert_nop()
744 …struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int op3, int line) in push_4_buffer()
764 …3_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int line) in push_3_buffer()
825 …s32 push_2_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int line) in push_2_buffer()
870 static sljit_s32 push_0_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int line) in push_0_buffer()
886 …c sljit_s32 push_jr_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int line) in push_jr_buffer()
/PHP-8.0/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h24 int line; member
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_driver.c55 …*dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line) /* {{{ */ in pdo_odbc_error()
H A Dphp_pdo_odbc_int.h121 int line; member
/PHP-8.0/ext/pdo_oci/
H A Dphp_pdo_oci_int.h21 int line; member
H A Doci_driver.c56 …*dbh, pdo_stmt_t *stmt, char *what, sword status, int isinit, const char *file, int line) /* {{{ */ in _oci_error()
/PHP-8.0/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h30 int line; member

Completed in 101 milliseconds

123