Home
last modified time | relevance | path

Searched refs:code (Results 176 – 200 of 802) sorted by relevance

12345678910>>...33

/PHP-8.3/sapi/fpm/tests/
H A Dlog-bwp-msg-flush-split-real.phpt24 $code = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dlog-dwd-limit-1050-msg-2048.phpt26 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dbug64539-status-json-encoding.phpt22 $code = <<<EOT
27 $tester = new FPM\Tester($cfg, $code);
H A Dbug73342-nonblocking-stdio.phpt22 $code = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dbug77106-fcgi-missing-nl.phpt23 $code = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dgh9981-fastcgi-error-header-reset.phpt21 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bm-in-shutdown-fn.phpt25 $code = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bm-limit-1024-msg-80.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bm-limit-2048-msg-4000.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-limit-1050-msg-2048.phpt26 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dlog-dwp-limit-1000-msg-2000.phpt26 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dgh12621.phpt24 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-multiple-msgs.phpt23 $code = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwp-msg-flush-split-fallback.phpt24 $code = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dbug72573-http-proxy.phpt22 $code = <<<EOT
34 $tester = new FPM\Tester($cfg, $code);
H A Dbug78599-path-info-underflow.phpt22 $code = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dbug80669-uid-user-groups.phpt31 $code = <<<EOT
36 $tester = new FPM\Tester($cfg, $code);
/PHP-8.3/ext/intl/tests/
H A Dini_use_exceptions_basic.phpt19 …: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code units (in this case…
21 …: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code units (in this case…
/PHP-8.3/sapi/cli/tests/
H A D008.phpt16 $code ='
27 file_put_contents($filename, $code);
/PHP-8.3/ext/date/tests/
H A Dtimezone_identifiers_list_wrong_constructor.phpt23 …ment #2 ($countryCode) must be a two-letter ISO 3166-1 compatible country code when argument #1 ($…
24 …ment #2 ($countryCode) must be a two-letter ISO 3166-1 compatible country code when argument #1 ($…
/PHP-8.3/ext/curl/
H A Dshare.c121 zend_long code; in PHP_FUNCTION() local
125 Z_PARAM_LONG(code) in PHP_FUNCTION()
128 str = curl_share_strerror(code); in PHP_FUNCTION()
/PHP-8.3/ext/standard/tests/strings/
H A Dshow_source_variation1.phpt17 /* some code here */
25 <pre><code style="color: #000000"><span style="color: #0000BB">&lt;?php
35 </span><span style="color: #FF8000">/* some code here */
40 </span></code></pre>bar
H A Dshow_source_variation2.phpt17 /* some code here */
24 string(1705) "<pre><code style="color: #000000"><span style="color: #0000BB">&lt;?php
34 </span><span style="color: #FF8000">/* some code here */
39 </span></code></pre>"
/PHP-8.3/sapi/cgi/tests/
H A D012.phpt17 // Normalize Windows vs Linux exit codes. On Windows exit code -1 is actually -1 instead of 255.
32 $code = '
38 file_put_contents($filename_good, $code);
40 $code = '
50 file_put_contents($filename_bad, $code);
H A D004.phpt16 $code ='
27 file_put_contents($filename, $code);

Completed in 22 milliseconds

12345678910>>...33