Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 2170) sorted by path

12345678910>>...87

/php-src/
H A D.editorconfig12 [{*.{awk,bat,c,cpp,d,dasc,h,l,re,skl,w32,y},Makefile*}]
H A D.gdbinit535 printf "%c", $str[$tmp]
H A D.gitattributes4 /ext/dba/libinifile/inifile.c ident
5 /ext/dba/libflatfile/flatfile.c ident
6 /ext/dba/libcdb/cdb_make.c ident
7 /ext/dba/libcdb/cdb.c ident
24 /main/gdb_inlined_script.c linguist-generated -diff
H A D.gitignore70 /main/internal_functions.c
71 /main/internal_functions_cli.c
138 /ext/json/json_scanner.c
140 /ext/pdo/pdo_sql_parser.c
141 /ext/phar/phar_path_check.c
144 /sapi/phpdbg/phpdbg_lexer.c
145 /Zend/zend_ini_scanner.c
154 /ext/json/json_parser.tab.c
155 /sapi/phpdbg/phpdbg_parser.c
158 /Zend/zend_ini_parser.c
[all …]
H A D.travis.yml5 language: c
76 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
H A DCODING_STANDARDS.md220 ```c
227 ```c
231 1. Main module source file must be named `modulename.c`.
249 ```c
257 ```c
H A DCONTRIBUTING.md167 ├─ zend_vm_opcodes.c # Generated by `Zend/zend_vm_gen.php`
189 ├─ parse_date.c # Generated by re2c 0.15.3
190 ├─ parse_iso_intervals.c # Generated by re2c 0.15.3
194 ├─ ffi_parser.c # Generated by https://github.com/dstogov/llk
198 ├─ data_file.c # Generated by `ext/fileinfo/create_data_file.php`
226 ├─ tokenizer_data.c # Generated by `ext/tokenizer/tokenizer_data_gen.sh`
247 ├─ cp_enc_map.c # Generated by `win32/cp_enc_map_gen.exe`
436 ```c
439 | Copyright (c) The PHP Group |
H A DLICENSE3 Copyright (c) 1999 - 2024 The PHP Group. All rights reserved.
H A DNEWS119 zend_jit.c). (nielsdos)
H A DREADME.REDIST.BINS8 8. ext/standard/strnatcmp.c
10 10. main/snprintf.c
15 15. ext/phar/zip.c portion extracted from libzip
64 Copyright(c) 2010-2019 Zoltan Herczeg
75 Copyright(c) 2009-2019 Zoltan Herczeg
125 Copyright (c) 1994 David Burren
255 scanf.c --
301 8. ext/standard/strnatcmp.c
328 Copyright (c) 1983, 1993
360 10. main/snprintf.c
[all …]
H A DUPGRADING.INTERNALS130 c. Windows build system changes
131 - The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19 have
192 c. ext/xsl
/php-src/.github/
H A DCODEOWNERS55 /Zend/zend_execute_API.c @dstogov
/php-src/.github/actions/setup-windows/
H A Daction.yml18 …pwsh -Command { $env:PGPASSWORD="root"; & "$env:PGBIN\psql" -U postgres -c "ALTER USER postgres WI…
/php-src/.github/scripts/windows/
H A Dbuild.bat44 cmd /c %SDK_RUNNER% -t .github\scripts\windows\build_task.bat
H A Dbuild_task.bat18 cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%…
24 …cmd /c phpsdk_deps --update --force --no-backup --branch %BRANCH% --stability %STABILITY% --deps %…
28 cmd /c buildconf.bat --force
41 cmd /c configure.bat ^
H A Dtest.bat12 cmd /c %SDK_RUNNER% -t .github\scripts\windows\test_task.bat
H A Dtest_task.bat106 start %DEPS_DIR%\bin\snmpd.exe -C -c %APPVEYOR_BUILD_FOLDER%\ext\snmp\tests\snmpd.conf -Ln
132 mkdir c:\tests_tmp
134 set TEST_PHP_JUNIT=c:\junit.out.xml
136 … --show-diff --show-slow 1000 --set-timeout 120 --temp-source c:\tests_tmp --temp-target c:\tests_…
/php-src/.github/workflows/
H A Dnightly.yml438c = file_get_contents("tests/Filesystem/FilesystemTest.php"); $c = str_replace("public function te…
481c = file_get_contents("src/Symfony/Component/HtmlSanitizer/Tests/HtmlSanitizerCustomTest.php"); $c
483c = file_get_contents("src/Symfony/Component/VarDumper/Tests/Caster/FFICasterTest.php"); $c = str_…
/php-src/TSRM/
H A DLICENSE1 Copyright (c) 1999-2006, Andi Gutmans, Sascha Schumann, Zeev Suraski.
H A DTSRM.c22 # define TSRM_ASSERT(c) assert(c) argument
24 # define TSRM_ASSERT(c) argument
H A Dconfig.w323 ADD_SOURCES("TSRM", "TSRM.c tsrm_win32.c");
H A Dthreads.m41 dnl Copyright (c) 1999, 2000 Sascha Schumann. All rights reserved.
/php-src/Zend/
H A DLICENSE3 Copyright (c) 1999-2006 Zend Technologies Ltd. All rights reserved.
H A DMakefile.frag8 $(srcdir)/zend_language_scanner.c $(srcdir)/zend_language_scanner_defs.h: $(srcdir)/zend_language_s…
9 …erted -cbdFt Zend/zend_language_scanner_defs.h -oZend/zend_language_scanner.c Zend/zend_language_s…
11 $(srcdir)/zend_language_parser.h: $(srcdir)/zend_language_parser.c
12 $(srcdir)/zend_language_parser.c: $(srcdir)/zend_language_parser.y
24 $(srcdir)/zend_ini_parser.h: $(srcdir)/zend_ini_parser.c
25 $(srcdir)/zend_ini_parser.c: $(srcdir)/zend_ini_parser.y
28 $(srcdir)/zend_ini_scanner.c: $(srcdir)/zend_ini_scanner.l
29 …--case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZend/zend_ini_scanner.c Zend/zend_ini_scanne…
35 $(srcdir)/zend_vm_execute.h $(srcdir)/zend_vm_opcodes.c: vm.gen.intermediate ;
/php-src/Zend/Optimizer/
H A Dblock_pass.c36 if (c) { in zend_optimizer_get_persistent_constant()
41 ZVAL_COPY_VALUE(result, &c->value); in zend_optimizer_get_persistent_constant()
53 if (c) { in zend_optimizer_get_persistent_constant()
54 ZVAL_COPY_VALUE(result, &c->value); in zend_optimizer_get_persistent_constant()
167 zval c; in zend_optimize_block() local
168 ZVAL_COPY(&c, &ZEND_OP1_LITERAL(src)); in zend_optimize_block()
185 zval_ptr_dtor_nogc(&c); in zend_optimize_block()
199 zval c; in zend_optimize_block() local
201 ZVAL_COPY(&c, &ZEND_OP1_LITERAL(src)); in zend_optimize_block()
210 zval_ptr_dtor_nogc(&c); in zend_optimize_block()
[all …]

Completed in 88 milliseconds

12345678910>>...87