Home
last modified time | relevance | path

Searched refs:code (Results 76 – 100 of 790) sorted by path

12345678910>>...32

/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_eval_call.phpt19 #0 %ssensitive_parameter_eval_call.php(11) : eval()'d code(1): test(Object(SensitiveParameterValue))
25 string(%d) "%ssensitive_parameter_eval_call.php(11) : eval()'d code"
51 string(%d) "%ssensitive_parameter_eval_call.php(11) : eval()'d code"
/php-src/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt15 echo "code after finally\n";
19 echo "code after second finally\n";
H A Dreturn_return.phpt21 echo "code after finally\n";
/php-src/Zend/tests/generators/
H A Dget_return.phpt39 // not of the generator return value, so this code is okay
/php-src/Zend/tests/
H A Dgh10072-2.phpt2 GH-10072 (PHP crashes when execute_ex is overridden and a trampoline is used from internal code dur…
H A Dgh10072.phpt2 GH-10072 (PHP crashes when execute_ex is overridden and a trampoline is used from internal code)
H A Dgh10251.phpt17 // The code below previously assumed a hash was actually computed, leading to a crash.
H A Dgh7771_3.phpt15 Fatal error: Constant expression contains invalid operations in %sgh7771_3.php(7) : eval()'d code o…
H A Dgh9407.phpt2 GH-9407: LSP error in eval'd code refers to wrong class for static type
24 …f B::duplicate(): A must be compatible with A::duplicate(): static in %s : eval()'d code on line %d
H A Dmethods-on-non-objects-catch.phpt5 set_error_handler(function($code, $message) {
6 var_dump($code, $message);
H A Dmethods-on-non-objects-usort.phpt5 set_error_handler(function($code, $message) {
6 var_dump($code, $message);
H A Dnowdoc_013.phpt12 $code = <<<'EOF'
20 highlight_string($code);
23 <pre><code style="color: #000000"><span style="color: #0000BB">&lt;?php
28 </span><span style="color: #0000BB">?&gt;</span></code></pre>
H A Dnowdoc_014.phpt11 $code = <<<'EOF'
18 highlight_string($code);
21 <pre><code style="color: #000000"><span style="color: #0000BB">&lt;?php
25 </span><span style="color: #0000BB">?&gt;</span></code></pre>
H A Dns_087.phpt25 Fatal error: No code may exist outside of namespace {} in %s on line 10
H A Dobjects_033.phpt10 // In the code snippet below, the print_r() has the side-effect
H A Doutput_started_at_eval.phpt11 … information - headers already sent by (output started at %s(2) : eval()'d code:1) in %s on line %d
H A Drecord_errors_001.phpt9 set_error_handler(function($code, $msg) {
H A Drequire_parse_exception.phpt8 function test_parse_error($code) {
10 require 'data://text/plain;base64,' . base64_encode($code);
H A Dstatic_variable_in_dynamic_function.phpt6 $code = <<<'CODE'
15 eval($code);
H A Dstatic_variable_in_dynamic_function_2.phpt6 $code = <<<'CODE'
14 eval($code);
H A Dstr_offset_006.phpt5 set_error_handler(function($code, $msg) {
H A Dstr_offset_007.phpt5 set_error_handler(function($code, $msg) {
H A Dstr_offset_008.phpt5 set_error_handler(function($code, $msg) {
H A Dthrowable_003.phpt2 Test user code implementing Throwable results in fatal error
/php-src/Zend/tests/match/
H A Dmatch_of_phi_optimization.phpt2 Unreachable code elimination when match argument is a phi node

Completed in 22 milliseconds

12345678910>>...32