Home
last modified time | relevance | path

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

123

/PHP-8.1/ext/mbstring/
H A Dgen_rare_cp_bitvec.php14 $line = substr($line, 0, $hashPos); variable
17 $line = trim($line); variable
/PHP-8.1/ext/tokenizer/
H A Dtokenizer.stub.php13 public int $line; variable in PhpToken
19 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
418 zend_php_scanner_event event, int token, int line, in on_event()
/PHP-8.1/Zend/
H A Dzend_exceptions.stub.php37 protected int $line = 0; variable in Exception
75 ?int $line = null,
96 protected int $line; variable in Error
H A Dzend_exceptions.c542 zend_long line = 0; in _build_trace_string() local
665 zend_long line = zval_get_long(GET_PROPERTY(exception, ZEND_STR_LINE)); in ZEND_METHOD() local
907 zend_long line = zval_get_long(GET_PROPERTY_SILENT(&exception, ZEND_STR_LINE)); in zend_exception_error() local
918 zend_long line = 0; in zend_exception_error() local
/PHP-8.1/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
/PHP-8.1/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.php7 function phpdbg_break_file(string $file, int $line): void {}
H A Dphpdbg_prompt.c204 int line; member
715 zend_long line; in phpdbg_handle_exception() local
1703 …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.c253 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace() local
H A Dphpdbg_bp.h57 zend_ulong line; member
/PHP-8.1/ext/pdo_mysql/
H A Dget_error_codes.php7 $line = fgets(STDIN); variable
/PHP-8.1/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.1/ext/libxml/
H A Dlibxml.stub.php12 public int $line; variable in LibXMLError
/PHP-8.1/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.1/ext/fileinfo/libmagic/
H A Dapprentice.c1134 char *line = NULL; in load_1() local
1819 parse(struct magic_set *ms, struct magic_entry *me, const char *line, in parse()
2232 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_strength()
2294 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_extra()
2346 parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_apple()
2360 parse_ext(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_ext()
2375 parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_mime()
/PHP-8.1/main/
H A Drfc1867.c319 char* line = self->buf_begin; in next_line() local
377 char *line; in find_boundary() local
395 char *line; in multipart_buffer_headers() local
473 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop) in php_ap_getword()
/PHP-8.1/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h24 int line; member
/PHP-8.1/ext/pdo_oci/
H A Dphp_pdo_oci_int.h21 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.1/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h121 int line; member
H A Dodbc_driver.c53 …*dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line) /* {{{ */ in pdo_odbc_error()
/PHP-8.1/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h30 int line; member

Completed in 67 milliseconds

123