Home
last modified time | relevance | path

Searched refs:start (Results 251 – 275 of 431) sorted by relevance

1...<<1112131415161718

/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php91 …public function addFile(string $filepath, string $entryname = "", int $start = 0, int $length = 0,… argument
94 …public function replaceFile(string $filepath, int $index, int $start = 0, int $length = 0, int $fl… argument
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_arginfo.h23 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, start, IS_LONG, 0, "0")
/PHP-8.0/sapi/fpm/tests/
H A Dlog-bwd-multiple-msgs-stdout-stderr.phpt35 $tester->start();
H A Dsocket-ipv4-fallback.phpt29 $tester->start();
H A Dbug72185-fcgi-empty-frame.phpt34 $tester->start();
H A Dlog-bwp-realloc-buffer.phpt32 $tester->start();
H A Dghsa-54hq-v5wp-fqgv-max-file-uploads.phpt33 $tester->start();
H A Dbug75212-php-value-in-user-ini.phpt38 $tester->start();
H A Dmain-global-prefix.phpt30 $tester->start(['--prefix', $prefix]);
H A Dpool-prefix.phpt34 $tester->start();
H A Dsocket-invalid-allowed-clients.phpt27 $tester->start();
H A Dbug68391-conf-include-order.phpt31 $tester->start();
H A Dghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt35 $tester->start();
H A Dbug68423-multi-pool-all-pms.phpt38 $tester->start();
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_FileInfo_basic.phpt11 //Get the line number at the start of the definition of class C
H A DReflectionGenerator_basic.phpt25 $gen->valid(); // start Generator
/PHP-8.0/ext/curl/tests/
H A Dcurl_copy_handle_basic_002.phpt18 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_005.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_006.phpt19 ob_start(); // start output buffering
/PHP-8.0/ext/date/tests/
H A DDatePeriod_set_state.phpt23 ["start"]=>
/PHP-8.0/ext/pdo_firebird/tests/
H A Dbug_62024.phpt18 //start actual test
/PHP-8.0/ext/exif/tests/
H A Dbug78910.phpt16 Warning: exif_read_data(): Error in TIFF: filesize(x002A) less than start of IFD dir(x46494C4F) in …
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_cfg.h45 uint32_t start; /* first opcode number */ member
/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php46 function mb_substr(string $string, int $start, ?int $length = null, ?string $encoding = null): stri… argument
48 function mb_strcut(string $string, int $start, ?int $length = null, ?string $encoding = null): stri… argument
52 function mb_strimwidth(string $string, int $start, int $width, string $trim_marker = "", ?string $e… argument
/PHP-8.0/ext/pcre/tests/
H A Dpreg_match_basic_edit.phpt10 …w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo, world" at start of string

Completed in 41 milliseconds

1...<<1112131415161718