/PHP-8.3/.github/ |
H A D | labeler.yml | 18 - ext/bcmath/**/* 21 - ext/bz2/**/* 30 - ext/ctype/**/* 33 - ext/curl/**/* 36 - ext/date/**/* 39 - ext/dba/**/* 42 - ext/dom/**/* 51 - ext/ffi/**/* 60 - ext/ftp/**/* 63 - ext/gd/**/* [all …]
|
H A D | CODEOWNERS | 20 /ext/curl @adoy 21 /ext/date @derickr 22 /ext/dba @Girgias 23 /ext/dom @nielsdos 24 /ext/ffi @dstogov 25 /ext/gd @devnexen 27 /ext/gmp @Girgias 28 /ext/imap @Girgias 30 /ext/json @bukka 51 /ext/spl @Girgias [all …]
|
/PHP-8.3/ext/json/ |
H A D | Makefile.frag.w32 | 1 ext\json\json_scanner.c ext\json\php_json_scanner_defs.h: ext\json\json_scanner.re ext\json\json_pa… 2 …$(RE2C) $(RE2C_FLAGS) -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/json/js… 4 ext\json\json_parser.tab.c ext\json\json_parser.tab.h: ext\json\json_parser.y 5 $(BISON) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
|
/PHP-8.3/ext/opcache/jit/ |
H A D | Makefile.frag.w32 | 5 ext\opcache\jit\zend_jit_x86.c: ext\opcache\jit\zend_jit_x86.dasc $(BUILD_DIR)\\minilua.exe 6 @if exist ext\opcache\jit\zend_jit_x86.c del ext\opcache\jit\zend_jit_x86.c 7 …$(BUILD_DIR)\\minilua.exe ext/opcache/jit/dynasm/dynasm.lua $(DASM_FLAGS) -o $@ ext/opcache/jit/ze… 9 $(BUILD_DIR)\ext\opcache\jit\zend_jit.obj: \ 10 ext/opcache/jit/zend_jit_x86.c \ 11 ext/opcache/jit/zend_jit_helpers.c \ 12 ext/opcache/jit/zend_jit_disasm.c \ 13 ext/opcache/jit/zend_jit_gdb.c \ 14 ext/opcache/jit/zend_jit_perf_dump.c \ 15 ext/opcache/jit/zend_jit_trace.c \ [all …]
|
/PHP-8.3/scripts/dev/ |
H A D | genfiles | 118 -f ext/json/Makefile.frag \ 119 ext/json/json_parser.tab.c \ 120 ext/json/json_scanner.c 123 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" srcdir=ext/pdo builddir=ext/pdo top_srcdir=. \ 124 -f ext/pdo/Makefile.frag \ 125 ext/pdo/pdo_sql_parser.c 129 -f ext/standard/Makefile.frag \ 131 ext/standard/url_scanner_ex.c 134 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" srcdir=ext/phar builddir=ext/phar top_srcdir=. \ 135 -f ext/phar/Makefile.frag \ [all …]
|
H A D | search_underscores.php | 34 foreach(get_loaded_extensions() as $ext) { 36 if (strpos($ext, "_") !== false) { 38 $extensions[$ext] = array(); 48 if (!($ext = $ref->getExtensionName())) {; variable 49 $ext = $ref->isInternal() ? "<internal>" : "<user>"; variable 51 if (!array_key_exists($ext, $extensions)) { 52 $extensions[$ext] = array(); 54 $extensions[$ext][$c] = array(); 59 $extensions[$ext][$c][] = $method; 81 foreach($extensions as $ext => &$classes) { [all …]
|
/PHP-8.3/ext/standard/ |
H A D | Makefile.frag.w32 | 1 ext\standard\var_unserializer.c: ext\standard\var_unserializer.re 3 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_… 5 ext\standard\url_scanner_ex.c: ext\standard\url_scanner_ex.re 7 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_sc… 9 $(BUILD_DIR)\ext\standard\basic_functions.obj: $(PHP_SRC_DIR)\Zend\zend_language_parser.h
|
H A D | Makefile.frag | 2 …_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/var_unserializer.c ext/sta… 5 …p_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/stan…
|
/PHP-8.3/ext/pcre/tests/ |
H A D | 005.phpt | 88 [2] => /p2/var/php_gcov/PHP_4_4/ext/ming/ming.c 91 [5] => /p2/var/php_gcov/PHP_4_4/ext/ming/ming.c 103 [2] => /p2/var/php_gcov/PHP_4_4/ext/ming/ming.c 106 [5] => /p2/var/php_gcov/PHP_4_4/ext/ming/ming.c 119 [5] => /p2/var/php_gcov/PHP_4_4/ext/oci8/oci8.c 305 [2] => /p2/var/php_gcov/PHP_4_4/ext/yp/yp.c 308 [5] => /p2/var/php_gcov/PHP_4_4/ext/yp/yp.c 414 [2] => ext/mysql/libmysql/my_tempnam.o 429 [2] => ext/mysql/libmysql/my_tempnam.o 446 [2] => ext/ming/ming.o [all …]
|
/PHP-8.3/ext/pdo/ |
H A D | Makefile.frag | 14 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re; \ 19 @$(mkinstalldirs) $(INSTALL_ROOT)$(phpincludedir)/ext/pdo 22 $(INSTALL_DATA) $(top_srcdir)/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \ 24 $(INSTALL_DATA) $(top_builddir)/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \ 26 $(INSTALL_DATA) $(top_srcdir)/ext/pdo/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \ 28 $(INSTALL_DATA) $(top_builddir)/ext/pdo/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \
|
H A D | Makefile.frag.w32 | 1 ext\pdo\pdo_sql_parser.c: ext\pdo\pdo_sql_parser.re 3 $(RE2C) $(RE2C_FLAGS) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re
|
/PHP-8.3/build/ |
H A D | order_by_dep.awk | 37 function do_deps(mod_idx, module_name, mod_name_len, dep, ext, val, depidx) 42 for (ext in mod_deps) { 43 if (substr(ext, 0, mod_name_len+1) != module_name SUBSEP) { 46 val = mod_deps[ext]; 47 ext = substr(ext, mod_name_len+2, length(ext)-mod_name_len); 49 depidx = get_module_index(ext);
|
H A D | Makefile.global | 122 rm -f ext/opcache/jit/zend_jit_x86.c 123 rm -f ext/opcache/jit/zend_jit_arm64.c 124 rm -f ext/opcache/minilua 129 …rm -f ext/date/lib/timelib_config.h ext/mbstring/libmbfl/config.h ext/oci8/oci8_dtrace_gen.h ext/o… 130 …hp-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.1 sapi/phpdbg/phpdbg.1 ext/phar/phar.1 ext/phar/phar.p… 132 rm -f ext/phar/phar.phar ext/phar/phar.php 134 rm -f ext/phar/phar/phar.inc; \
|
/PHP-8.3/ext/spl/tests/ |
H A D | SplFileInfo_getExtension_basic-win32.phpt | 11 foreach ($exts as $ext) { 12 touch($file . $ext); 13 $info = new SplFileInfo($file . $ext); 14 var_dump($info->getExtension(), pathinfo($file . $ext, PATHINFO_EXTENSION)); 21 foreach ($exts as $ext) { 22 @unlink($file . $ext);
|
H A D | SplFileInfo_getExtension_basic.phpt | 11 foreach ($exts as $ext) { 12 touch($file . $ext); 13 $info = new SplFileInfo($file . $ext); 14 var_dump($info->getExtension(), pathinfo($file . $ext, PATHINFO_EXTENSION)); 21 foreach ($exts as $ext) { 22 @unlink($file . $ext);
|
/PHP-8.3/ext/phar/ |
H A D | Makefile.frag.w32 | 1 ext\phar\phar_path_check.c: ext\phar\phar_path_check.re 3 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_che…
|
/PHP-8.3/ext/standard/tests/serialize/ |
H A D | serialization_arrays_003.phpt | 21 $ext = 1; 23 $a[0] = &$ext; 29 $ext = 1; 32 $a[1] = &$ext; 37 $ext = 1; 41 $a[2] = &$ext; 45 $ext = 1; 47 $a[0] = &$ext; 48 $a[1] = &$ext; 53 $ext = 1; [all …]
|
H A D | serialization_objects_014.phpt | 21 $ext = 1; 23 $obj->a = &$ext; 29 $ext = 1; 32 $obj->b = &$ext; 37 $ext = 1; 41 $obj->c = &$ext; 45 $ext = 1; 47 $obj->a = &$ext; 48 $obj->b = &$ext; 53 $ext = 1; [all …]
|
/PHP-8.3/ |
H A D | .gitignore | 103 /ext/phar/phar.1 104 /ext/phar/phar.phar.1 126 /ext/phar/phar.phar 127 /ext/phar/phar.php 139 /ext/json/json_scanner.c 141 /ext/pdo/pdo_sql_parser.c 173 /ext/opcache/minilua 176 /ext/*/build/ 177 /ext/*/configure.ac 178 /ext/*/run-tests.php [all …]
|
H A D | .gitattributes | 2 /ext/ext_skel.php ident 3 /ext/phar/phar/pharcommand.inc ident 4 /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 29 /ext/date/tests/ossfuzz*.txt binary
|
/PHP-8.3/ext/phar/phar/ |
H A D | phar.php | 27 foreach(array("SPL", "Reflection") as $ext) 29 if (!extension_loaded($ext)) { 30 echo "$argv[0] requires PHP extension $ext.\n";
|
/PHP-8.3/ext/filter/tests/ |
H A D | 042.phpt | 7 $var = 'XYZ< script>alert(/ext/filter+bypass/);< /script>ABC'; 12 script>alert(/ext/filter+bypass/);< 19 XYZalert(/ext/filter+bypass/);ABC 22 XYZalert(/ext/filter+bypass/);ABC
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_worker_pool.c | 21 char **ext = limit_extensions; in fpm_worker_pool_free_limit_extensions() local 22 while (*ext) { in fpm_worker_pool_free_limit_extensions() 23 free(*ext); in fpm_worker_pool_free_limit_extensions() 24 ext++; in fpm_worker_pool_free_limit_extensions()
|
/PHP-8.3/ext/mbstring/ |
H A D | config.w32 | 16 FSO.CopyFile("ext\\mbstring\\libmbfl\\config.h.w32", 17 "ext\\mbstring\\libmbfl\\config.h", true); 19 ADD_SOURCES("ext/mbstring/libmbfl/filters", "html_entities.c \ 28 ADD_SOURCES("ext/mbstring/libmbfl/mbfl", "mbfilter.c mbfilter_8bit.c \ 33 ADD_SOURCES("ext/mbstring/libmbfl/nls", "nls_de.c nls_en.c nls_ja.c \ 37 …PHP_INSTALL_HEADERS("ext/mbstring", "mbstring.h libmbfl/config.h libmbfl/mbfl/eaw_table.h libmbfl/… 49 ADD_SOURCES("ext/mbstring", "php_mbregex.c", "mbstring"); 50 PHP_INSTALL_HEADERS("ext/mbstring", "php_mbregex.h php_onig_compat.h");
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | apptype.c | 50 fname[_MAX_FNAME], ext[_MAX_EXT]; in file_os2_apptype() local 61 _splitpath(filename, drive, dir, fname, ext); in file_os2_apptype() 65 (*ext == '\0') ? "." : ext); in file_os2_apptype() 131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
|