/PHP-8.1/ext/mbstring/ |
H A D | gen_rare_cp_bitvec.php | 14 $line = substr($line, 0, $hashPos); variable 17 $line = trim($line); variable
|
/PHP-8.1/ext/tokenizer/ |
H A D | tokenizer.stub.php | 13 public int $line; variable in PhpToken 19 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {}
|
H A D | tokenizer.c | 127 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 D | zend_exceptions.stub.php | 37 protected int $line = 0; variable in Exception 75 ?int $line = null, 96 protected int $line; variable in Error
|
H A D | zend_exceptions.c | 542 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 D | head.c | 36 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 D | phpdbg_list.c | 132 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 D | phpdbg_list.h | 47 uint32_t line[1]; member
|
H A D | phpdbg.stub.php | 7 function phpdbg_break_file(string $file, int $line): void {}
|
H A D | phpdbg_prompt.c | 204 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 D | phpdbg_frame.c | 253 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace() local
|
H A D | phpdbg_bp.h | 57 zend_ulong line; member
|
/PHP-8.1/ext/pdo_mysql/ |
H A D | get_error_codes.php | 7 $line = fgets(STDIN); variable
|
/PHP-8.1/sapi/fpm/fpm/ |
H A D | zlog.c | 154 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 D | zlog.h | 78 int line; member
|
/PHP-8.1/ext/libxml/ |
H A D | libxml.stub.php | 12 public int $line; variable in LibXMLError
|
/PHP-8.1/ext/pdo_dblib/ |
H A D | pdo_dblib.c | 124 int severity, char *msgtext, char *srvname, char *procname, int line) in pdo_dblib_msg_handler()
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 1134 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 D | rfc1867.c | 319 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 D | php_pdo_sqlite_int.h | 24 int line; member
|
/PHP-8.1/ext/pdo_oci/ |
H A D | php_pdo_oci_int.h | 21 int line; member
|
H A D | oci_driver.c | 54 …*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 D | php_pdo_odbc_int.h | 121 int line; member
|
H A D | odbc_driver.c | 53 …*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 D | php_pdo_pgsql_int.h | 30 int line; member
|