Home
last modified time | relevance | path

Searched refs:old (Results 1 – 25 of 123) sorted by path

12345

/PHP-7.4/
H A DCONTRIBUTING.md336 | 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 DNEWS2459 . Redesigned the old ext_skel program written in PHP, run:
H A DUPGRADING803 Directory is still accepted for old versions without libodbc.pc.
H A Dconfigure.ac415 dnl locale.h is checked for supporting old code in extensions such as imagick.
/PHP-7.4/Zend/
H A DREADME.md41 Most parts of the old zend_execute.c go into `zend_vm_def.h`. Here you can find
59 same as in old `zend_execute.c`, but now it uses macros to access opcode
62 You can see the conformity of new macros to old code in the following list:
131 or exclude old executor together with specialized one using
132 `--without-old-executor`. At last you can debug executor using original
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-7.4/Zend/tests/
H A Dbug32322.phpt25 echo "Using old class " . self::$instance -> myname . "\n";
37 echo "Using old class " . $instance2 -> myname . "\n";
69 Using old class Singleton1
72 Using old class Singleton1
75 Using old class Singleton2
78 Using old class Singleton2
H A Dbug38942.phpt2 Bug #38942 (Double old-style-ctor inheritance)
H A Dbug52051.phpt2 Bug #52051 (handling of case sensitivity of old-style constructors changed in 5.3+)
H A Ddynamic_call_001.phpt2 Testing dynamic call to constructor (old-style)
/PHP-7.4/build/
H A Dlibtool.m4161 # Determine commands to create old-style static archives.
3002 # We have old collect2
3993 # Sun compiler versions before 5.6, else PIC objects from an old
4314 # Commands used to build and install an old-style archive.
4320 # Create an old-style archive from a shared archive.
4490 # is reportedly fixed, but why not run on old versions too?
4538 # These are sane defaults that work on at least a few old systems.
4894 # old Intel C++ for x86_64 which still supported -KPIC.
5158 # old Intel for x86_64 which still supported -KPIC.
5693 # We have old collect2
[all …]
H A Dphp.m41126 time_t old = 0;
1129 s = gmtime_r(&old, &t);
1141 time_t old = 0;
1144 s = gmtime_r(&old, &t);
2115 test -f $1 && mv $1 $1.old
2116 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 Dshtool891 rm -f $dsttmp.old
/PHP-7.4/docs/
H A Doutput-api.md1 # API adjustment to the old output control code
23 // not possible with old API
38 // not possible with old API
46 // not possible with old API
82 // not possible with old API, unless hardcoding into output.c
86 // not possible with old API
90 // not possible with old API
94 //not possible with old API
98 // not possible with old API
102 // not possible with old API
[all …]
H A Drelease-process.md269 1. Update `phpweb/include/releases.inc` with the old release info (updates the
276 the old information to `include/releases.inc`.
/PHP-7.4/ext/calendar/
H A Dcalendar.c514 char *p, old[18], *endofalafim; in heb_number_to_chars() local
516 p = endofalafim = old; in heb_number_to_chars()
596 *ret = estrndup(old, (p - old) + 1); in heb_number_to_chars()
/PHP-7.4/ext/curl/
H A Dconfig.m429 AC_MSG_CHECKING([for libcurl linked against old openssl])
58 AC_DEFINE([HAVE_CURL_OLD_OPENSSL], [1], [Have cURL with old OpenSSL])
/PHP-7.4/ext/curl/tests/
H A Dbug65646_open_basedir_new.phpt8 if (version_compare(curl_version()['version'], '7.19.4', '<')) exit("skip curl version is too old");
/PHP-7.4/ext/date/tests/
H A Dbug67308.phpt7 // Ensure we can still unserialize the old style.
/PHP-7.4/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt19 echo "New child replaces old child:\n" . $document->saveXML();
34 New child replaces old child:
/PHP-7.4/ext/ffi/
H A Dffi.c2953 if (old == type) { in zend_ffi_same_types()
2957 if (old->kind != type->kind in zend_ffi_same_types()
2958 || old->size != type->size in zend_ffi_same_types()
2959 || old->align != type->align in zend_ffi_same_types()
2960 || old->attr != type->attr) { in zend_ffi_same_types()
2964 switch (old->kind) { in zend_ffi_same_types()
3010 } else if (old->func.args) { in zend_ffi_same_types()
3035 if (old->kind != sym->kind || old->is_const != sym->is_const) { in zend_ffi_same_symbols()
3040 if (old->value != sym->value) { in zend_ffi_same_symbols()
3051 if (old->kind != tag->kind) { in zend_ffi_same_tags()
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch942 /* Compatibility with old code that looked in .mime */
964 /* Compatibility with old code that looked in .mime */
1540 z.next_in = CCAST(Bytef *, old);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c498 unsigned char flg = old[3]; in uncompressgzipped()
504 data_start += 2 + old[data_start] + old[data_start + 1] * 256; in uncompressgzipped()
507 while(data_start < *n && old[data_start]) in uncompressgzipped()
512 while(data_start < *n && old[data_start]) in uncompressgzipped()
523 old += data_start; in uncompressgzipped()
524 return uncompresszlib(old, newch, bytes_max, n, 0); in uncompressgzipped()
539 z.next_in = CCAST(Bytef *, old); in uncompresszlib()
622 writechild(int fd, const void *old, size_t n) in writechild() argument
637 if (swrite(fd, old, n) != CAST(ssize_t, n)) { in writechild()
700 return uncompressgzipped(old, newch, bytes_max, n); in uncompressbuf()
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_buffer_basic-mb.phpt45 string(22) "old ACE/gr binary file"

Completed in 173 milliseconds

12345