Home
last modified time | relevance | path

Searched refs:line (Results 4551 – 4575 of 4632) sorted by relevance

1...<<181182183184185186

/php-src/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt150 …ct(): (%s/%d): Access denied for user '%s'@'%s' %r(\(using password: \w+\) ){0,1}%rin %s on line %d
H A Dmysqli_connect.phpt146 …ct(): (%s/%d): Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,1}%r in %s on line %d
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_005.phpt69 …e - zend.reserved_stack_size) reached during compilation. Try splitting expression in %s on line %d
/php-src/ext/pdo/tests/
H A Dpdo_035.phpt258 Notice: Indirect modification of overloaded element of PDORow has no effect in %s on line %d
/php-src/ext/dom/tests/
H A DDOMDocument_adoptNode.phpt144 Warning: DOMDocument::adoptNode(): Not Supported Error in %s on line %d
H A Dbug28721.phpt47 echo "Error ($errno) on line $errline: $errstr\n";
402 Error (2) on line 109: DOMNode::insertBefore(): Document Fragment is empty
/php-src/ext/reflection/tests/types/
H A DReflectionType_001.phpt104 …eter $d as nullable is deprecated, the explicit nullable type must be used instead in %s on line %d
/php-src/sapi/litespeed/
H A DREADME.md44 ## Start PHP from command line
187 feature, such as when a LSAPI process was started manually from command line.
/php-src/ext/date/lib/
H A Dparse_iso_intervals.re74 unsigned int line, len;
312 s->pos = cursor; s->line++;
/php-src/ext/ffi/
H A Dffi.g62 #define yy_line FFI_G(line)
915 zend_ffi_parser_error("%s at line %d", msg, yy_line);
919 zend_ffi_parser_error("%s '%s' at line %d", msg, sym_name[sym], yy_line);
/php-src/ext/standard/tests/array/
H A Darray_intersect_variation3.phpt14 // heredoc with blank line
H A Darray_intersect_variation4.phpt14 // heredoc with blank line
/php-src/ext/tidy/
H A Dtidy.stub.php981 public readonly int $line; variable in tidyNode
/php-src/ext/reflection/tests/
H A DReflectionClass_implementsInterface_001.phpt150 …ing null to parameter #1 ($interface) of type ReflectionClass|string is deprecated in %s on line %d
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation10.phpt2 SplFileObject::fputcsv(): Usage variations -- with line without any CSV fields
/php-src/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt2 Test fputcsv() : usage variations - with line without any csv fields
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous_placeholders.phpt173 …nvalid parameter number: number of bound variables does not match number of tokens in %s on line %d
H A Dpdo_mysql_prepare_emulated.phpt178 …nvalid parameter number: number of bound variables does not match number of tokens in %s on line %d
/php-src/ext/mbstring/tests/
H A Dsjis_mobile_encodings.phpt92 while ($line = fgets($fp, 256)) {
93 if ($line[0] == '#')
95 $fields = explode(';', rtrim($line));
H A Dmb_convert_variables.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c66 …_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *file, int line) /* {{{ */ in _pdo_pgsql_error() argument
75 einfo->line = line; in _pdo_pgsql_error()
/php-src/ext/standard/libavifinfo/
H A Davifinfo.c61 static void AvifInfoInternalLogError(const char* file, int line, in AvifInfoInternalLogError() argument
64 fprintf(stderr, " %s:%d: %s\n", file, line, kStr[status]); in AvifInfoInternalLogError()
/php-src/ext/phar/
H A Dphar_object.c171 ctr.line_len = spprintf((char **) &(ctr.line), 0, "Content-type: %s", mime_type); in phar_file_action()
173 efree((void *) ctr.line); in phar_file_action()
174 …ctr.line_len = spprintf((char **) &(ctr.line), 0, "Content-length: %u", info->uncompressed_filesiz… in phar_file_action()
176 efree((void *) 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()
770 ctr.line = "HTTP/1.1 301 Moved Permanently"; in PHP_METHOD()
782 ctr.line_len = spprintf((char **) &(ctr.line), 4096, "Location: %s%s", path_info, entry + 1); in PHP_METHOD()
784 ctr.line_len = spprintf((char **) &(ctr.line), 4096, "Location: %s%s", path_info, entry); in PHP_METHOD()
797 efree((void *) ctr.line); in PHP_METHOD()
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c721 char *line = php_stream_get_line(stream, NULL, 0, NULL); in php_stream_url_wrap_http_ex() local
722 efree(line); in php_stream_url_wrap_http_ex()
/php-src/
H A Dphp.ini-development67 ; you may only use these constants *after* the line that loads the extension.
538 ; line unless ignore_repeated_source is set true.
679 ; useful when running scripts from the command line. When this directive is
841 ; cgi.check_shebang_line controls whether CGI PHP checks for line starting with #!
842 ; (shebang) at the top of the running script. This line might be needed if the
844 ; mode skips this line and ignores its content if this directive is turned on.
845 ; https://php.net/cgi.check-shebang-line
898 ; https://php.net/auto-detect-line-endings
1097 ; Use mixed LF and CRLF line separators to keep compatibility with some
1102 ; the full path of the script, line number, To address and headers.
[all …]

Completed in 65 milliseconds

1...<<181182183184185186