Home
last modified time | relevance | path

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

12345678910>>...33

/PHP-8.3/Zend/tests/
H A Dbug42767.phpt14 <pre><code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: …
H A Dmethods-on-non-objects-catch.phpt5 set_error_handler(function($code, $message) {
6 var_dump($code, $message);
H A Dbug71248.phpt19 $code = <<<'PHP'
24 eval($code);
H A Ddynamic_class_const_fetch.phpt10 function test($code) {
12 var_dump(eval($code));
48 Warning: Undefined variable $barr in %s : eval()'d code on line %d
51 Warning: Undefined variable $barr in %s : eval()'d code on line %d
/PHP-8.3/Zend/tests/type_declarations/
H A Dweak_call_strict.phpt2 strict_types=0 code calling strict_types=1 code
H A Dweak_explicit_call_strict.phpt2 Explicitly strict_types=0 code calling strict_types=1 code
/PHP-8.3/ext/com_dotnet/
H A Dcom_misc.c28 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception() argument
32 message = php_win32_error_to_msg(code); in php_com_throw_exception()
36 zend_throw_exception(php_com_exception_class_entry, message, (zend_long)(uint32_t)code); in php_com_throw_exception()
38 zend_throw_exception(php_com_exception_class_entry, message, (zend_long)code); in php_com_throw_exception()
/PHP-8.3/ext/tokenizer/tests/
H A DPhpToken_extension.phpt8 $code = <<<'PHP'
23 foreach (MyPhpToken::tokenize($code) as $token) {
H A Dbad_character.phpt14 foreach ($codes as $code) {
15 foreach (token_get_all($code) as $token) {
H A Dnamespaced_names.phpt8 $code = <<<'CODE'
17 foreach (PhpToken::tokenize($code) as $token) {
H A Dbug77966.phpt8 $code = <<<'CODE'
17 $tokens = PhpToken::tokenize($code, TOKEN_PARSE);
/PHP-8.3/ext/standard/tests/http/
H A Dgh11274.phpt28 echo "-- Testing redirect status code $status --\n";
43 -- Testing redirect status code 301 --
48 -- Testing redirect status code 302 --
53 -- Testing redirect status code 307 --
58 -- Testing redirect status code 308 --
/PHP-8.3/ext/hash/tests/
H A Dhash_serialize_004.phpt41 Incomplete or ill-formed serialization data ("sha1" code -1)
42 Incomplete or ill-formed serialization data ("sha1" code -1024)
43 Incomplete or ill-formed serialization data ("sha1" code -1)
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c83 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern() argument
86 if (gcontext == NULL) gcontext = (pcre2_general_context *)code; in pcre2_match_data_create_from_pattern()
87 return pcre2_match_data_create(((pcre2_real_code *)code)->top_bracket + 1, in pcre2_match_data_create_from_pattern()
/PHP-8.3/sapi/cli/tests/
H A D009.phpt18 string(57) "Either execute direct code, process stdin or use a file.
20 string(57) "Either execute direct code, process stdin or use a file.
H A D014.phpt11 $code = '
28 file_put_contents($filename, $code);
39 string(1158) "<pre><code style="color: #000000">
54 </span></code></pre>"
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-8.3/ext/phar/tests/
H A Dfrontcontroller3.phpt16code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
H A Dfrontcontroller9.phpt16code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
H A Dfrontcontroller15.phpt16code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
/PHP-8.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-8.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-8.3/ext/phar/tests/cache_list/
H A Dfrontcontroller9.phpt17code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…
/PHP-8.3/ext/phar/tests/tar/
H A Dfrontcontroller3.phar.phpt16code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #0077…

Completed in 25 milliseconds

12345678910>>...33