/PHP-7.3/ |
H A D | .gitattributes | 1 ext/mysqlnd/mysqlnd.h ident 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 13 /ext/dom/tests/bug40836.phpt -crlf 14 /ext/dom/tests/domelement.phpt -crlf 122 /ext/tidy/tests/009.phpt -crlf [all …]
|
H A D | .gitignore | 126 win32/ext 140 ext/*/configure.ac 141 ext/*/ltmain.sh 142 ext/*/libs.mk 143 ext/*/build 146 ext/*/acinclude.m4 147 ext/*/config.sub 161 ext/pdo/conftest* 169 ext/phar/phar.phar 170 ext/phar/phar.1 [all …]
|
H A D | Makefile.gcov | 59 …ext/bcmath/libbcmath ext/date/lib ext/fileinfo/libmagic ext/gd/libgd ext/mbstring/libmbfl ext/mbst…
|
H A D | Makefile.global | 123 …rm -f ext/date/lib/timelib_config.h ext/mbstring/oniguruma/config.h ext/mbstring/libmbfl/config.h … 124 …hp-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.1 sapi/phpdbg/phpdbg.1 ext/phar/phar.1 ext/phar/phar.p… 126 …ext/iconv/php_have_bsd_iconv.h ext/iconv/php_have_glibc_iconv.h ext/iconv/php_have_ibm_iconv.h ext… 127 rm -f ext/phar/phar.phar ext/phar/phar.php 129 rm -f ext/phar/phar/phar.inc; \
|
/PHP-7.3/ext/json/ |
H A D | Makefile.frag.w32 | 1 ext\json\json_scanner.c: ext\json\json_scanner.re 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.y 5 $(BISON) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
|
H A D | config.w32 | 8 if (!FSO.FileExists("ext/json/json_scanner.c")) { 9 STDOUT.WriteLine("Generating ext/json/json_scanner.c"); 10 …xecute(PATH_PROG("re2c") + " -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/… 12 if (!FSO.FileExists("ext/json/json_parser.tab.c")) { 13 STDOUT.WriteLine("Generating ext/json/json_parser.tab.c"); 14 …STDOUT.WriteLine(execute(PATH_PROG("bison") + " --defines -l ext/json/json_parser.y -o ext/json/js… 21 PHP_INSTALL_HEADERS("ext/json/", "php_json.h php_json_parser.h php_json_scanner.h");
|
/PHP-7.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-7.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-7.3/scripts/dev/ |
H A D | search_underscores.php | 36 foreach(get_loaded_extensions() as $ext) { 38 if (strpos($ext, "_") !== false) { 40 $extensions[$ext] = array(); 50 if (!($ext = $ref->getExtensionName())) {; variable 51 $ext = $ref->isInternal() ? "<internal>" : "<user>"; variable 53 if (!array_key_exists($ext, $extensions)) { 54 $extensions[$ext] = array(); 56 $extensions[$ext][$c] = array(); 61 $extensions[$ext][$c][] = $method; 83 foreach($extensions as $ext => &$classes) { [all …]
|
H A D | credits | 6 for what in ext sapi 8 file=ext/standard/credits_$what.h 14 the information found in the various php7/ext/.../CREDITS and
|
/PHP-7.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-7.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);
|
/PHP-7.3/ext/spl/tests/ |
H A D | SplFileInfo_getExtension_basic.phpt | 7 foreach ($exts as $ext) { 8 touch($file . $ext); 9 $info = new SplFileInfo($file . $ext); 10 var_dump($info->getExtension(), pathinfo($file . $ext, PATHINFO_EXTENSION)); 17 foreach ($exts as $ext) { 18 unlink($file . $ext);
|
/PHP-7.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…
|
H A D | config.m4 | 14 AC_MSG_WARN([Phar: sha256/sha512 signature support disabled if ext/hash is built shared]) 30 PHP_INSTALL_HEADERS([ext/phar], [php_phar.h]) 32 PHP_OUTPUT(ext/phar/phar.1 ext/phar/phar.phar.1)
|
/PHP-7.3/ext/standard/tests/serialize/ |
H A D | serialization_arrays_003.phpt | 32 $ext = 1; 34 $a[0] = &$ext; 40 $ext = 1; 43 $a[1] = &$ext; 48 $ext = 1; 52 $a[2] = &$ext; 56 $ext = 1; 58 $a[0] = &$ext; 59 $a[1] = &$ext; 64 $ext = 1; [all …]
|
H A D | serialization_objects_014.phpt | 32 $ext = 1; 34 $obj->a = &$ext; 40 $ext = 1; 43 $obj->b = &$ext; 48 $ext = 1; 52 $obj->c = &$ext; 56 $ext = 1; 58 $obj->a = &$ext; 59 $obj->b = &$ext; 64 $ext = 1; [all …]
|
/PHP-7.3/ext/iconv/ |
H A D | config.m4 | 91 echo > ext/iconv/php_have_bsd_iconv.h 92 echo > ext/iconv/php_have_glibc_iconv.h 93 echo > ext/iconv/php_have_libiconv.h 94 echo > ext/iconv/php_have_ibm_iconv.h 100 PHP_DEFINE([HAVE_LIBICONV],1,[ext/iconv]) 105 PHP_DEFINE([HAVE_BSD_ICONV],1,[ext/iconv]) 112 PHP_DEFINE([HAVE_GLIBC_ICONV],1,[ext/iconv]) 118 PHP_DEFINE([HAVE_IBM_ICONV],1,[ext/iconv]) 179 PHP_DEFINE([ICONV_BROKEN_IGNORE],0,[ext/iconv]) 183 PHP_DEFINE([ICONV_BROKEN_IGNORE],1,[ext/iconv]) [all …]
|
/PHP-7.3/sapi/cli/ |
H A D | generate_mime_type_map.php | 35 foreach($additional_mime_maps as $ext => $mime) { 36 if (!isset($extensions[$ext])) { 37 $extensions[$ext] = $mime; 39 printf(STDERR, "Ignored exist mime type: $ext => $mime\n");
|
/PHP-7.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/);< 18 XYZalert(/ext/filter+bypass/);ABC 19 XYZalert(/ext/filter+bypass/);ABC
|
/PHP-7.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-7.3/ext/mbstring/ |
H A D | config.w32 | 11 FSO.CopyFile("ext\\mbstring\\oniguruma\\src\\oniguruma.h", 12 "ext\\mbstring\\oniguruma\\oniguruma.h", true); 21 FSO.CopyFile("ext\\mbstring\\libmbfl\\config.h.w32", 22 "ext\\mbstring\\libmbfl\\config.h", true); 24 ADD_SOURCES("ext/mbstring/libmbfl/filters", "html_entities.c \ 65 FSO.CopyFile("ext\\mbstring\\oniguruma\\src\\config.h.win64", 66 "ext\\mbstring\\oniguruma\\src\\config.h", true); 68 FSO.CopyFile("ext\\mbstring\\oniguruma\\src\\config.h.win32", 69 "ext\\mbstring\\oniguruma\\src\\config.h", true); 80 ADD_SOURCES("ext/mbstring", "php_mbregex.c", "mbstring"); [all …]
|
/PHP-7.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()
|