/php-src/.github/ |
H A D | labeler.yml | 26 - ext/bcmath/**/* 31 - ext/bz2/**/* 46 - ext/ctype/**/* 51 - ext/curl/**/* 56 - ext/date/**/* 61 - ext/dba/**/* 66 - ext/dom/**/* 81 - ext/ffi/**/* 96 - ext/ftp/**/* 101 - 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/intl @devnexen 29 /ext/json @bukka 50 /ext/spl @Girgias [all …]
|
/php-src/ext/opcache/jit/ |
H A D | Makefile.frag.w32 | 5 ext\opcache\jit\ir\ir_emit_x86.h: ext\opcache\jit\ir\ir_x86.dasc $(BUILD_DIR)\\minilua.exe 6 @if exist ext\opcache\jit\ir\ir_emit_x86.h del ext\opcache\jit\ir\ir_emit_x86.h 13 ext\opcache\jit\ir\ir_fold_hash.h: $(BUILD_DIR)\\gen_ir_fold_hash.exe ext\opcache\jit\ir\ir_fold.h … 14 @if exist ext\opcache\jit\ir\ir_fold_hash.h del ext\opcache\jit\ir\ir_fold_hash.h 18 ext\opcache\jit\ir\ir.h \ 20 ext\opcache\jit\ir\ir_x86.h 23 ext\opcache\jit\ir\ir.h \ 25 ext\opcache\jit\ir\ir_x86.h \ 29 ext\opcache\jit\ir\ir.h \ 31 ext\opcache\jit\ir\ir_fold.h \ [all …]
|
/php-src/scripts/dev/ |
H A D | genfiles | 119 -f ext/json/Makefile.frag \ 120 ext/json/json_parser.tab.c \ 121 ext/json/json_scanner.c 124 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" srcdir=ext/pdo builddir=ext/pdo top_srcdir=. \ 125 -f ext/pdo/Makefile.frag \ 126 ext/pdo/pdo_sql_parser.c 145 -f ext/standard/Makefile.frag \ 147 ext/standard/url_scanner_ex.c 150 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" srcdir=ext/phar builddir=ext/phar top_srcdir=. \ 151 -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-src/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 -bci -o ext/json/json_scanner.c ext/json… 4 ext\json\json_parser.tab.c ext\json\json_parser.tab.h: ext\json\json_parser.y 5 $(BISON) $(BISON_FLAGS) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
|
/php-src/ |
H A D | codecov.yml | 3 - "ext/dom/lexbor/lexbor/core" 4 - "ext/dom/lexbor/lexbor/css" 5 - "ext/dom/lexbor/lexbor/dom" 6 - "ext/dom/lexbor/lexbor/encoding" 7 - "ext/dom/lexbor/lexbor/html" 8 - "ext/dom/lexbor/lexbor/ns" 9 - "ext/dom/lexbor/lexbor/ports" 10 - "ext/dom/lexbor/lexbor/tag" 11 - "ext/pcre/pcre2lib"
|
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 30 /ext/date/tests/ossfuzz*.txt binary 33 /ext/dom/lexbor/lexbor linguist-vendored
|
H A D | .gitignore | 102 /ext/phar/phar.1 103 /ext/phar/phar.phar.1 125 /ext/phar/phar.phar 126 /ext/phar/phar.php 138 /ext/json/json_scanner.c 140 /ext/pdo*/*_sql_parser.c 173 /ext/opcache/minilua 176 /ext/*/build/ 177 /ext/*/configure.ac 178 /ext/*/run-tests.php [all …]
|
/php-src/ext/standard/ |
H A D | Makefile.frag.w32 | 1 ext\standard\var_unserializer.c: ext\standard\var_unserializer.re 3 $(RE2C) $(RE2C_FLAGS) -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re 5 ext\standard\url_scanner_ex.c: ext\standard\url_scanner_ex.re 7 $(RE2C) $(RE2C_FLAGS) -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re 9 $(BUILD_DIR)\ext\standard\basic_functions.obj: $(PHP_SRC_DIR)\Zend\zend_language_parser.h
|
H A D | Makefile.frag | 2 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) -b -o ext/standard/var_unserializer.c ext/standard/var_u… 5 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) -b -o ext/standard/url_scanner_ex.c ext/standard/url_sca…
|
/php-src/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-src/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-src/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-src/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) -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re
|
/php-src/ext/pdo_mysql/ |
H A D | Makefile.frag.w32 | 1 ext\pdo_mysql\mysql_sql_parser.c: ext\pdo_mysql\mysql_sql_parser.re 3 $(RE2C) $(RE2C_FLAGS) -o ext/pdo_mysql/mysql_sql_parser.c ext/pdo_mysql/mysql_sql_parser.re
|
/php-src/ext/pdo_pgsql/ |
H A D | Makefile.frag.w32 | 1 ext\pdo_pgsql\pgsql_sql_parser.c: ext\pdo_pgsql\pgsql_sql_parser.re 3 $(RE2C) $(RE2C_FLAGS) -o ext/pdo_pgsql/pgsql_sql_parser.c ext/pdo_pgsql/pgsql_sql_parser.re
|
/php-src/ext/pdo_sqlite/ |
H A D | Makefile.frag.w32 | 1 ext\pdo_sqlite\sqlite_sql_parser.c: ext\pdo_sqlite\sqlite_sql_parser.re 3 $(RE2C) $(RE2C_FLAGS) -o ext/pdo_sqlite/sqlite_sql_parser.c ext/pdo_sqlite/sqlite_sql_parser.re
|
/php-src/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) -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re
|
/php-src/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 …]
|
/php-src/ext/xml/tests/ |
H A D | bug81481.phpt | 23 xml_parse($parser, '<root><i></i><b/><ext>Hello</ext>', false); 27 xml_parse($parser, '<ext></ext><ext></ext></root>', false);
|
/php-src/ext/dom/ |
H A D | config.w32 | 21 ADD_SOURCES("ext/dom/parentnode", "tree.c css_selectors.c", "dom"); 22 ADD_SOURCES("ext/dom/lexbor/lexbor/ports/windows_nt/lexbor/core", "memory.c", "dom"); 24 ADD_SOURCES("ext/dom/lexbor/lexbor/dom", "interface.c", "dom"); 27 …ADD_SOURCES("ext/dom/lexbor/lexbor/html/tree", "active_formatting.c open_elements.c error.c", "dom… 32 ADD_SOURCES("ext/dom/lexbor/lexbor/selectors-adapted", "selectors.c", "dom"); 33 ADD_SOURCES("ext/dom/lexbor/lexbor/css", "state.c log.c parser.c css.c", "dom"); 35 …ADD_SOURCES("ext/dom/lexbor/lexbor/css/syntax", "state.c parser.c syntax.c anb.c tokenizer.c token… 36 ADD_SOURCES("ext/dom/lexbor/lexbor/css/syntax/tokenizer", "error.c", "dom"); 37 ADD_SOURCES("ext/dom/lexbor/lexbor/ns", "ns.c", "dom"); 38 ADD_SOURCES("ext/dom/lexbor/lexbor/tag", "tag.c", "dom"); [all …]
|
/php-src/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-src/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
|