Home
last modified time | relevance | path

Searched refs:code (Results 101 – 125 of 2836) sorted by relevance

12345678910>>...114

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregint.h282 #define DIGITVAL(code) ((code) - '0') argument
283 #define ODIGITVAL(code) DIGITVAL(code) argument
284 #define XDIGITVAL(enc,code) \ argument
285 (ONIGENC_IS_CODE_DIGIT(enc,code) ? DIGITVAL(code) \
286 : (ONIGENC_IS_CODE_UPPER(enc,code) ? (code) - 'A' + 10 : (code) - 'a' + 10))
578 #define GET_CODE_POINT(code,p) code = *((OnigCodePoint* )(p)) argument
632 #define IS_MC_ESC_CODE(code, syn) \ argument
633 ((code) == MC_ESC(syn) && \
750 #define IS_CODE_SB_WORD(enc,code) \ argument
751 (ONIGENC_IS_CODE_ASCII(code) && ONIGENC_IS_CODE_WORD(enc,code))
[all …]
/PHP-5.6/sapi/cli/tests/
H A D016.phpt54 foreach ($codes as $key => $code) {
56 $code = escapeshellarg($code);
57 echo `echo $code | "$php" -a`, "\n";
H A D009.phpt16 string(57) "Either execute direct code, process stdin or use a file.
18 string(57) "Either execute direct code, process stdin or use a file.
/PHP-5.6/ext/standard/tests/strings/
H A Dhighlight_file.phpt47 <code><span style="color: #000000">
50 </code>bool(true)
51 <code><span style="color: #000000">
54 </code>bool(true)
55 <code><span style="color: #000000">
58 </code>bool(true)
/PHP-5.6/Zend/tests/
H A Dbug42767.phpt14 <code><span style="color: #000000">
17 </code>
/PHP-5.6/ext/interbase/tests/
H A Dibase_errmsg_001.phpt20 Warning: ibase_query(): Dynamic SQL Error SQL error code = -104 %s on line %d
21 string(%d) "Dynamic SQL Error SQL error code = -104 %s"
/PHP-5.6/ext/standard/tests/assert/
H A Dassert_error3.phpt17 Parse error: syntax error, unexpected '$' in %s(3) : assert code on line 1
19 Catchable fatal error: assert(): Failure evaluating code:
H A Dassert_error4.phpt17 Parse error: syntax error, unexpected '$' in %s(3) : assert code on line 1
19 Catchable fatal error: assert(): Failure evaluating code:
/PHP-5.6/ext/standard/tests/general_functions/
H A Dhighlight_heredoc.phpt19 <code><span style="color: #000000">
21 </code>
/PHP-5.6/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()
346 static inline int LSAPI_SetRespStatus( int code ) in LSAPI_SetRespStatus() argument
347 { return LSAPI_SetRespStatus_r( &g_req, code ); } in LSAPI_SetRespStatus()
349 static inline int LSAPI_ErrResponse( int code, const char ** pRespHeaders, const char * pBody, int … in LSAPI_ErrResponse() argument
350 { return LSAPI_ErrResponse_r( &g_req, code, pRespHeaders, pBody, bodyLen ); } in LSAPI_ErrResponse()
/PHP-5.6/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-5.6/ext/intl/tests/
H A Dsymfony_format_type_double_intl2.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeDoubleIntl
14 // execute the code from #testFormatTypeDoubleIntl
H A Dsymfony_format_type_double_intl3.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeDoubleIntl
14 // execute the code from #testFormatTypeDoubleIntl
H A Dsymfony_format_type_double_intl4.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeDoubleIntl
14 // execute the code from #testFormatTypeDoubleIntl
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
H A Dsymfony_format_type_int64_intl1.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_intl2.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_intl3.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_intl4.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_intl5.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_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_double_intl1.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeDoubleIntl
14 // execute the code from #testFormatTypeDoubleIntl

Completed in 40 milliseconds

12345678910>>...114