Home
last modified time | relevance | path

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

12345678910>>...32

/php-src/sapi/fpm/tests/
H A Dlog-dwd-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 Dbug73342-nonblocking-stdio.phpt22 $code = <<<EOT
29 $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-bwd-msg-with-nl.phpt23 $code = <<<EOT
28 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwp-limit-1024-msg-120.phpt26 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwp-limit-1500-msg-3300.phpt26 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwp-msg-flush-split-real.phpt24 $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 Dbug64539-status-json-encoding.phpt22 $code = <<<EOT
27 $tester = new FPM\Tester($cfg, $code);
H A Dgh12621.phpt24 $code = <<<EOT
30 $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 Dgetallheaders.phpt22 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
/php-src/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-src/sapi/cli/tests/
H A D008.phpt16 $code ='
27 file_put_contents($filename, $code);
/php-src/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-src/ext/standard/tests/strings/
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>"
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
/php-src/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 28 milliseconds

12345678910>>...32