Home
last modified time | relevance | path

Searched refs:extra (Results 51 – 75 of 131) sorted by relevance

123456

/PHP-7.3/ext/phar/tests/
H A Dphar_offset_get_error.phpt30 // extra coverage
H A Dopen_for_write_existing_c.phpt23 fwrite($fp, 'extra');
H A Dpharfileinfo_setmetadata.phpt2 Phar: PharFileInfo::setMetadata/delMetadata extra code coverage
H A Dopen_for_write_existing_b.phpt29 fwrite($fp, 'extra');
H A Dopen_for_write_newfile_c.phpt23 fwrite($fp, 'extra');
/PHP-7.3/ext/date/tests/
H A DDatePeriod_properties2.phpt27 $period->$property[] = "extra";
/PHP-7.3/ext/iconv/tests/
H A Dbug68180.phpt2 Bug #68180 (iconv_mime_decode can return extra characters in a header)
/PHP-7.3/ext/standard/tests/file/
H A Ddisk_total_space_error.phpt21 var_dump( disk_total_space( $file_path, "extra argument") ); // More than valid number of arguments
H A Ddisk_total_space_error-win32.phpt21 var_dump( disk_total_space( $file_path, "extra argument") ); // More than valid number of arguments
H A Dfread_fwrite_basic.phpt47 $out = "extra";
/PHP-7.3/ext/standard/tests/strings/
H A Dvprintf_error.phpt15 $extra_arg = "extra arg";
H A Dvsprintf_error.phpt15 $extra_arg = "extra arg";
H A Dstrtr_basic.phpt29 //$from and $to are of different lengths, extra chars in the longer one are ignored
/PHP-7.3/ext/phar/tests/tar/
H A Dopen_for_write_existing_c.phpt33 fwrite($fp, 'extra');
H A Dopen_for_write_existing_b.phpt39 fwrite($fp, 'extra');
H A Dopen_for_write_newfile_c.phpt33 fwrite($fp, 'extra');
/PHP-7.3/ext/phar/tests/zip/
H A Dopen_for_write_existing_c.phpt33 fwrite($fp, 'extra');
H A Dopen_for_write_existing_b.phpt39 fwrite($fp, 'extra');
/PHP-7.3/ext/standard/tests/array/
H A Darray_walk_error1.phpt15 * user_data - extra parameter
H A Darray_walk_recursive_error1.phpt15 * user_data - extra parameter
H A Darray_walk_variation3.phpt20 * $count - extra parameter used as an index
/PHP-7.3/
H A Drun-tests.php1614 $extra = substr(PHP_OS, 0, 3) !== "WIN" ?
1963 $extra = substr(PHP_OS, 0, 3) !== "WIN" ?
1965 …system_with_timeout("$extra $php $pass_options -q $clean_params $no_file_cache \"$test_clean\"", $…
2686 function show_result($result, $tested, $tested_file, $extra = '', $temp_filenames = null) argument
2691 echo "$result $tested [$tested_file] $extra\n";
2706 if (empty($extra)) {
2707 $extra = "skipif";
2711 $extra = "<a href='$url'>$extra</a>";
2713 } else if (empty($extra)) {
2714 $extra = "&nbsp;";
[all …]
H A Dphp7.spec.in37 # extra options, use the OPTIONS environment variable.
/PHP-7.3/ext/ftp/
H A Dftp.c1299 ftp->extra = NULL; in ftp_putcmd()
1319 if (ftp->extra) { in ftp_readline()
1320 memmove(ftp->inbuf, ftp->extra, ftp->extralen); in ftp_readline()
1331 ftp->extra = eol + 1; in ftp_readline()
1333 ftp->extra++; in ftp_readline()
1337 ftp->extra = NULL; in ftp_readline()
1342 ftp->extra = eol + 1; in ftp_readline()
1344 ftp->extra = NULL; in ftp_readline()
1391 if (ftp->extra) { in ftp_getresp()
1392 ftp->extra -= 4; in ftp_getresp()
/PHP-7.3/win32/build/
H A Dconfig.w32.phpize.in88 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
89 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');

Completed in 38 milliseconds

123456