Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/PHP-8.0/ext/opcache/jit/
H A DMakefile.frag.w325 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…
10 ext/opcache/jit/zend_jit_x86.c \
11 ext/opcache/jit/zend_jit_helpers.c \
12 ext/opcache/jit/zend_jit_disasm_x86.c \
13 ext/opcache/jit/zend_jit_gdb.c \
14 ext/opcache/jit/zend_jit_perf_dump.c \
15 ext/opcache/jit/zend_jit_oprofile.c \
16 ext/opcache/jit/zend_jit_trace.c \
[all …]
/PHP-8.0/ext/json/
H A DMakefile.frag.w321 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
/PHP-8.0/ext/standard/
H A DMakefile.frag.w321 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 DMakefile.frag2 …_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.0/scripts/dev/
H A Dgenfiles118 -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 Dsearch_underscores.php34 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 …]
H A Dcredits12 for what in ext sapi
14 file=ext/standard/credits_$what.h
20 the information found in the various ext/.../CREDITS and
/PHP-8.0/ext/pcre/tests/
H A D005.phpt88 [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.0/ext/pdo/
H A DMakefile.frag14 …$(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 DMakefile.frag.w321 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.0/build/
H A Dorder_by_dep.awk37 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-8.0/ext/spl/tests/
H A DSplFileInfo_getExtension_basic.phpt7 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-8.0/ext/phar/
H A DMakefile.frag.w321 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.0/ext/standard/tests/serialize/
H A Dserialization_arrays_003.phpt21 $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 Dserialization_objects_014.phpt21 $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.0/
H A D.gitattributes2 /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
H A D.gitignore100 /ext/phar/phar.1
101 /ext/phar/phar.phar.1
123 /ext/phar/phar.phar
124 /ext/phar/phar.php
136 /ext/json/json_scanner.c
138 /ext/pdo/pdo_sql_parser.c
169 /ext/opcache/minilua
172 /ext/*/build/
173 /ext/*/configure.ac
174 /ext/*/run-tests.php
[all …]
/PHP-8.0/ext/filter/tests/
H A D042.phpt7 $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-8.0/ext/phar/phar/
H A Dphar.php27 foreach(array("SPL", "Reflection") as $ext)
29 if (!extension_loaded($ext)) {
30 echo "$argv[0] requires PHP extension $ext.\n";
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_worker_pool.c21 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.0/ext/fileinfo/libmagic/
H A Dapptype.c50 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-8.0/ext/reflection/tests/
H A D014.phpt5 $ext = new ReflectionExtension("standard");
6 $consts = $ext->getConstants();
H A D011.phpt5 $ext = new ReflectionExtension("reflection");
6 $classes = $ext->getClasses();
H A D013.phpt5 $ext = new ReflectionExtension("standard");
6 $funcs = $ext->getFunctions();
H A D015.phpt7 $ext = new ReflectionExtension("standard");
8 $inis = $ext->getINIEntries();

Completed in 47 milliseconds

12345678910>>...20