Home
last modified time | relevance | path

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

12345678910>>...99

/PHP-7.4/tests/lang/
H A Dbug71897.phpt13 Warning: Unexpected character in input: '%s' (ASCII=127) state=0 in %s(%d) : eval()'d code on line…
15 Parse error: syntax error, unexpected 'b' (T_STRING) in %s(%d) : eval()'d code on line %d
/PHP-7.4/sapi/cli/tests/
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.
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.4/ext/standard/tests/strings/
H A Dhighlight_file.phpt49 <code><span style="color: #000000">
52 </code>bool(true)
53 <code><span style="color: #000000">
56 </code>bool(true)
57 <code><span style="color: #000000">
60 </code>bool(true)
/PHP-7.4/ext/intl/tests/
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_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_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
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_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_intl5.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt64Intl
14 // execute the code from #testFormatTypeInt64Intl
/PHP-7.4/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.4/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.4/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.4/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.4/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()

Completed in 26 milliseconds

12345678910>>...99