Home
last modified time | relevance | path

Searched refs:major (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.2/ext/xsl/
H A Dphp_xsl.c223 int major, minor, subminor; in PHP_MINFO_FUNCTION() local
226 major = xsltLibxsltVersion/10000; in PHP_MINFO_FUNCTION()
227 minor = (xsltLibxsltVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
228 subminor = (xsltLibxsltVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
229 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
231 major = xsltLibxmlVersion/10000; in PHP_MINFO_FUNCTION()
232 minor = (xsltLibxmlVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
233 subminor = (xsltLibxmlVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
234 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
/PHP-8.2/ext/date/lib/
H A Dtimelib_private.h116 # define TIMELIB_GNUC_CHECK_VERSION(major, minor) \ argument
117 ((__GNUC__ > (major)) || \
118 ((__GNUC__ == (major)) && (__GNUC_MINOR__ >= (minor))))
120 # define TIMELIB_GNUC_CHECK_VERSION(major, minor) 0 argument
/PHP-8.2/ext/standard/
H A Dinfo.c276 major = "Windows 11"; in php_get_windows_name()
278 major = "Windows 10"; in php_get_windows_name()
282 major = "Windows Server 2022"; in php_get_windows_name()
293 major = "Windows Server 2019"; in php_get_windows_name()
299 major = "Windows Server 2016"; in php_get_windows_name()
308 major = "Windows Vista"; in php_get_windows_name()
310 major = "Windows Server 2008"; in php_get_windows_name()
314 major = "Windows 7"; in php_get_windows_name()
344 major = "Windows 8.1"; in php_get_windows_name()
350 major = "Windows 8"; in php_get_windows_name()
[all …]
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt36 printf("[003] Strange major version: '%s'. Should be more than 3\n", $matches[1]);
44 $major = floor($version / 10000);
47 if ($major < 3)
48 printf("[006] Strange major version: '%s'. Should be more than 3\n", $major);
/PHP-8.2/ext/fileinfo/libmagic/
H A Dfsmagic.c55 #if defined(major) && !defined(HAVE_MAJOR)
65 # define major(dev) (((dev) >> 8) & 0xff) macro
152 COMMA, major(sb->st_rdev), dv_unit(sb->st_rdev), in file_fsmagic()
157 COMMA, (long)major(sb->st_rdev), in file_fsmagic()
/PHP-8.2/ext/gd/tests/
H A Dimagecreatefromstring_avif.phpt13 echo "Reading image whose major brand is 'avif':\n";
24 Reading image whose major brand is 'avif':
/PHP-8.2/.github/
H A Dnightly_matrix.php43 $major = (int) $matches['num'];
46 return [$major, $minor];
/PHP-8.2/win32/
H A Dwinutil.c447 DWORD major = pNTHeader->OptionalHeader.MajorLinkerVersion; in is_compatible() local
462 …if (14 == major && (is_smaller ? core_minor < comp_minor : core_minor > comp_minor) || PHP_LINKER_… in is_compatible()
464 if (PHP_LINKER_MAJOR != major) in is_compatible()
469 spprintf(err, 0, format, buf, major, minor, PHP_LINKER_MAJOR, PHP_LINKER_MINOR); in is_compatible()
/PHP-8.2/ext/intl/tests/_files/
H A Des-bundle.txt11 major:int { 3 }
H A Dresourcebundle.txt11 major:int { 3 }
/PHP-8.2/ext/zlib/tests/
H A Dzlib_filter_inflate.phpt17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
H A Dzlib_filter_deflate.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
H A Dzlib_filter_deflate2.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
/PHP-8.2/ext/bz2/tests/
H A Dbz2_filter_compress.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
H A Dbz2_filter_decompress.phpt17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
/PHP-8.2/ext/intl/tests/
H A Dresourcebundle_arrayaccess.phpt21 printf( "testtable: %d\n", $r2['major'] );
H A Dresourcebundle_individual.phpt23 $str_res .= sprintf( "testtable: %d\n", ut_resourcebundle_get($r2, 'major' ) );
/PHP-8.2/ext/com_dotnet/
H A Dcom_typeinfo.c64 char *strtok_buf, *major, *minor; in php_com_load_typelib() local
75 major = php_strtok_r(NULL, ",", &strtok_buf); in php_com_load_typelib()
84 if (major && minor) { in php_com_load_typelib()
85 major_i = (WORD)atoi(major); in php_com_load_typelib()
94 if (FAILED(hr) && (major == NULL || minor == NULL)) { in php_com_load_typelib()
/PHP-8.2/ext/posix/
H A Dposix.stub.php279 function posix_mknod(string $filename, int $flags, int $major = 0, int $minor = 0): bool {} argument
H A Dposix.c596 zend_long major = 0, minor = 0; in PHP_FUNCTION() local
604 Z_PARAM_LONG(major) in PHP_FUNCTION()
613 if (major == 0) { in PHP_FUNCTION()
618 php_dev = makedev(major, minor); in PHP_FUNCTION()
/PHP-8.2/build/
H A Dltmain.sh2673 versuffix="-$major"
3330 major=
3348 major=".$current"
3353 major=".$current"
3378 major=.$major
3405 major=".$current"
3413 versuffix="-$major"
3425 major=
3445 major=
3576 major_save=$major
[all …]
H A Dlibtool.m41381 soname_spec='${libname}${release}${shared_ext}$major'
1446 soname_spec='${libname}${release}${shared_ext}$major'
1455 soname_spec='${libname}${release}${shared_ext}$major'
1530 soname_spec='${libname}${release}${major}$shared_ext'
1544 soname_spec='${libname}${release}${shared_ext}$major'
1597 soname_spec='${libname}${release}${shared_ext}$major'
1653 soname_spec='${libname}${release}${shared_ext}$major'
1672 soname_spec='${libname}${release}${shared_ext}$major'
1708 soname_spec='${libname}${release}${shared_ext}$major'
1762 soname_spec='${libname}${release}${shared_ext}$major'
[all …]
/PHP-8.2/scripts/dev/
H A Dmakedist48 - X is major version number
/PHP-8.2/ext/pdo_oci/
H A Doci_driver.c614 sword major, minor, update, patch, port_update; in oci_handle_get_attribute() local
617 OCIClientVersion(&major, &minor, &update, &patch, &port_update); in oci_handle_get_attribute()
618 slprintf(verstr, sizeof(verstr), "%d.%d.%d.%d.%d", major, minor, update, patch, port_update); in oci_handle_get_attribute()
/PHP-8.2/docs/
H A Drelease-process.md16 We publish [general availability][] (GA) releases for major and minor versions of
21 Each major and minor version undergoes a 24-week pre-release cycle before GA
23 first alpha release of the new major/minor version. The pre-release cycle
30 Feature freeze for the next major/minor occurs with the first beta release.
363 there is a new release, and highlight the major changes (e.g., security
657 The first number is the major version, and the second number is the minor
797 (X.Y=major.minor release, e.g. '8.0'):
805 highlight the major important things (security fixes) and when it is
826 A major/minor version [feature freeze][] occurs with the first beta release.
890 > minor improvements and bug fixes. All major improvements and new features must
[all …]

Completed in 56 milliseconds

12