Searched refs:code (Results 451 – 475 of 812) sorted by relevance
1...<<11121314151617181920>>...33
/php-src/ext/standard/tests/file/ |
H A D | rename_variation8-win32.phpt | 49 …%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 D | socket-close-on-exec.phpt | 25 $code = <<<'EOT' 55 $tester = new FPM\Tester($cfg, $code);
|
H A D | bug78323.phpt | 2 FPM: Bug #78323 Test exit code for invalid parameters
|
/php-src/scripts/dev/ |
H A D | find_tested.php | 200 $code = file_get_contents($file); 202 if (!preg_match('/--FILE--\s*(.*)\s*--(EXPECTF|EXPECTREGEX|EXPECT)?--/is', $code, $r)) {
|
/php-src/docs-old/ |
H A D | self-contained-extensions.md | 7 * 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 D | LICENSE | 30 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 D | constant_011.phpt | 2 …ility modifiers should result in a fatal error, since this indicates that the code is incompatible.
|
H A D | constant_012.phpt | 2 …ifferent values should result in a fatal error, since this indicates that the code is incompatible.
|
H A D | constant_013.phpt | 2 …ferent finality should result in a fatal error, since this indicates that the code is incompatible.
|
/php-src/ext/spl/tests/ |
H A D | arrayObject_uasort_basic1.phpt | 6 * Source code: ext/spl/spl_array.c
|
H A D | arrayObject_uksort_basic1.phpt | 6 * Source code: ext/spl/spl_array.c
|
H A D | gh8318.phpt | 30 ["code":protected]=>
|
/php-src/ext/date/tests/ |
H A D | bug67118_2.phpt | 2 Regression introduce in fix for Bug #67118 - Invalid code
|
/php-src/ext/standard/tests/serialize/ |
H A D | bug69793.phpt | 5 …":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 D | bug24635.phpt | 24 function out($code) { return; }
|
/php-src/tests/classes/ |
H A D | abstract_static.phpt | 34 …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 D | php_cli_server.inc | 12 ?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 D | phpdbg_bp.c | 220 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 D | gh8461-001.phpt | 15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
|
H A D | gh8461-003.phpt | 15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
|
H A D | bug80634.phpt | 2 Bug #80634 (write_property handler of internal classes is skipped on preloaded JITted code)
|
H A D | bug80745.phpt | 2 Bug #80745 (JIT produces Assert failure and UNKNOWN:0 var_dumps in code involving bitshifts)
|
/php-src/ext/standard/tests/strings/ |
H A D | sprintf_rope_optimization_002.phpt | 8 // This error code is not included in error_reporting
|
/php-src/.github/actions/verify-generated-files/ |
H A D | action.yml | 16 git add . -N && git diff -a --exit-code
|
/php-src/ext/soap/tests/ |
H A D | custom_content_type.phpt | 22 $code = <<<'PHP' 27 php_cli_server_start($code, null, $args);
|
Completed in 31 milliseconds
1...<<11121314151617181920>>...33