Home
last modified time | relevance | path

Searched refs:line (Results 4501 – 4525 of 4632) sorted by relevance

1...<<181182183184185186

/php-src/ext/standard/tests/file/
H A D007_variation11-win32.phpt60 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11.phpt60 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfgetcsv_variation11.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 blan 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 Dfgetcsv_variation10.phpt49 // write another line of text and a blank line
50 // this will be used to test, if the fgetcsv() read more than a line and its
51 // working when only a blank line is read
52 fwrite($file_handle, "This is line of text without csv fields\n");
53 fwrite($file_handle, "\n"); // blank line
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt110 …serialize() instead (or in addition, if support for old PHP versions is necessary) in %s on line %d
H A Dpdo_mysql_stmt_fetch_class.phpt113 …serialize() instead (or in addition, if support for old PHP versions is necessary) in %s on line %d
/php-src/Zend/tests/named_params/
H A Dcall_user_func.phpt82 …ng: {closure:%s:%d}(): Argument #1 ($ref) must be passed by reference, value given in %s on line %d
/php-src/Zend/
H A Dzend_globals.h382 zend_php_scanner_event event, int token, int line,
/php-src/ext/snmp/tests/
H A Dsnmp-object.phpt235 …::set(): Cannot fit all OIDs for SET query into one packet, using multiple queries in %s on line %d
240 …::set(): Cannot fit all OIDs for SET query into one packet, using multiple queries in %s on line %d
/php-src/ext/fileinfo/
H A Dlibmagic.patch300 char *line = NULL;
322 - for (ms->line = 1; (len = getline(&line, &llen, f)) != -1;
323 - ms->line++) {
324 + for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line+…
325 if (len == 0) /* null line, garbage, etc */
327 if (line[len - 1] == '\n') {
332 - free(line);
334 + efree(line);
1000 - file, line, __func__, n));
1012 - file, line, __func__, n));
[all …]
/php-src/ext/phar/tests/
H A Dmounteddir.phpt98 …ror: path "testit/directory" is a directory in phar://%stempmanifest1.phar.php/index.php on line %d
H A Dstat.phpt223 Warning: fileperms(): stat failed for not/found in phar://%sstat.phar.php/my/index.php on line %d
/php-src/ext/gd/tests/
H A Dfunc.inc66 * The textual result is printed, so the EXPECT section should contain the line
/php-src/ext/mysqli/tests/
H A Dmysqli_execute_query.phpt92 …sponds to your %s server version for the right syntax to use near 'some random gibberish' at line 1
H A Dmysqli_options.phpt99 Warning: Array to string conversion in %s on line %d
/php-src/ext/spl/
H A Dspl_directory.stub.php325 public function seek(int $line): void {} argument
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.h93 tkz->token->line = tkz->current_line; \
/php-src/ext/libxml/
H A Dphp_libxml.h177 PHP_LIBXML_API void php_libxml_pretend_ctx_error_ex(const char *file, int line, int column, const c…
/php-src/sapi/fpm/tests/
H A Dtester.inc366 foreach ($output as $line) {
367 if (str_contains($line, $expectedPartOfOutput)) {
1650 $line = $this->logReader->getLine(1, 0, true);
1651 if ($line === '') {
1652 $line = $this->logReader->getLine(1, 0, true);
1654 if ($line !== null) {
1655 $this->error('Log is not closed and returned line: ' . $line);
1791 * Expect a single log line.
2049 "Expected no log lines but following line logged: $logLine"
2110 * Expect a single access log line.
/php-src/ext/spl/tests/
H A DarrayObject_magicMethods1.phpt105 Warning: Undefined array key "nonexistent" in %s on line %d
H A DarrayObject_magicMethods3.phpt105 Warning: Undefined array key "nonexistent" in %s on line %d
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt136 Deprecated: Callables of the form ["bar", "parent::method"] are deprecated in %s on line %d
/php-src/ext/mbstring/tests/
H A Dmb_strlen_variation3.phpt339 …andling Base64 via mbstring is deprecated; use base64_encode/base64_decode instead in %s on line %d
347 …ialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in %s on line %d
/php-src/ext/standard/tests/array/
H A Darray_unique_variation2.phpt13 // heredoc with blank line
/php-src/tests/lang/
H A Dbug20175.phpt149 Notice: Only variables should be assigned by reference in %sbug20175.php on line 47

Completed in 59 milliseconds

1...<<181182183184185186