Home
last modified time | relevance | path

Searched refs:line (Results 4476 – 4500 of 4632) sorted by relevance

1...<<171172173174175176177178179180>>...186

/php-src/ext/standard/tests/file/
H A D007_variation24.phpt49 Warning: fopen(%s): Failed to open stream: File exists in %s on line %d
H A Dfgetcsv_variation2.phpt50 // write another line of text and a blank line
51 // this will be used to test, if the fgetcsv() read more than a line and its
52 // working when only a blank line is read
53 fwrite($file_handle, "This is line of text without csv fields\n");
54 fwrite($file_handle, "\n"); // blank line
H A Dfile.inc44 "text_with_new_line" = similar to "text" fill type but writes with new line
55 $data = "line\nline of text\n";
90 "text_with_new_line" = similar to "text" fill type but writes with new line
105 $data = "line\nline of text\n";
216 "text_with_new_line" = similar to text fill type, but writes with new line char
H A D007_variation19.phpt55 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation3.phpt55 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11-win32-mb.phpt62 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/php-src/ext/opcache/tests/jit/
H A Dbug80861.phpt85 // next line generates the warnings despite $i and $j is within bounds
/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() argument
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c42 int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) in _pdo_mysql_error() argument
50 PDO_DBG_INF_FMT("file=%s line=%d", file, line); in _pdo_mysql_error()
67 einfo->line = line; in _pdo_mysql_error()
H A Dconfig.m422 AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
/php-src/ext/standard/tests/strings/
H A Dstrrchr_variation1.phpt24 ", //new line
H A Dstrripos_variation1.phpt23 ", //new line
H A Dstrripos_variation2.phpt23 ', //new line
/php-src/ext/openssl/tests/
H A Decc.phpt105 Warning: openssl_pkey_new(): Unknown elliptic curve (short) name invalid_cuve_name in %s on line %d
/php-src/ext/reflection/tests/
H A DReflectionProperty_setAccessible.phpt103 …cated: Calling ReflectionProperty::setValue() with a single argument is deprecated in %s on line %d
/php-src/ext/mysqli/tests/
H A Dmysqli_options_init_command.phpt75 Warning: mysqli_real_connect(): (%s/%d): %s in %s on line %d
/php-src/ext/snmp/tests/
H A Dsnmp-object-error.phpt98 Warning: SNMP::get(): Invalid object identifier: .1.3.6.1.2.1.1.1..0 in %s on line %d
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.h61 size_t line; member
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt74 Warning: Undefined variable $file_handle in %s on line %d
76 Warning: Undefined variable $file_handle in %s on line %d
/php-src/win32/build/
H A Dmkdist.php82 while (($line = fgetcsv($pipes[1]))) {
85 $dep = strtolower($line[0]);
/php-src/
H A DCODING_STANDARDS.md251 1. Be generous with whitespace and braces. Keep one empty line between the
254 line between two functions, preferably two. Always prefer:
270 definitions, comments, and control structures line up correctly.
273 preprocessor directives you should put the `#` at the beginning of a line,
/php-src/ext/mbstring/tests/
H A Diso2022jp_encoding.phpt20 while ($line = fgets($fp, 256)) {
21 if ($line[0] == '#')
24 if (sscanf($line, "0x%x\t0x%x\t0x%x", $shiftJIS, $jis0208Code, $unicodeCP) == 3) {
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c31 int _pdo_sqlite_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) /* {{{ */ in _pdo_sqlite_error() argument
39 einfo->line = line; in _pdo_sqlite_error()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c4004 int line=ls->linenumber;
4099 if(line!=ls->lastline)
4134 luaK_fixline(fs,line);
4457 luaK_fixline(fs,line);
4483 int line;
4492 line=ls->linenumber;
4631 ifstat(ls,line);
4635 whilestat(ls,line);
4645 forstat(ls,line);
4649 repeatstat(ls,line);
[all …]
/php-src/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt73 echo "Exception! at line ", $e->getLine(), "\n";

Completed in 73 milliseconds

1...<<171172173174175176177178179180>>...186