Home
last modified time | relevance | path

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

12345678910>>...119

/PHP-7.3/ext/intl/tests/
H A Dsymfony_format_type_int64_intl6.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
14 // execute the code from #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl7.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
14 // execute the code from #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl8.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
14 // execute the code from #testFormatTypeInt64Intl
H A Dsymfony_format_type_int32_intl4.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_intl5.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
14 // execute the code from #testFormatTypeInt32Intl
/PHP-7.3/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt15 echo "code after finally\n";
19 echo "code after second finally\n";
/PHP-7.3/ext/openssl/tests/
H A Dstream_security_level.phpt65 Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
66 … routines:tls_process_server_certificate:certificate verify failed in %s : eval()'d code on line %d
68 Warning: stream_socket_client(): Failed to enable crypto in %s : eval()'d code on line %d
70 …ient(): unable to connect to ssl://127.0.0.1:64322 (Unknown error) in %s : eval()'d code on line %d
/PHP-7.3/ext/standard/tests/assert/
H A Dassert02.phpt40 Notice: Undefined variable: a in %sassert02.php(%d) : assert code on line 1
45 Failure evaluating code:
54 …l error: Uncaught ParseError: syntax error, unexpected '=', expecting ';' in %s(%d) : assert code:1
59 Next Error: Failure evaluating code:
/PHP-7.3/ext/soap/tests/soap12/
H A Dsoap12-test.inc115 function validateCountryCode($code) {
116 if (strlen($code) != 2) {
117 …Not a valid country code", NULL, NULL, NULL, new SoapHeader("http://example.org/ts-tests", "valida…
/PHP-7.3/ext/com_dotnet/
H A Dcom_misc.c30 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception() argument
34 message = php_win32_error_to_msg(code); in php_com_throw_exception()
38 zend_throw_exception(php_com_exception_class_entry, message, (zend_long)(uint32_t)code); in php_com_throw_exception()
40 zend_throw_exception(php_com_exception_class_entry, message, (zend_long)code); in php_com_throw_exception()
/PHP-7.3/ext/tokenizer/tests/
H A Dbug76991.phpt6 $code = <<<CODE
16 foreach (token_get_all($code) as $token) {
/PHP-7.3/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.3/sapi/litespeed/
H A Dlsapilib.h195 int LSAPI_ErrResponse_r( LSAPI_Request * pReq, int code, const char ** pRespHeaders,
198 static inline int LSAPI_SetRespStatus_r( LSAPI_Request * pReq, int code ) in LSAPI_SetRespStatus_r() argument
202 pReq->m_respHeader.m_respInfo.m_status = code; in LSAPI_SetRespStatus_r()
349 static inline int LSAPI_SetRespStatus( int code ) in LSAPI_SetRespStatus() argument
350 { return LSAPI_SetRespStatus_r( &g_req, code ); } in LSAPI_SetRespStatus()
352 static inline int LSAPI_ErrResponse( int code, const char ** pRespHeaders, const char * pBody, int … in LSAPI_ErrResponse() argument
353 { return LSAPI_ErrResponse_r( &g_req, code, pRespHeaders, pBody, bodyLen ); } in LSAPI_ErrResponse()
/PHP-7.3/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.3/sapi/cli/tests/
H A D010.phpt18 $code = '
24 file_put_contents($filename, $code);
/PHP-7.3/main/streams/
H A Dphp_stream_context.h91 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument
92 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_INFO, \
114 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
115 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_ERR, \
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c86 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match() argument
92 (void)code; in pcre2_jit_match()
103 pcre2_real_code *re = (pcre2_real_code *)code; in pcre2_jit_match()
175 match_data->code = re; in pcre2_jit_match()
/PHP-7.3/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.3/ext/spl/tests/
H A Dbug73423.phpt71 Fatal error: Uncaught Error: Class 'NotExists' not found in %sbug73423.php(%d) : eval()'d code:1
77 Next Error: Class 'NotExists' not found in %sbug73423.php(%d) : eval()'d code:1
82 thrown in %sbug73423.php(%d) : eval()'d code on line 1
/PHP-7.3/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>
/PHP-7.3/ext/phar/tests/zip/
H A Dfrontcontroller9.phar.phpt16 <code><span style="color: #000000">
19 </code>

Completed in 21 milliseconds

12345678910>>...119