Home
last modified time | relevance | path

Searched refs:old (Results 101 – 125 of 127) sorted by relevance

123456

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c4044 DWORD old, new; in zend_jit_unprotect()
4050 if (!VirtualProtect(dasm_buf, dasm_size, new, &old)) { in zend_jit_unprotect()
4070 DWORD old; in zend_jit_protect()
4072 if (!VirtualProtect(dasm_buf, dasm_size, PAGE_EXECUTE_READ, &old)) { in zend_jit_protect()
4334 DWORD old; in zend_jit_startup() local
4336 if (!VirtualProtect(dasm_buf, dasm_size, PAGE_EXECUTE_READWRITE, &old)) { in zend_jit_startup()
4343 DWORD old; in zend_jit_startup() local
4345 if (!VirtualProtect(dasm_buf, dasm_size, PAGE_EXECUTE_READ, &old)) { in zend_jit_startup()
H A Dzend_jit_x86.dasc45 |.define T3, [r4+0x50] // Used to store old value of IP
46 |.define T2, [r4+0x48] // Used to store old value of FP
73 |.define T3, [r4+0x20] // Used to store old value of IP (CALL VM only)
74 |.define T2, [r4+0x18] // Used to store old value of FP (CALL VM only)
87 |.define T3, [r4+0x18] // Used to store old value of IP (CALL VM only)
88 |.define T2, [r4+0x14] // Used to store old value of FP (CALL VM only)
3893 …(dasm_State **Dst, int var, zend_jit_addr src, uint32_t info, zend_jit_addr old, uint32_t old_info)
3901 if (Z_MODE(old) != IS_REG || Z_LOAD(old) || Z_STORE(old)) {
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_pconn_max_links.phpt132 printf("[010] Can connect using the old password, [%d] %s\n",
H A Dmysqli_stmt_affected_rows.phpt20 …printf("[003] Failed to drop old test table: [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_err…
/PHP-8.0/build/
H A Dphp.m41104 time_t old = 0;
1107 s = gmtime_r(&old, &t);
1119 time_t old = 0;
1122 s = gmtime_r(&old, &t);
2077 test -f $1 && mv $1 $1.old
2078 rm -f $1.old
H A Dpkg.m4178 [The pkg-config script could not be found or is too old. Make sure it
H A Dlibtool.m4161 # Determine commands to create old-style static archives.
3003 # We have old collect2
3994 # Sun compiler versions before 5.6, else PIC objects from an old
4315 # Commands used to build and install an old-style archive.
4321 # Create an old-style archive from a shared archive.
4491 # is reportedly fixed, but why not run on old versions too?
4539 # These are sane defaults that work on at least a few old systems.
4895 # old Intel C++ for x86_64 which still supported -KPIC.
5159 # old Intel for x86_64 which still supported -KPIC.
5694 # We have old collect2
[all …]
H A Dshtool891 rm -f $dsttmp.old
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c1291 char old; local
1294 old = path_info[0];
1305 path_info[0] = old;
/PHP-8.0/ext/opcache/
H A Dzend_file_cache.c205 char old = *s; local
212 *s = old;
215 *s = old;
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1687 # mips (for old 68020(!) SGI a.out), and netbsd (for old big-endian a.out).
1690 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at
2302 # old format 64 bit
2308 # old format 32 bit
2485 # old non ustar/POSIX tar
2488 # padding[255] in old star
3432 # Very old RAR archive
9950 0 name old-dump-be
9992 >0 use old-dump-be
10000 >0 use \^old-dump-be
[all …]
H A Dmagic1687 # mips (for old 68020(!) SGI a.out), and netbsd (for old big-endian a.out).
1690 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at
2302 # old format 64 bit
2308 # old format 32 bit
2485 # old non ustar/POSIX tar
2488 # padding[255] in old star
3432 # Very old RAR archive
9950 0 name old-dump-be
9992 >0 use old-dump-be
10000 >0 use \^old-dump-be
[all …]
/PHP-8.0/sapi/litespeed/
H A DREADME.md41 SAPI already, you just need to overwrite the old executable with this one and
/PHP-8.0/ext/standard/
H A Dconfig.m4356 dnl These are old deprecated functions
H A Dvar_unserializer.re561 /* If the value is overwritten, remove old type source from ref. */
566 /* Remove old entry from ref_props table, if it exists. */
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c1530 Node*old=nold+i;
1531 if(!ttisnil(gval(old)))
1532 setobj(L,luaH_set(L,t,key2tval(old)),gval(old));
2141 lu_mem old=g->totalbytes;
2145 g->estimate-=old-g->totalbytes;
2149 lu_mem old=g->totalbytes;
2155 g->estimate-=old-g->totalbytes;
2732 int old=ls->current;
5361 lua_CFunction old;
5362 old=G(L)->panic;
[all …]
/PHP-8.0/ext/phar/
H A Dphar.c50 zend_bool old, ini; in ZEND_INI_MH() local
53 old = PHAR_G(readonly_orig); in ZEND_INI_MH()
55 old = PHAR_G(require_hash_orig); in ZEND_INI_MH()
78 } else if (old && !ini) { in ZEND_INI_MH()
/PHP-8.0/
H A DUPGRADING.INTERNALS79 zend_get_zval_ptr() were removed. It's possible to get the old
H A DNEWS571 . Fixed bug #81435 (Observer current_observed_frame may point to an old
999 . Fixed bug #53251 (bindtextdomain with null dir doesn't return old value).
1411 . Deprecated old OCI8 function aliases. (Jens de Nies)
H A DCONTRIBUTING.md333 | PHP-7.2 | Is used to release the PHP 7.2.x series. This is an old stable version and is open fo…
H A DUPGRADING25 . Assertion failures now throw by default. If the old behavior is desired,
620 differently. To retain the old behavior, set the 'protocol_version'
H A Dphp.ini-development1277 ; http://php.net/oci8.old-oci-close-semantics
1905 ; Prevents caching files that are less than this number of seconds old. It
/PHP-8.0/ext/soap/
H A Dphp_encoding.c246 xmlChar old; in whiteSpace_collapse() local
253 old = '\0'; in whiteSpace_collapse()
255 if (*str != ' ' || old != ' ') { in whiteSpace_collapse()
259 old = *str; in whiteSpace_collapse()
262 if (old == ' ') { in whiteSpace_collapse()
/PHP-8.0/Zend/
H A Dzend_ast.c34 static inline void *zend_ast_realloc(void *old, size_t old_size, size_t new_size) { in zend_ast_realloc() argument
36 memcpy(new, old, old_size); in zend_ast_realloc()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch897 /* Compatibility with old code that looked in .mime */
919 /* Compatibility with old code that looked in .mime */
1464 z.next_in = CCAST(Bytef *, old);

Completed in 431 milliseconds

123456