Home
last modified time | relevance | path

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

12345678910>>...113

/PHP-7.1/ext/standard/tests/assert/
H A Dassert_error3.phpt15 …l error: Uncaught ParseError: syntax error, unexpected '$', expecting ';' in %s(%d) : assert code:1
20 Next Error: Failure evaluating code:
H A Dassert_error4.phpt16 …l error: Uncaught ParseError: syntax error, unexpected '$', expecting ';' in %s(%d) : assert code:1
21 Next Error: Failure evaluating code:
/PHP-7.1/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-7.1/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-7.1/ext/pdo_dblib/tests/
H A Dtimeout.phpt28 // expect some kind of error code
41 // expect some kind of error code
53 // expect some kind of error code
65 // expect some kind of error code
/PHP-7.1/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-7.1/sapi/cli/tests/
H A D010.phpt18 $code = '
24 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 Dbug71005.phpt10 $code = <<<'EOF'
16 php_cli_server_start($code);
/PHP-7.1/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>
/PHP-7.1/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-7.1/ext/phar/tests/cache_list/
H A Dfrontcontroller9.phpt17 <code><span style="color: #000000">
20 </code>
H A Dfrontcontroller3.phpt17 <code><span style="color: #000000">
20 </code>
H A Dfrontcontroller15.phpt17 <code><span style="color: #000000">
20 </code>
/PHP-7.1/Zend/tests/type_declarations/
H A Dexplicit_weak_include_strict.phpt2 explicitly strict_types=0 code including strict_types=1 code
/PHP-7.1/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 * Retrieve error code.
14 * Check if error code equals to expected one.
/PHP-7.1/ext/curl/
H A Dshare.c159 zend_long code; in PHP_FUNCTION() local
162 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &code) == FAILURE) { in PHP_FUNCTION()
166 str = curl_share_strerror(code); in PHP_FUNCTION()
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_study.c81 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, in find_minlength() argument
95 if (*code == OP_CBRA || *code == OP_SCBRA || in find_minlength()
96 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE; in find_minlength()
831 const pcre_uchar *tcode = code + 1 + LINK_SIZE; in set_start_bits()
833 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
834 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
1419 code += GET(code, 1); /* Advance to next branch */ in set_start_bits()
1421 while (*code == OP_ALT); in set_start_bits()
1466 pcre_uchar *code; in pcre_study() local
1497 code = (pcre_uchar *)re + re->name_table_offset + in pcre_study()
[all …]

Completed in 33 milliseconds

12345678910>>...113