Home
last modified time | relevance | path

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

123456

/PHP-7.0/ext/phar/tests/
H A Dpharfileinfo_chmod.phpt2 Phar: PharFileInfo::chmod extra code coverage
H A Dphar_offset_get_error.phpt31 // extra coverage
H A Dopen_for_write_existing_c.phpt24 fwrite($fp, 'extra');
H A Dopen_for_write_existing_c_5_2.phpt22 fwrite($fp, 'extra');
H A Dpharfileinfo_setmetadata.phpt2 Phar: PharFileInfo::setMetadata/delMetadata extra code coverage
H A Dopen_for_write_existing_b.phpt30 fwrite($fp, 'extra');
H A Dopen_for_write_existing_b_5_2.phpt28 fwrite($fp, 'extra');
/PHP-7.0/ext/standard/tests/strings/
H A Dprint_basic.phpt58 line with just a semicolon no extra whitespace!\n
91 line with just a semicolon no extra whitespace!
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.0/ext/pdo_mysql/tests/
H A Dpecl_bug_5200.phpt35 [extra] =>
/PHP-7.0/ext/standard/tests/mail/
H A Dmail_variation2.phpt2 Test mail() function : variation force extra parameters
/PHP-7.0/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
/PHP-7.0/
H A Drun-tests.php1580 $extra = substr(PHP_OS, 0, 3) !== "WIN" ?
1924 $extra = substr(PHP_OS, 0, 3) !== "WIN" ?
1926 …system_with_timeout("$extra $php $pass_options -q $clean_params $no_file_cache \"$test_clean\"", $…
2662 function show_result($result, $tested, $tested_file, $extra = '', $temp_filenames = null) argument
2667 echo "$result $tested [$tested_file] $extra\n";
2682 if (empty($extra)) {
2683 $extra = "skipif";
2687 $extra = "<a href='$url'>$extra</a>";
2689 } else if (empty($extra)) {
2690 $extra = "&nbsp;";
[all …]
/PHP-7.0/ext/ftp/
H A Dftp.c1163 ftp->extra = NULL; in ftp_putcmd()
1183 if (ftp->extra) { in ftp_readline()
1184 memmove(ftp->inbuf, ftp->extra, ftp->extralen); in ftp_readline()
1195 ftp->extra = eol + 1; in ftp_readline()
1197 ftp->extra++; in ftp_readline()
1201 ftp->extra = NULL; in ftp_readline()
1206 ftp->extra = eol + 1; in ftp_readline()
1208 ftp->extra = NULL; in ftp_readline()
1255 if (ftp->extra) { in ftp_getresp()
1256 ftp->extra -= 4; in ftp_getresp()
/PHP-7.0/win32/build/
H A Dconfig.w32.phpize.in86 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
87 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
/PHP-7.0/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
/PHP-7.0/ext/phar/tests/tar/
H A Dopen_for_write_existing_c.phpt34 fwrite($fp, 'extra');
H A Dopen_for_write_existing_c_5_2.phpt32 fwrite($fp, b'extra');
H A Dopen_for_write_existing_b.phpt40 fwrite($fp, b'extra');
/PHP-7.0/ext/phar/tests/zip/
H A Dopen_for_write_existing_c.phpt34 fwrite($fp, b'extra');
H A Dopen_for_write_existing_c_5_2.phpt32 fwrite($fp, 'extra');

Completed in 74 milliseconds

123456