Home
last modified time | relevance | path

Searched refs:code (Results 151 – 175 of 802) sorted by relevance

12345678910>>...33

/PHP-8.3/tests/strings/
H A Dbug26703.phpt14code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
/PHP-8.3/ext/intl/tests/
H A Dcollator_get_error_code.phpt9 * Retrieve error code.
14 * Check if error code equals to expected one.
/PHP-8.3/Zend/tests/
H A Dbug75218.phpt6 function try_eval($code) {
8 eval($code);
/PHP-8.3/Zend/tests/type_declarations/
H A Dstrict_call_weak_explicit.phpt2 strict_types=1 code calling explicitly strict_types=0 code
H A Dstrict_call_weak.phpt2 strict_types=1 code calling strict_types=0 code
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c85 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match() argument
91 (void)code; in pcre2_jit_match()
102 pcre2_real_code *re = (pcre2_real_code *)code; in pcre2_jit_match()
172 match_data->code = re; in pcre2_jit_match()
/PHP-8.3/main/streams/
H A Dphp_stream_context.h89 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument
90 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_INFO, \
116 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
117 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_ERR, \
/PHP-8.3/ext/standard/tests/general_functions/
H A Dghsa-9fcc-425m-g385_002.phpt52 Warning: proc_open(): CreateProcess failed, error code: 2 in %s on line %d
58 Warning: proc_open(): CreateProcess failed, error code: 2 in %s on line %d
60 Warning: proc_open(): CreateProcess failed, error code: 2 in %s on line %d
62 Warning: proc_open(): CreateProcess failed, error code: 2 in %s on line %d
/PHP-8.3/sapi/fpm/tests/
H A Dfastcgi_finish_request_basic.phpt22 $code = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dphp-admin-doc-root.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dbug69625-no-script-filename.phpt22 $code = <<<EOT
27 $tester = new FPM\Tester($cfg, $code);
H A Dbug76922-fcgi-get-value-conn.phpt20 $code = <<<EOT
25 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-limit-8000-msg-4096.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dbug68207-fastcgi-error-header-sent.phpt21 $code = <<<EOT
28 $tester = new FPM\Tester($cfg, $code);
H A Dbug77780-header-sent-error.phpt21 $code = <<<EOT
26 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-limit-1050-msg-2900.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-limit-64-too-low-error.phpt24 $code = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dlog-dwd-limit-1050-msg-2900.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-dwd-limit-8000-msg-4096.phpt25 $code = <<<EOT
30 $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);
/PHP-8.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cwd_mb_names.phpt43 Active code page: 65001
47 Active code page: %d
H A Dbug70903.phpt41 Active code page: 65001
46 Active code page: %d
/PHP-8.3/sapi/cli/tests/
H A Dbug73630.phpt10 $code = <<<'EOF'
16 php_cli_server_start($code);

Completed in 27 milliseconds

12345678910>>...33