Home
last modified time | relevance | path

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

12345678910>>...107

/PHP-5.4/ext/phar/tests/zip/
H A Dfrontcontroller9.phar.phpt16 <code><span style="color: #000000">
19 </code>
H A Dfrontcontroller3.phar.phpt17 <code><span style="color: #000000">
20 </code>
H A Dfrontcontroller15.phar.phpt17 <code><span style="color: #000000">
20 </code>
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c82 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, in find_minlength() argument
93 if (*code == OP_CBRA || *code == OP_SCBRA || in find_minlength()
94 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE; in find_minlength()
827 const pcre_uchar *tcode = code + 1 + LINK_SIZE; in set_start_bits()
829 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
830 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
1415 code += GET(code, 1); /* Advance to next branch */ in set_start_bits()
1417 while (*code == OP_ALT); in set_start_bits()
1461 pcre_uchar *code; in pcre_study() local
1492 code = (pcre_uchar *)re + re->name_table_offset + in pcre_study()
[all …]
/PHP-5.4/ext/phar/tests/cache_list/
H A Dfrontcontroller15.phpt17 <code><span style="color: #000000">
20 </code>
/PHP-5.4/ext/phar/tests/tar/
H A Dfrontcontroller15.phar.phpt16 <code><span style="color: #000000">
19 </code>
/PHP-5.4/sapi/cli/tests/
H A Dbug65066_100.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 100 status code
H A D014.phpt11 $code = '
28 file_put_contents($filename, $code);
38 string(1478) "<code><span style="color: #000000">
41 </code>"
H A D008.phpt16 $code ='
27 file_put_contents($filename, $code);
H A Dbug65066_511.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 511 status code
H A Dbug65066_422.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 422 status code
H A Dphp_cli_server.inc6 function php_cli_server_start($code = 'echo "Hello world";', $no_router = FALSE) {
11 if ($code) {
12 file_put_contents($doc_root . '/' . $router, '<?php ' . $code . ' ?>');
H A Dbug67429.phpt11 foreach ([308, 426] as $code) {
13 http_response_code($code);
/PHP-5.4/ext/intl/tests/
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 Dcollator_get_error_code.phpt9 * Retreive error code.
14 * Check if error code equals to expected one.
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
/PHP-5.4/ext/standard/tests/dir/
H A Dopendir_error2-win32.phpt13 * Source code: ext/standard/dir.c
36 Warning: opendir(%s/idonotexist,%s/idonotexist): The system cannot find the file specified. (code: …
43 Warning: opendir(idonotexist,idonotexist): The system cannot find the file specified. (code: %d) in…
/PHP-5.4/main/streams/
H A Dphp_stream_context.h101 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument
102 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_INFO, \
124 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
125 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_ERR, \
/PHP-5.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-5.4/tests/strings/
H A Dbug26703.phpt14 <code><span style="color: #000000">
17 </code>
/PHP-5.4/sapi/cgi/tests/
H A D004.phpt16 $code ='
27 file_put_contents($filename, $code);
H A D008.phpt14 $code = '
31 file_put_contents($filename, $code);
44 <code><span style="color: #000000">
47 </code>"
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregint.h392 #define DIGITVAL(code) ((code) - '0') argument
393 #define ODIGITVAL(code) DIGITVAL(code) argument
394 #define XDIGITVAL(enc,code) \ argument
395 (ONIGENC_IS_CODE_DIGIT(enc,code) ? DIGITVAL(code) \
396 : (ONIGENC_IS_CODE_UPPER(enc,code) ? (code) - 'A' + 10 : (code) - 'a' + 10))
701 #define GET_CODE_POINT(code,p) code = *((OnigCodePoint* )(p)) argument
755 #define IS_MC_ESC_CODE(code, enc, syn) \ argument
756 ((code) == MC_ESC(enc) && \
820 extern UChar* onig_error_code_to_format P_((int code));
828 extern int onig_is_code_in_cc P_((OnigEncoding enc, OnigCodePoint code, CClassNode* cc));
/PHP-5.4/ext/spl/
H A Dspl.php264 protected $code; variable in Exception
284 function __construct($message = NULL, $code = 0) { argument
288 $this->code = $code;
306 return $this->code;
/PHP-5.4/ext/standard/tests/strings/
H A Dshow_source_basic.phpt17 /* some code here */
24 <code><span style="color: #000000">
25 …>}<br /><br />&nbsp;</span><span style="color: #FF8000">/*&nbsp;some&nbsp;code&nbsp;here&nbsp;*/<b…
27 </code>

Completed in 45 milliseconds

12345678910>>...107