Home
last modified time | relevance | path

Searched refs:code (Results 126 – 150 of 789) sorted by relevance

12345678910>>...32

/php-src/sapi/cli/tests/
H A Dbug71005.phpt10 $code = <<<'EOF'
16 php_cli_server_start($code);
H A Dbug65066_422.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 422 status code
H A Dbug65066_511.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 511 status code
H A Dbug73630a.phpt11 $code = <<<'EOF'
16 php_cli_server_start($code);
H A D010.phpt20 $code = '
26 file_put_contents($filename, $code);
/php-src/Zend/tests/type_declarations/
H A Dexplicit_weak_include_strict.phpt2 explicitly strict_types=0 code including strict_types=1 code
/php-src/Zend/tests/
H A Dgh9407.phpt2 GH-9407: LSP error in eval'd code refers to wrong class for static type
24 …f B::duplicate(): A must be compatible with A::duplicate(): static in %s : eval()'d code on line %d
/php-src/ext/phar/tests/cache_list/
H A Dfrontcontroller9.phpt17code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
H A Dfrontcontroller3.phpt17code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
H A Dfrontcontroller15.phpt17code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
/php-src/ext/phar/tests/
H A Dfrontcontroller15.phpt16code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
/php-src/ext/phar/tests/zip/
H A Dfrontcontroller9.phar.phpt16code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
H A Dfrontcontroller3.phar.phpt18code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
H A Dfrontcontroller15.phar.phpt18code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
/php-src/ext/phar/tests/tar/
H A Dfrontcontroller3.phar.phpt16code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
H A Dfrontcontroller9.phar.phpt16code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
H A Dfrontcontroller15.phar.phpt16code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
/php-src/sapi/litespeed/
H A Dlsapilib.h193 int LSAPI_ErrResponse_r( LSAPI_Request * pReq, int code, const char ** pRespHeaders,
196 static inline int LSAPI_SetRespStatus_r( LSAPI_Request * pReq, int code ) in LSAPI_SetRespStatus_r() argument
200 pReq->m_respHeader.m_respInfo.m_status = code; in LSAPI_SetRespStatus_r()
347 static inline int LSAPI_SetRespStatus( int code ) in LSAPI_SetRespStatus() argument
348 { return LSAPI_SetRespStatus_r( &g_req, code ); } in LSAPI_SetRespStatus()
350 static inline int LSAPI_ErrResponse( int code, const char ** pRespHeaders, const char * pBody, int … in LSAPI_ErrResponse() argument
351 { return LSAPI_ErrResponse_r( &g_req, code, pRespHeaders, pBody, bodyLen ); } in LSAPI_ErrResponse()
/php-src/ext/fileinfo/libmagic/
H A Dencoding.c93 *code = "unknown"; in file_encoding()
108 *code = "Unicode text, UTF-7"; in file_encoding()
112 *code = "ASCII"; in file_encoding()
117 *code = "Unicode text, UTF-8 (with BOM)"; in file_encoding()
121 *code = "Unicode text, UTF-8"; in file_encoding()
128 *code = "Unicode text, UTF-32, big-endian"; in file_encoding()
137 *code = "Unicode text, UTF-16, big-endian"; in file_encoding()
143 *code = "ISO-8859"; in file_encoding()
147 *code = "Non-ISO extended-ASCII"; in file_encoding()
161 *code = "EBCDIC"; in file_encoding()
[all …]
/php-src/sapi/cgi/tests/
H A D008.phpt14 $code = '
31 file_put_contents($filename, $code);
44 <pre><code style="color: #000000">
59 </span></code></pre>"
/php-src/ext/standard/tests/strings/
H A Dshow_source_basic.phpt17 /* some code here */
24 <pre><code style="color: #000000"><span style="color: #0000BB">&lt;?php
34 </span><span style="color: #FF8000">/* some code here */
39 </span></code></pre>
/php-src/ext/openssl/tests/
H A Dstream_security_level.phpt68 Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
69 error:%s:SSL routines:%S: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-src/ext/tokenizer/tests/
H A Dbug76991.phpt8 $code = <<<CODE
18 foreach (token_get_all($code) as $token) {
/php-src/ext/json/
H A Djson_scanner.re65 static int php_json_hex_to_int(char code)
67 if (code >= '0' && code <= '9') {
68 return code - '0';
69 } else if (code >= 'A' && code <= 'F') {
70 return code - ('A' - 10);
71 } else if (code >= 'a' && code <= 'f') {
72 return code - ('a' - 10);
81 int i, code = 0;
84 code |= php_json_hex_to_int(*(pc--)) << (i * 4);
86 return code;
/php-src/sapi/fpm/tests/
H A Dbug80849-fpm.phpt21 $code = <<<EOT
26 $tester = new FPM\Tester($cfg, $code);

Completed in 38 milliseconds

12345678910>>...32