Home
last modified time | relevance | path

Searched refs:code (Results 201 – 225 of 796) sorted by relevance

12345678910>>...32

/PHP-8.3/sapi/fpm/tests/
H A Dgh8646.phpt24 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dproc-idle-timeout.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-multiple-msgs-stdout-stderr.phpt25 $code = <<<EOT
34 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwp-realloc-buffer.phpt24 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dbug72185-fcgi-empty-frame.phpt25 $code = <<<'EOT'
33 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-nopif-custom-without-pi-without-pt.phpt23 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dghsa-54hq-v5wp-fqgv-max-file-uploads.phpt27 $code = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
/PHP-8.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1253_to_utf8_1.phpt45 Active code page: 65001
50 Active code page: %d
H A Dtest_cp1256_to_utf8_1.phpt45 Active code page: 65001
50 Active code page: %d
H A Dtest_cp1255_to_utf8_1.phpt45 Active code page: 65001
50 Active code page: %d
H A Dtest_kartuli_utf8_1.phpt45 Active code page: 65001
50 Active code page: %d
H A Dtest_cp1251_1.phpt48 Active code page: 1251
53 Active code page: %d
H A Dtest_cp1251_to_utf8_1.phpt45 Active code page: 65001
50 Active code page: %d
H A Dtest_cp1251_zend_multibyte_1.phpt50 Active code page: 65001
55 Active code page: %d
H A Dtest_cp1252_to_utf8_1.phpt45 Active code page: 65001
50 Active code page: %d
H A Dtest_cp1256_1.phpt48 Active code page: 1256
53 Active code page: %d
H A Dtest_big5_to_utf8_1.phpt45 Active code page: 65001
50 Active code page: %d
H A Dtest_cp1250_to_utf8_1.phpt45 Active code page: 65001
50 Active code page: %d
H A Dtest_cp1253_1.phpt48 Active code page: 1253
53 Active code page: %d
H A Dtest_cp1255_1.phpt48 Active code page: 1255
53 Active code page: %d
/PHP-8.3/Zend/tests/
H A Dmethods-on-non-objects-usort.phpt5 set_error_handler(function($code, $message) {
6 var_dump($code, $message);
H A Dbug61767.phpt5 set_error_handler(function($code, $msg, $file = null, $line = null) {
7 throw new \ErrorException($msg, $code, 0, $file, $line);
H A Drequire_parse_exception.phpt8 function test_parse_error($code) {
10 require 'data://text/plain;base64,' . base64_encode($code);
/PHP-8.3/sapi/cli/tests/
H A D007.phpt16 $code ='
33 file_put_contents($filename, $code);
/PHP-8.3/ext/readline/
H A DREADME.md15 Historically, the code lived in sapi/cli,
17 Therefore, that code was split into ext/readline so that this can dynamically

Completed in 132 milliseconds

12345678910>>...32