Home
last modified time | relevance | path

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

12345678910>>...114

/PHP-5.6/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt15 echo "code after finally\n";
19 echo "code after second finally\n";
/PHP-5.6/ext/standard/tests/serialize/
H A Dserialization_precision_001.phpt9 * Source code: ext/standard/var.c
14 * Source code: ext/standard/var.c
H A Dserialization_precision_002.phpt9 * Source code: ext/standard/var.c
14 * Source code: ext/standard/var.c
/PHP-5.6/main/streams/
H A Dphp_stream_context.h93 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument
94 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-5.6/sapi/cli/tests/
H A D010.phpt18 $code = '
24 file_put_contents($filename, $code);
H A D008.phpt16 $code ='
27 file_put_contents($filename, $code);
H A Dbug65066_100.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 100 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 Dbug65066_511.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 511 status code
H A D014.phpt11 $code = '
28 file_put_contents($filename, $code);
38 string(1478) "<code><span style="color: #000000">
41 </code>"
/PHP-5.6/ext/phar/tests/
H A Dfrontcontroller3.phpt16 <code><span style="color: #000000">
19 </code>
H A Dfrontcontroller9.phpt16 <code><span style="color: #000000">
19 </code>
H A Dfrontcontroller15.phpt16 <code><span style="color: #000000">
19 </code>
/PHP-5.6/ext/phar/tests/cache_list/
H A Dfrontcontroller3.phpt17 <code><span style="color: #000000">
20 </code>
H A Dfrontcontroller9.phpt17 <code><span style="color: #000000">
20 </code>
H A Dfrontcontroller15.phpt17 <code><span style="color: #000000">
20 </code>
/PHP-5.6/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.6/ext/phar/tests/tar/
H A Dfrontcontroller3.phar.phpt16 <code><span style="color: #000000">
19 </code>
H A Dfrontcontroller9.phar.phpt16 <code><span style="color: #000000">
19 </code>
H A Dfrontcontroller15.phar.phpt16 <code><span style="color: #000000">
19 </code>
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_study.c83 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, in find_minlength() argument
97 if (*code == OP_CBRA || *code == OP_SCBRA || in find_minlength()
98 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE; in find_minlength()
833 const pcre_uchar *tcode = code + 1 + LINK_SIZE; in set_start_bits()
835 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
836 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
1421 code += GET(code, 1); /* Advance to next branch */ in set_start_bits()
1423 while (*code == OP_ALT); in set_start_bits()
1468 pcre_uchar *code; in pcre_study() local
1499 code = (pcre_uchar *)re + re->name_table_offset + in pcre_study()
[all …]
/PHP-5.6/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.

Completed in 98 milliseconds

12345678910>>...114