Home
last modified time | relevance | path

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

123

/php-src/ext/mbstring/
H A Dgen_rare_cp_bitvec.php14 $line = substr($line, 0, $hashPos); variable
17 $line = trim($line); variable
/php-src/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-src/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.c544 zend_long line = 0; in _build_trace_string() local
667 zend_long line = zval_get_long(GET_PROPERTY(exception, ZEND_STR_LINE)); in ZEND_METHOD() local
906 zend_long line = zval_get_long(GET_PROPERTY_SILENT(&exception, ZEND_STR_LINE)); in zend_exception_error() local
917 zend_long line = 0; in zend_exception_error() local
/php-src/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
/php-src/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
1699 …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-src/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-src/ext/libxml/
H A Dlibxml.c594 static void _php_list_set_error_structure(const xmlError *error, const char *msg, int line, int col… in _php_list_set_error_structure()
621 static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg, int line) in php_libxml_ctx_error_level()
647 …ex(php_libxml_error_level error_type, void *ctx, const char *msg, va_list ap, int line, int column) in php_libxml_internal_error_handler_ex()
687 int line = 0; in php_libxml_error_handler_va() local
827 PHP_LIBXML_API void php_libxml_pretend_ctx_error_ex(const char *file, int line, int column, const c… in php_libxml_pretend_ctx_error_ex()
H A Dlibxml.stub.php160 public int $line; variable in LibXMLError
/php-src/ext/pdo_dblib/
H A Dpdo_dblib.c127 int severity, char *msgtext, char *srvname, char *procname, int line) in pdo_dblib_msg_handler()
/php-src/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-src/ext/fileinfo/libmagic/
H A Dapprentice.c1261 char *line = NULL; in load_1() local
1964 parse(struct magic_set *ms, struct magic_entry *me, const char *line, in parse()
2381 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_strength()
2447 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_extra()
2500 parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_apple()
2512 parse_ext(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_ext()
2527 parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_mime()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtoken.h36 size_t line; member
/php-src/ext/dom/lexbor/lexbor/html/tree/
H A Derror.h100 size_t line; member
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.h61 size_t line; member
/php-src/ext/opcache/jit/ir/
H A Dgen_ir_fold_hash.c245 int line = 0; in main() local
/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h24 int line; member
/php-src/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h117 int line; member

Completed in 77 milliseconds

123