Home
last modified time | relevance | path

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

12345678910>>...99

/PHP-7.4/sapi/fpm/tests/
H A Dfastcgi_finish_request_basic.phpt22 $code = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dbug69625-no-script-filename.phpt22 $code = <<<EOT
27 $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 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);
/PHP-7.4/ext/intl/tests/
H A Dcollator_get_error_code.phpt9 * Retrieve error code.
14 * Check if error code equals to expected one.
H A Dsymfony_format_type_int32_intl1.phpt17 // you can confirm it crashed by checking the exit code OR
28 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
33 // execute the code from #testFormatTypeInt32Intl
H A Dini_use_exceptions_basic.phpt18 …: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code units (in this case…
20 …: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code units (in this case…
H A Dsymfony_format_type_int32_intl3.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
14 // execute the code from #testFormatTypeInt32Intl
H A Dsymfony_format_type_int32_intl6.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
14 // execute the code from #testFormatTypeInt32Intl
H A Dsymfony_format_type_int32_intl7.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
14 // execute the code from #testFormatTypeInt32Intl
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cwd_mb_names.phpt44 Active code page: 65001
48 Active code page: %d
H A Dbug70903.phpt42 Active code page: 65001
47 Active code page: %d
/PHP-7.4/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-7.4/ext/openssl/tests/
H A Dstream_security_level.phpt68 Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
69 … routines:tls_process_server_certificate:certificate verify failed in %s : eval()'d code on line %d
71 Warning: stream_socket_client(): Failed to enable crypto in %s : eval()'d code on line %d
73 …ient(): unable to connect to ssl://127.0.0.1:64322 (Unknown error) in %s : eval()'d code on line %d
/PHP-7.4/ext/curl/
H A Dshare.c155 zend_long code; in PHP_FUNCTION() local
159 Z_PARAM_LONG(code) in PHP_FUNCTION()
162 str = curl_share_strerror(code); in PHP_FUNCTION()
/PHP-7.4/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-7.4/ext/phar/tests/zip/
H A Dfrontcontroller15.phar.phpt17 <code><span style="color: #000000">
20 </code>
/PHP-7.4/tests/strings/
H A Dbug26703.phpt14 <code><span style="color: #000000">
17 </code>
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
/PHP-7.4/sapi/cli/tests/
H A Dbug73630.phpt10 $code = <<<'EOF'
16 php_cli_server_start($code);
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_error4.phpt18 …l error: Uncaught ParseError: syntax error, unexpected '$', expecting ';' in %s(%d) : assert code:1
23 Next Error: Failure evaluating code:

Completed in 42 milliseconds

12345678910>>...99