Searched refs:code (Results 426 – 450 of 812) sorted by relevance
1...<<11121314151617181920>>...33
20 'code' => 0,
2 Bug #38623 (leaks in a tricky code with switch() and exceptions)
22 Fatal error: Cannot use [] for reading in %s(%d) : eval()'d code on line %d
9 set_error_handler(function($code, $msg) {
17 // The code below previously assumed a hash was actually computed, leading to a crash.
2 executing a code with -R
54 Property [ protected $code = 0 ]73 Parameter #1 [ <optional> int $code = 0 ]
10 set_error_handler(function($code, $msg) use(&$my_var) {
2 JIT JMPZ: JMPZ may require code for "smart branch" and at the same time be a target of another JMP.
2 Register Alloction 001: Spilling in "identical" code
15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
20 ["code"]=>
2 Returns are covariant, but we don't allow the code due to class ordering
11 the output of your test code has to be equal to the
6 * Source code: ext/spl/spl_array.c
25 Fatal error: No code may exist outside of namespace {} in %s on line 10
94 static void output (code_int code, GifCtx *ctx);503 output(code_int code, GifCtx *ctx);632 output(code_int code, GifCtx *ctx) argument641 ctx->cur_accum |= ((long)code << ctx->cur_bits);643 ctx->cur_accum = code;674 if( code == ctx->EOFCode ) {
6 // implicitly weak mode code
9 $this->code =& $refCode;
19 ["code":protected]=>
5 Source code: ext/posix/posix.c
12 echo "This code will crash!";
21 echo "code after finally\n";
2 Bug #37090 (mysqli_set_charset return code)
Completed in 59 milliseconds