Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...32

/php-src/Zend/tests/
H A Dns_087.phpt25 Fatal error: No code may exist outside of namespace {} in %s on line 10
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 Dexception_getters_with_ref_props.phpt9 $this->code =& $refCode;
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/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/ext/opcache/tests/jit/
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/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/scripts/dev/
H A Dfind_tested.php204 $code = file_get_contents($file);
206 if (!preg_match('/--FILE--\s*(.*)\s*--(EXPECTF|EXPECTREGEX|EXPECT)?--/is', $code, $r)) {
/php-src/ext/standard/tests/file/
H A Drename_variation8-win32.phpt49 …%s/rename_variation8_new.tmp): The system cannot find the file specified (code: 2) in %s on line %d
61 …ent_dir,%s/rename_basic_dir2): The system cannot find the file specified (code: 2) in %s on line %d
/php-src/sapi/fpm/tests/
H A Dsocket-close-on-exec.phpt25 $code = <<<'EOT'
55 $tester = new FPM\Tester($cfg, $code);
/php-src/ext/mysqlnd/
H A Dconfig9.m442 AC_DEFINE([MYSQLND_SSL_SUPPORTED], 1, [Enable core mysqlnd SSL code])
48 …PHP_SETUP_OPENSSL(MYSQLND_SHARED_LIBADD, [AC_DEFINE(MYSQLND_HAVE_SSL,1,[Enable mysqlnd code that u…
/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)
/php-src/docs-old/
H A Dself-contained-extensions.md7 * Source code for your module
95 The second names the source-code files. The third passes `$ext_shared` which is
104 `ext_skel.php` can be of great help when creating the common code for all
105 modules in PHP for you and also writing basic function definitions and C code
110 modules, use a simple module as a starting point and add your own code.
/php-src/ext/mbstring/libmbfl/
H A DLICENSE30 for this service if you wish); that you receive source code or can get
43 code. If you link other code with the library, you must provide
78 Public License permits more lax criteria for linking other code with
136 "Source code" for a work means the preferred form of the work for
224 This option is useful when you wish to copy part of the code of
236 source code from the same place satisfies the requirement to
237 distribute the source code, even though third parties are not
238 compelled to copy the source along with the object code.
253 that is part of the Library, the object code for the work may be a
291 uses the Library", as object code and/or source code, so that the
[all …]

Completed in 29 milliseconds

1...<<11121314151617181920>>...32