/PHP-7.0/ |
H A D | .gitattributes | 1 ext/mysqlnd/mysqlnd.h ident 2 ext/simplexml/simplexml.c ident 3 ext/iconv/php_iconv.h ident 4 ext/posix/posix.c ident 5 ext/recode/recode.c ident 6 ext/skeleton/create_stubs ident 7 ext/phar/phar/pharcommand.inc ident 8 ext/phar/phar.c ident 9 ext/sysvmsg/sysvmsg.c ident 10 ext/enchant/enchant.c ident [all …]
|
H A D | .gitignore | 114 ext/phar/phar.php 176 ext/*/configure.in 177 ext/*/ltmain.sh 178 ext/*/libs.mk 179 ext/*/build 182 ext/*/acinclude.m4 183 ext/*/config.sub 212 ext/mssql/#*# 221 ext/pdo/conftest* 240 ext/phar/phar.1 [all …]
|
H A D | Makefile.gcov | 60 …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 …config scripts/man1/php-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.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; \
|
H A D | .travis.yml | 53 - . ./travis/ext/mysql/setup.sh 54 - . ./travis/ext/mysqli/setup.sh 55 - . ./travis/ext/pdo_mysql/setup.sh 56 - . ./travis/ext/pgsql/setup.sh 57 - . ./travis/ext/pdo_pgsql/setup.sh
|
/PHP-7.0/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.0/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.0/ext/pdo/ |
H A D | Makefile.frag | 10 …(cd $(top_srcdir); $(RE2C) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser… 14 @$(mkinstalldirs) $(INSTALL_ROOT)$(phpincludedir)/ext/pdo 17 $(INSTALL_DATA) $(top_srcdir)/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \ 19 $(INSTALL_DATA) $(top_builddir)/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \ 21 $(INSTALL_DATA) $(top_srcdir)/ext/pdo/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \ 23 $(INSTALL_DATA) $(top_builddir)/ext/pdo/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \
|
/PHP-7.0/ext/json/ |
H A D | config.w32 | 9 if (!FSO.FileExists("ext/json/json_scanner.c")) { 10 STDOUT.WriteLine("Generating ext/json/json_scanner.c"); 11 …xecute(PATH_PROG("re2c") + " -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/… 13 if (!FSO.FileExists("ext/json/json_parser.tab.c")) { 14 STDOUT.WriteLine("Generating ext/json/json_parser.tab.c"); 15 …STDOUT.WriteLine(execute(PATH_PROG("bison") + " --defines -l ext/json/json_parser.y -o ext/json/js… 20 PHP_INSTALL_HEADERS("ext/json/", "php_json.h php_json_parser.h php_json_scanner.h");
|
/PHP-7.0/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.0/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.0/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 | 34 $ext = 1; 36 $obj->a = &$ext; 42 $ext = 1; 45 $obj->b = &$ext; 50 $ext = 1; 54 $obj->c = &$ext; 58 $ext = 1; 60 $obj->a = &$ext; 61 $obj->b = &$ext; 66 $ext = 1; [all …]
|
/PHP-7.0/ext/iconv/ |
H A D | config.m4 | 96 echo > ext/iconv/php_have_bsd_iconv.h 97 echo > ext/iconv/php_have_glibc_iconv.h 98 echo > ext/iconv/php_have_libiconv.h 99 echo > ext/iconv/php_have_ibm_iconv.h 105 PHP_DEFINE([HAVE_LIBICONV],1,[ext/iconv]) 110 PHP_DEFINE([HAVE_BSD_ICONV],1,[ext/iconv]) 117 PHP_DEFINE([HAVE_GLIBC_ICONV],1,[ext/iconv]) 123 PHP_DEFINE([HAVE_IBM_ICONV],1,[ext/iconv]) 181 PHP_DEFINE([ICONV_BROKEN_IGNORE],0,[ext/iconv]) 185 PHP_DEFINE([ICONV_BROKEN_IGNORE],1,[ext/iconv]) [all …]
|
/PHP-7.0/sapi/cli/ |
H A D | generate_mime_type_map.php | 34 foreach($additional_mime_maps as $ext => $mime) { 35 if (!isset($extensions[$ext])) { 36 $extensions[$ext] = $mime; 38 printf(STDERR, "Ignored exist mime type: $ext => $mime\n");
|
/PHP-7.0/ext/standard/ |
H A D | Makefile.frag | 3 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standar… 6 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/…
|
/PHP-7.0/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.0/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.0/ext/mbstring/ |
H A D | config.w32 | 20 " /I ext/mbstring/oniguruma /D NOT_RUBY=1 \ 33 FSO.CopyFile("ext\\mbstring\\libmbfl\\config.h.w32", 34 "ext\\mbstring\\libmbfl\\config.h", true); 36 ADD_SOURCES("ext/mbstring/libmbfl/filters", "html_entities.c \ 63 ADD_SOURCES("ext/mbstring/libmbfl/nls", "nls_de.c nls_en.c nls_ja.c \ 77 FSO.CopyFile("ext\\mbstring\\oniguruma\\win32\\config.h", 78 "ext\\mbstring\\oniguruma\\config.h", true); 87 ADD_SOURCES("ext/mbstring/oniguruma", "regcomp.c regerror.c \ 90 ADD_SOURCES("ext/mbstring/oniguruma/enc", "ascii.c big5.c \ 97 ADD_SOURCES("ext/mbstring", "php_mbregex.c", "mbstring"); [all …]
|
/PHP-7.0/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()
|
/PHP-7.0/ext/phar/ |
H A D | config.m4 | 15 AC_MSG_WARN([Phar: sha256/sha512 signature support disabled if ext/hash is built shared]) 31 PHP_INSTALL_HEADERS([ext/phar], [php_phar.h]) 33 PHP_OUTPUT(ext/phar/phar.1 ext/phar/phar.phar.1)
|
/PHP-7.0/ext/reflection/tests/ |
H A D | 014.phpt | 7 $ext = new ReflectionExtension("standard"); 8 $consts = $ext->getConstants();
|
H A D | 011.phpt | 7 $ext = new ReflectionExtension("reflection"); 8 $classes = $ext->getClasses();
|
H A D | 013.phpt | 7 $ext = new ReflectionExtension("standard"); 8 $funcs = $ext->getFunctions();
|