Home
last modified time | relevance | path

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

123

/PHP-8.3/ext/mbstring/
H A Dgen_rare_cp_bitvec.php14 $line = substr($line, 0, $hashPos); variable
17 $line = trim($line); variable
/PHP-8.3/ext/tokenizer/
H A Dtokenizer.stub.php19 public int $line; variable in PhpToken
25 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {}
H A Dtokenizer.c123 zend_long line = -1; in PHP_METHOD() local
414 zend_php_scanner_event event, int token, int line, in on_event()
/PHP-8.3/Zend/
H A Dzend_exceptions.stub.php39 protected int $line = 0; variable in Exception
77 ?int $line = null,
98 protected int $line; variable in Error
H A Dzend_exceptions.c543 zend_long line = 0; in _build_trace_string() local
666 zend_long line = zval_get_long(GET_PROPERTY(exception, ZEND_STR_LINE)); in ZEND_METHOD() local
908 zend_long line = zval_get_long(GET_PROPERTY_SILENT(&exception, ZEND_STR_LINE)); in zend_exception_error() local
919 zend_long line = 0; in zend_exception_error() local
/PHP-8.3/ext/standard/
H A Dhead.c36 char *line; in PHP_FUNCTION() local
56 char *line = NULL; in PHP_FUNCTION() local
299 int line=0; in PHP_FUNCTION() local
H A Dhttp_fopen_wrapper.c721 char *line = php_stream_get_line(stream, NULL, 0, NULL); in php_stream_url_wrap_http_ex() local
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_list.c132 uint32_t line, lastline; in phpdbg_list_file() local
232 uint32_t line; in phpdbg_compile_file() local
316 uint32_t line; in phpdbg_compile_string() local
H A Dphpdbg_list.h47 uint32_t line[1]; member
H A Dphpdbg.stub.php29 function phpdbg_break_file(string $file, int $line): void {}
H A Dphpdbg_prompt.c203 int line; member
714 zend_long line; in phpdbg_handle_exception() local
1701 …zend_long line = zval_get_long(zend_read_property_ex(zend_get_exception_base(exception), exception… in phpdbg_execute_ex() local
H A Dphpdbg_frame.c253 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace() local
H A Dphpdbg_bp.h57 zend_ulong line; member
/PHP-8.3/sapi/fpm/fpm/
H A Dzlog.c157 const char *function, int line, int flags, in zlog_buf_prefix()
196 void vzlog(const char *function, int line, int flags, const char *fmt, va_list args) /* {{{ */ in vzlog()
257 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ in zlog_ex()
270 void zlog_msg_ex(const char *function, int line, int flags, in zlog_msg_ex()
665 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.3/ext/pdo_dblib/
H A Dpdo_dblib.c124 int severity, char *msgtext, char *srvname, char *procname, int line) in pdo_dblib_msg_handler()
/PHP-8.3/main/
H A Drfc1867.c297 char* line = self->buf_begin; in next_line() local
355 char *line; in find_boundary() local
373 char *line; in multipart_buffer_headers() local
451 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop) in php_ap_getword()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dapprentice.c1260 char *line = NULL; in load_1() local
1963 parse(struct magic_set *ms, struct magic_entry *me, const char *line, in parse()
2380 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_strength()
2442 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_extra()
2494 parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_apple()
2506 parse_ext(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_ext()
2519 parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_mime()
/PHP-8.3/ext/libxml/
H A Dlibxml.stub.php161 public int $line; variable in LibXMLError
/PHP-8.3/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h24 int line; member
/PHP-8.3/ext/pdo_oci/
H A Dphp_pdo_oci_int.h28 int line; member
H A Doci_driver.c54 …*dbh, pdo_stmt_t *stmt, char *what, sword status, int isinit, const char *file, int line) /* {{{ */ in _oci_error()
/PHP-8.3/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h121 int line; member
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()
/PHP-8.3/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h30 int line; member

Completed in 81 milliseconds

123