Home
last modified time | relevance | path

Searched refs:code (Results 426 – 450 of 812) sorted by relevance

1...<<11121314151617181920>>...33

/php-src/Zend/tests/
H A Dbug73350.phpt20 'code' => 0,
H A Dbug38623.phpt2 Bug #38623 (leaks in a tricky code with switch() and exceptions)
H A Dbug55007.phpt22 Fatal error: Cannot use [] for reading in %s(%d) : eval()'d code on line %d
H A Drecord_errors_001.phpt9 set_error_handler(function($code, $msg) {
H A Dgh10251.phpt17 // The code below previously assumed a hash was actually computed, leading to a crash.
/php-src/sapi/cli/tests/
H A D010-2.phpt2 executing a code with -R
H A D005.phpt54 Property [ protected $code = 0 ]
73 Parameter #1 [ <optional> int $code = 0 ]
/php-src/ext/opcache/tests/jit/
H A Dassign_dim_011.phpt10 set_error_handler(function($code, $msg) use(&$my_var) {
H A Djmpz_001.phpt2 JIT JMPZ: JMPZ may require code for "smart branch" and at the same time be a target of another JMP.
H A Dreg_alloc_001.phpt2 Register Alloction 001: Spilling in "identical" code
H A Dgh8461-002.phpt15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_parser_warning_libxml_get_last_error.phpt20 ["code"]=>
/php-src/Zend/tests/type_declarations/variance/
H A Dclass_order_error.phpt2 Returns are covariant, but we don't allow the code due to class ordering
/php-src/ext/sodium/tests/
H A Dinstalled.phpt11 the output of your test code has to be equal to the
/php-src/ext/spl/tests/
H A DarrayObject_uasort_error1.phpt6 * Source code: ext/spl/spl_array.c
H A DarrayObject_uksort_error1.phpt6 * Source code: ext/spl/spl_array.c
/php-src/Zend/tests/namespaces/
H A Dns_087.phpt25 Fatal error: No code may exist outside of namespace {} in %s on line 10
/php-src/ext/gd/libgd/
H A Dgd_gif_out.c94 static void output (code_int code, GifCtx *ctx);
503 output(code_int code, GifCtx *ctx);
632 output(code_int code, GifCtx *ctx) argument
641 ctx->cur_accum |= ((long)code << ctx->cur_bits);
643 ctx->cur_accum = code;
674 if( code == ctx->EOFCode ) {
/php-src/Zend/tests/type_declarations/
H A Dscalar_weak_reference.phpt6 // implicitly weak mode code
/php-src/Zend/tests/exceptions/
H A Dexception_getters_with_ref_props.phpt9 $this->code =& $refCode;
/php-src/ext/json/tests/
H A Djson_decode_exceptions.phpt19 ["code":protected]=>
/php-src/ext/posix/tests/
H A Dposix_getsid.phpt5 Source code: ext/posix/posix.c
/php-src/ext/simplexml/tests/
H A Dbug38347.phpt12 echo "This code will crash!";
/php-src/Zend/tests/generators/finally/
H A Dreturn_return.phpt21 echo "code after finally\n";
/php-src/ext/mysqli/tests/
H A Dbug37090.phpt2 Bug #37090 (mysqli_set_charset return code)

Completed in 59 milliseconds

1...<<11121314151617181920>>...33