Home
last modified time | relevance | path

Searched refs:code (Results 451 – 475 of 812) sorted by relevance

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

/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);
H A Dbug78323.phpt2 FPM: Bug #78323 Test exit code for invalid parameters
/php-src/scripts/dev/
H A Dfind_tested.php200 $code = file_get_contents($file);
202 if (!preg_match('/--FILE--\s*(.*)\s*--(EXPECTF|EXPECTREGEX|EXPECT)?--/is', $code, $r)) {
/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 …]
/php-src/Zend/tests/traits/
H A Dconstant_011.phpt2 …ility modifiers should result in a fatal error, since this indicates that the code is incompatible.
H A Dconstant_012.phpt2 …ifferent values should result in a fatal error, since this indicates that the code is incompatible.
H A Dconstant_013.phpt2 …ferent finality should result in a fatal error, since this indicates that the code is incompatible.
/php-src/ext/spl/tests/
H A DarrayObject_uasort_basic1.phpt6 * Source code: ext/spl/spl_array.c
H A DarrayObject_uksort_basic1.phpt6 * Source code: ext/spl/spl_array.c
H A Dgh8318.phpt30 ["code":protected]=>
/php-src/ext/date/tests/
H A Dbug67118_2.phpt2 Regression introduce in fix for Bug #67118 - Invalid code
/php-src/ext/standard/tests/serialize/
H A Dbug69793.phpt5 …":7:{s:17:"'."\0".'Exception'."\0".'string";s:1:"a";s:7:"'."\0".'*'."\0".'code";i:0;s:7:"'."\0".'*…
/php-src/Zend/tests/
H A Dbug24635.phpt24 function out($code) { return; }
/php-src/tests/classes/
H A Dabstract_static.phpt34 …c() and must therefore be declared abstract in %sabstract_static.php(%d) : eval()'d code on line %d
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc12 ?string $code = 'echo "Hello world";',
23 if ($code) {
24 file_put_contents($doc_root . '/' . ($router ?: 'index.php'), '<?php ' . $code . ' ?>');
/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c220 conditional->code); in phpdbg_export_breakpoints_to_string()
228 conditional->code); in phpdbg_export_breakpoints_to_string()
235 phpdbg_asprintf(&new_str, "%sbreak if %s\n", str, conditional->code); in phpdbg_export_breakpoints_to_string()
878 new_break.code = estrndup(expr, expr_len); in phpdbg_create_conditional_break()
895 efree((char*)new_break.code); in phpdbg_create_conditional_break()
1369 ((phpdbg_breakcond_t*)brake)->code, in phpdbg_print_breakpoint()
1378 ((phpdbg_breakcond_t*)brake)->code, in phpdbg_print_breakpoint()
1607 brake->id, brake->param.str, brake->code, in phpdbg_print_breakpoints()
1613 brake->id, brake->param.str, brake->param.num, brake->code, in phpdbg_print_breakpoints()
1637 brake->id, brake->param.addr, brake->code, in phpdbg_print_breakpoints()
[all …]
/php-src/ext/opcache/tests/jit/
H A Dgh8461-001.phpt15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
H A Dgh8461-003.phpt15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
H A Dbug80634.phpt2 Bug #80634 (write_property handler of internal classes is skipped on preloaded JITted code)
H A Dbug80745.phpt2 Bug #80745 (JIT produces Assert failure and UNKNOWN:0 var_dumps in code involving bitshifts)
/php-src/ext/standard/tests/strings/
H A Dsprintf_rope_optimization_002.phpt8 // This error code is not included in error_reporting
/php-src/.github/actions/verify-generated-files/
H A Daction.yml16 git add . -N && git diff -a --exit-code
/php-src/ext/soap/tests/
H A Dcustom_content_type.phpt22 $code = <<<'PHP'
27 php_cli_server_start($code, null, $args);

Completed in 31 milliseconds

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