Searched refs:scripts (Results 1 – 25 of 41) sorted by relevance
12
/PHP-8.4/.github/actions/verify-generated-files/ |
H A D | action.yml | 9 scripts/dev/credits 10 scripts/dev/genfiles 11 scripts/gdb/debug_gdb_scripts_gen.php
|
/PHP-8.4/ext/pgsql/tests/ |
H A D | README.md | 3 Test scripts assumes: 6 * There is a PostgreSQL account for the users running the test scripts 13 create the database to execute the test scripts. By executing the above command
|
/PHP-8.4/scripts/dev/ |
H A D | makedist | 65 scripts/dev/makedist 68 scripts/dev/makedist PHP-7.4 71 scripts/dev/makedist php-7.4.0 74 scripts/dev/makedist php-7.4.0RC1 77 scripts/dev/makedist --remote=git@github.com:php/php-src.git php-7.4.0 154 ./scripts/dev/genfiles
|
H A D | credits | 19 it has been automatically created by scripts/dev/credits from
|
/PHP-8.4/ext/phar/tests/ |
H A D | zf_test.phpt | 45 phar://%szfapp.phar.tar.gz/application/default/views/scripts/error/error.phtml 46 phar://%szfapp.phar.tar.gz/application/default/views/scripts/index/index.phtml
|
/PHP-8.4/Zend/tests/ |
H A D | bug43183.phpt | 2 Bug #43183 ("use" of the same class in difference scripts results in a fatal error)
|
/PHP-8.4/.github/scripts/windows/ |
H A D | test.bat | 12 cmd /c %SDK_RUNNER% -t .github\scripts\windows\test_task.bat
|
H A D | build.bat | 44 cmd /c %SDK_RUNNER% -t .github\scripts\windows\build_task.bat
|
/PHP-8.4/ext/opcache/ |
H A D | zend_accelerator_module.c | 644 zval memory_usage, statistics, scripts; local 721 array_init(&scripts); 725 add_assoc_zval(&statistics, "functions", &scripts); 732 array_init(&scripts); 735 add_next_index_str(&scripts, key); 737 add_next_index_str(&scripts, Z_CE_P(zv)->name); 740 add_assoc_zval(&statistics, "classes", &scripts); 746 array_init(&scripts); 751 add_assoc_zval(&statistics, "scripts", &scripts); 758 if (accelerator_get_scripts(&scripts)) { [all …]
|
/PHP-8.4/build/ |
H A D | Makefile.global | 129 rm -f main/build-defs.h scripts/phpize 131 …rm -f scripts/man1/phpize.1 scripts/php-config scripts/man1/php-config.1 sapi/cli/php.1 sapi/cgi/p…
|
H A D | ax_func_which_gethostbyname_r.m4 | 53 # scripts that are the output of Autoconf when processing the Macro. You 55 # or distributing such scripts, even though portions of the text of the
|
/PHP-8.4/ext/opcache/tests/jit/ |
H A D | gh8461-005.phpt | 15 if (!isset(opcache_get_status()['scripts'][__DIR__ . '/gh8461-005.inc'])) {
|
H A D | gh8461-006.phpt | 26 if (!isset(opcache_get_status()['scripts'][__DIR__ . '/gh8461-006.inc'])) {
|
H A D | gh8591-002.phpt | 18 if (!isset(opcache_get_status()['scripts'][__DIR__ . '/gh8591-002.inc'])) {
|
H A D | gh8461-004.phpt | 18 if (!isset(opcache_get_status()['scripts'][__DIR__ . '/gh8461-004.inc'])) {
|
/PHP-8.4/ext/opcache/tests/ |
H A D | gh15021.phpt | 16 $firstRun = !isset(opcache_get_status()['scripts'][__DIR__ . DIRECTORY_SEPARATOR . 'gh15021_require…
|
H A D | blacklist-win32.phpt | 22 print_r(count($status['scripts']) > 0);
|
H A D | blacklist.phpt | 30 print_r(count($status['scripts']));
|
H A D | gh9164.phpt | 33 if (!isset(opcache_get_status()['scripts'][$incfile])) {
|
/PHP-8.4/ext/mysqli/tests/ |
H A D | bug77597.phpt | 2 Bug #77597: mysqli_fetch_field hangs scripts
|
/PHP-8.4/ |
H A D | .gitignore | 69 # Generated by configure scripts on all systems 109 /scripts/man1/*.1 123 # Executable binaries and scripts generated during the build process 131 /scripts/php-config 132 /scripts/phpize
|
H A D | CONTRIBUTING.md | 120 Submitting test scripts helps us to understand what functionality has changed. 217 ├─ credits_ext.h # Generated by `scripts/dev/credits` 218 ├─ credits_sapi.h # Generated by `scripts/dev/credits` 239 ├─ scripts/ # php-config, phpize and internal development scripts 272 maintainer. Explain what has been changed by your patch. Test scripts should be 281 - Create test scripts for use with `make test`.
|
/PHP-8.4/scripts/ |
H A D | Makefile.frag | 9 scripts/phpize.m4 \
|
/PHP-8.4/ext/standard/tests/file/ |
H A D | bug72035.phpt | 2 Bug #72035 php-cgi.exe fails to run scripts relative to drive root
|
/PHP-8.4/.github/actions/setup-x64/ |
H A D | action.yml | 17 ./.github/scripts/setup-slapd.sh
|
Completed in 38 milliseconds
12