Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/phar/tests/
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 Dopen_for_write_existing_b.phpt30 fwrite($fp, 'extra');
H A Dopen_for_write_existing_b_5_2.phpt28 fwrite($fp, 'extra');
H A Dpharfileinfo_setmetadata.phpt2 Phar: PharFileInfo::setMetadata/delMetadata extra code coverage
/PHP-5.5/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-5.5/ext/standard/tests/strings/
H A Dvsprintf_error.phpt15 $extra_arg = "extra arg";
H A Dvprintf_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-5.5/
H A Drun-tests.php1498 $extra = substr(PHP_OS, 0, 3) !== "WIN" ?
1825 $extra = substr(PHP_OS, 0, 3) !== "WIN" ?
1827 system_with_timeout("$extra $php $pass_options -q $clean_params \"$test_clean\"", $env);
2563 function show_result($result, $tested, $tested_file, $extra = '', $temp_filenames = null) argument
2568 echo "$result $tested [$tested_file] $extra\n";
2583 if (empty($extra)) {
2584 $extra = "skipif";
2588 $extra = "<a href='$url'>$extra</a>";
2590 } else if (empty($extra)) {
2591 $extra = "&nbsp;";
[all …]
/PHP-5.5/Zend/
H A Dzend_execute.h233 …int extra = (ZEND_MM_ALIGNMENT - ((zend_uintptr_t)EG(argument_stack)->top & (ZEND_MM_ALIGNMENT - 1… in zend_vm_stack_alloc() local
235 if (UNEXPECTED(size + extra + ZEND_MM_ALIGNED_SIZE(sizeof(void*)) / sizeof(void*) > in zend_vm_stack_alloc()
241 EG(argument_stack)->top += extra; in zend_vm_stack_alloc()
/PHP-5.5/ext/date/tests/
H A Dmktime-1.phpt9 # the same way other unices do (Bug# 10686) so some extra code
/PHP-5.5/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');
H A Dopen_for_write_existing_b_5_2.phpt38 fwrite($fp, 'extra');
/PHP-5.5/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');
H A Dopen_for_write_existing_b.phpt40 fwrite($fp, b'extra');
H A Dopen_for_write_existing_b_5_2.phpt38 fwrite($fp, 'extra');
/PHP-5.5/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-5.5/ext/ftp/
H A Dftp.h64 char *extra; /* extra characters */ member

Completed in 58 milliseconds

123456