Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 4674) sorted by last modified time

12345678910>>...187

/PHP-7.4/
H A DNEWS714 . Fixed bug #79934 (CRLF-only line in heredoc causes parsing error).
1323 . Fixed bug #60677 (CGI doesn't properly validate shebang line contains #!).
2373 . Fixed bug #76046 (PHP generates "FE_FREE" opcode on the wrong line).
H A Dconfigure.ac1145 … PEAR requires XML to be enabled. Add --enable-xml to the configure line. (or --without-pear)"
/PHP-7.4/ext/gd/tests/
H A Dbug81739.phpt21 in %s on line %d
23 Warning: imageloadfont(): Error reading font, invalid font header in %s on line %d
/PHP-7.4/ext/phar/tests/
H A Dbug81726.phpt13 …(phar://%s): failed to open stream: unable to decompress gzipped phar archive "%s" in %s on line %d
/PHP-7.4/ext/dom/tests/
H A Dbug79971_2.phpt19 …plementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in %s on line %d
/PHP-7.4/ext/simplexml/tests/
H A Dbug79971_1.phpt21 Warning: simplexml_load_file(): URI must not contain percent-encoded NUL bytes in %s on line %d
23 …oad_file(): I/O warning : failed to load external entity "%s/bug79971_1.xml%00foo" in %s on line %d
26 Warning: SimpleXMLElement::asXML(): URI must not contain percent-encoded NUL bytes in %s on line %d
/PHP-7.4/ext/libxml/
H A Dlibxml.c547 error_copy.line = 0; in _php_list_set_error_structure()
573 …error_docref(NULL, level, "%s in %s, line: %d", msg, parser->input->filename, parser->input->line); in php_libxml_ctx_error_level()
575 php_error_docref(NULL, level, "%s in Entity, line: %d", msg, parser->input->line); in php_libxml_ctx_error_level()
1083 add_property_long(return_value, "line", error->line); in PHP_FUNCTION()
1119 add_property_long_ex(&z_error, "line", sizeof("line") - 1, error->line); in PHP_FUNCTION()
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c154 const char *function, int line, int flags, in zlog_buf_prefix() argument
164 level_names[flags & ZLOG_LEVEL_MASK], function, line); in zlog_buf_prefix()
181 level_names[flags & ZLOG_LEVEL_MASK], function, line); in zlog_buf_prefix()
258 vzlog(function, line, flags, fmt, args); in zlog_ex()
267 void zlog_msg_ex(const char *function, int line, int flags, in zlog_msg_ex() argument
275 zlog_stream_prefix_ex(&stream, function, line); in zlog_msg_ex()
501 zlog_stream_prefix_ex(stream, stream->function, stream->line); in zlog_stream_buf_append()
677 stream->line = line; in zlog_stream_prefix_ex()
685 function, line, stream->flags, in zlog_stream_prefix_ex()
776 zlog_stream_prefix_ex(stream, stream->function, stream->line); in zlog_stream_finish_buffer_suffix()
[all …]
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1137 static char *php_mb_rfc1867_getword(const zend_encoding *encoding, char **line, char stop) /* {{{ */ in php_mb_rfc1867_getword() argument
1139 char *pos = *line, quote; in php_mb_rfc1867_getword()
1161 res = estrdup(*line); in php_mb_rfc1867_getword()
1162 *line += strlen(*line); in php_mb_rfc1867_getword()
1166 res = estrndup(*line, pos - *line); in php_mb_rfc1867_getword()
1172 *line = pos; in php_mb_rfc1867_getword()
/PHP-7.4/main/
H A Dmain.c1461 ctr.line = "HTTP/1.0 500 Internal Server Error"; in php_error_cb()
2117 unsigned int line, in dummy_invalid_parameter_handler() argument
2129 … sizeof(buf)-1, "Invalid parameter detected in CRT function '%ws' (%ws:%u)", function, file, line); in dummy_invalid_parameter_handler()
/PHP-7.4/ext/mysqli/tests/
H A Dbug64726.phpt23 …fetch_object(): (HY000/2014): Commands out of sync; you can't run this command now in %s on line %d
/PHP-7.4/ext/standard/tests/filters/
H A Dbug54350.phpt21 Warning: fclose(): 5 is not a valid stream resource in %s on line %d
23 Warning: fclose(): supplied resource is not a valid stream resource in %s on line %d
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc407 $line = $this->getLogLine();
408 if (is_null($line)) {
411 if (preg_match($needle, $line) === 1) {
739 * Get a single log line
768 $line = $this->getLogLine();
769 if (is_null($line)) {
772 … if ((empty($ignore) || !strpos($line, $ignore)) && (!$skipBlank || strlen(trim($line)) > 0)) {
773 $lines[] = $line;
779 foreach ($lines as $line) {
780 echo "LOG LINE: " . $line;
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch393 char *line = NULL;
415 - for (ms->line = 1; (len = getline(&line, &llen, f)) != -1;
416 - ms->line++) {
417 + for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line+…
420 if (line[len - 1] == '\n') {
425 - free(line);
427 + efree(line);
619 const char *l = line;
623 return parse_extra(ms, me, line,
1099 - file, line, __func__, n));
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt32 Warning: finfo_file(): Invalid path in %s%efinfo_file_basic.php on line %d
/PHP-7.4/ext/date/lib/
H A Dparse_date.re135 unsigned int line, len;
1812 s->pos = cursor; s->line++;
H A Dparse_date.c2 #line 1 "parse_date.re"
137 unsigned int line, len; member
894 #line 892 "<stdout>" in scan()
1045 #line 1043 "<stdout>" in scan()
1359 #line 1357 "<stdout>" in scan()
2607 #line 2605 "<stdout>" in scan()
2621 #line 2619 "<stdout>" in scan()
3058 #line 3056 "<stdout>" in scan()
3978 #line 3976 "<stdout>" in scan()
4507 #line 4505 "<stdout>" in scan()
[all …]
/PHP-7.4/ext/ffi/
H A Dffi.g66 #define yy_line FFI_G(line)
919 zend_ffi_parser_error("%s at line %d", msg, yy_line);
923 zend_ffi_parser_error("%s '%s' at line %d", msg, sym_name[sym], yy_line);
H A Dffi_parser.c34 #define yy_line FFI_G(line)
/PHP-7.4/ext/ffi/tests/
H A Dbug79576.phpt32 FFI\ParserException: undefined C type 'oid' at line 1
33 FFI\ParserException: undefined C type 'oid' at line 1
34 FFI\ParserException: undefined C type 'some_not_declared_type' at line 3
/PHP-7.4/ext/curl/
H A Dinterface.c76 static ZEND_ATTRIBUTE_UNUSED void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock() argument
/PHP-7.4/ext/phar/
H A Dphar_object.c170 ctr.line_len = spprintf(&(ctr.line), 0, "Content-type: %s", mime_type); in phar_file_action()
172 efree(ctr.line); in phar_file_action()
173 ctr.line_len = spprintf(&(ctr.line), 0, "Content-length: %u", info->uncompressed_filesize); in phar_file_action()
175 efree(ctr.line); in phar_file_action()
301 ctr.line = "HTTP/1.0 403 Access Denied"; in phar_do_403()
325 ctr.line = "HTTP/1.0 404 Not Found"; in phar_do_404()
780 ctr.line = "HTTP/1.1 301 Moved Permanently"; in PHP_METHOD()
792 ctr.line_len = spprintf(&(ctr.line), 4096, "Location: %s%s", path_info, entry + 1); in PHP_METHOD()
794 ctr.line_len = spprintf(&(ctr.line), 4096, "Location: %s%s", path_info, entry); in PHP_METHOD()
807 efree(ctr.line); in PHP_METHOD()
/PHP-7.4/tests/security/
H A Dopen_basedir_disk_free_space.phpt28 …pen_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d
31 …pen_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d
34 …pen_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d
37 …pen_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d
40 …pen_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d
43 …pen_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d
46 …pen_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d
49 …pen_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d
/PHP-7.4/ext/opcache/tests/
H A Dpreload_error_handler.phpt16 Warning: Can't preload unlinked class B: Unknown parent A in %s on line %d
/PHP-7.4/ext/xml/
H A Dcompat.c696 return parser->parser->input->line; in XML_GetCurrentLineNumber()

Completed in 119 milliseconds

12345678910>>...187