Home
last modified time | relevance | path

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

123456

/PHP-7.2/ext/pdo_mysql/tests/
H A Dpecl_bug_5200.phpt35 [extra] =>
/PHP-7.2/ext/standard/tests/mail/
H A Dmail_variation2.phpt2 Test mail() function : variation force extra parameters
/PHP-7.2/ext/date/tests/
H A DDatePeriod_properties2.phpt27 $period->$property[] = "extra";
/PHP-7.2/ext/iconv/tests/
H A Dbug68180.phpt2 Bug #68180 (iconv_mime_decode can return extra characters in a header)
/PHP-7.2/ext/phar/tests/
H A Dphar_offset_get_error.phpt31 // extra coverage
H A Dopen_for_write_existing_c.phpt23 fwrite($fp, 'extra');
H A Dopen_for_write_existing_b.phpt29 fwrite($fp, 'extra');
H A Dpharfileinfo_setmetadata.phpt2 Phar: PharFileInfo::setMetadata/delMetadata extra code coverage
H A Dopen_for_write_newfile_c.phpt23 fwrite($fp, 'extra');
/PHP-7.2/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.2/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.2/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.2/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.2/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');
/PHP-7.2/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.2/
H A Drun-tests.php1625 $extra = substr(PHP_OS, 0, 3) !== "WIN" ?
1986 $extra = substr(PHP_OS, 0, 3) !== "WIN" ?
1988 …system_with_timeout("$extra $php $pass_options -q $clean_params $no_file_cache \"$test_clean\"", $…
2725 function show_result($result, $tested, $tested_file, $extra = '', $temp_filenames = null) argument
2730 echo "$result $tested [$tested_file] $extra\n";
2745 if (empty($extra)) {
2746 $extra = "skipif";
2750 $extra = "<a href='$url'>$extra</a>";
2752 } else if (empty($extra)) {
2753 $extra = "&nbsp;";
[all …]
H A Dphp7.spec.in37 # extra options, use the OPTIONS environment variable.
/PHP-7.2/ext/ftp/
H A Dftp.c1298 ftp->extra = NULL; in ftp_putcmd()
1318 if (ftp->extra) { in ftp_readline()
1319 memmove(ftp->inbuf, ftp->extra, ftp->extralen); in ftp_readline()
1330 ftp->extra = eol + 1; in ftp_readline()
1332 ftp->extra++; in ftp_readline()
1336 ftp->extra = NULL; in ftp_readline()
1341 ftp->extra = eol + 1; in ftp_readline()
1343 ftp->extra = NULL; in ftp_readline()
1390 if (ftp->extra) { in ftp_getresp()
1391 ftp->extra -= 4; in ftp_getresp()

Completed in 35 milliseconds

123456