Home
last modified time | relevance | path

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

12345678910>>...32

/php-src/ext/phar/tests/zip/
H A Dfrontcontroller15.phar.phpt18code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
/php-src/ext/phar/tests/cache_list/
H A Dfrontcontroller15.phpt17code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
/php-src/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-src/ext/intl/tests/
H A Dcollator_get_error_code.phpt9 * Retrieve error code.
14 * Check if error code equals to expected one.
/php-src/Zend/tests/type_declarations/
H A Dstrict_call_weak.phpt2 strict_types=1 code calling strict_types=0 code
H A Dstrict_call_weak_explicit.phpt2 strict_types=1 code calling explicitly strict_types=0 code
/php-src/Zend/tests/
H A Dbug75218.phpt6 function try_eval($code) {
8 eval($code);
/php-src/tests/strings/
H A Dbug26703.phpt14code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c116 PCRE2_SPTR nextbranch = code + GET(code, 1); in find_minlength()
117 PCRE2_UCHAR *cc = (PCRE2_UCHAR *)code + 1 + LINK_SIZE; in find_minlength()
122 if (*code >= OP_SBRA && *code <= OP_SCOND) return 0; in find_minlength()
126 if (*code == OP_CBRA || *code == OP_CBRAPOS) cc += IMM2_SIZE; in find_minlength()
974 PCRE2_SPTR tcode = code + 1 + LINK_SIZE; in set_start_bits()
976 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
977 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
1736 code += GET(code, 1); /* Advance to next branch */ in set_start_bits()
1738 while (*code == OP_ALT); in set_start_bits()
1765 PCRE2_UCHAR *code; in PRIV() local
[all …]
H A Dpcre2_jit_match.c91 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match() argument
97 (void)code; in pcre2_jit_match()
108 pcre2_real_code *re = (pcre2_real_code *)code; in pcre2_jit_match()
178 match_data->code = re; in pcre2_jit_match()
/php-src/Zend/
H A Dzend_exceptions.h63 …_object *zend_throw_exception(zend_class_entry *exception_ce, const char *message, zend_long code);
64 …object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format…
68 …rror_exception(zend_class_entry *exception_ce, zend_string *message, zend_long code, int severity);
/php-src/sapi/fpm/tests/
H A Dbug69625-no-script-filename.phpt22 $code = <<<EOT
27 $tester = new FPM\Tester($cfg, $code);
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 Dbug76922-fcgi-get-value-conn.phpt20 $code = <<<EOT
25 $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-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-bwd-limit-8000-msg-4096.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dbug77780-header-sent-error.phpt21 $code = <<<EOT
26 $tester = new FPM\Tester($cfg, $code);
H A Dbug68207-fastcgi-error-header-sent.phpt21 $code = <<<EOT
28 $tester = new FPM\Tester($cfg, $code);
/php-src/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-src/sapi/cli/tests/
H A Dbug73630.phpt10 $code = <<<'EOF'
16 php_cli_server_start($code);

Completed in 87 milliseconds

12345678910>>...32