/PHP-8.0/ext/xsl/ |
H A D | php_xsl.c | 243 int major, minor, subminor; in PHP_MINFO_FUNCTION() local 246 major = xsltLibxsltVersion/10000; in PHP_MINFO_FUNCTION() 247 minor = (xsltLibxsltVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION() 248 subminor = (xsltLibxsltVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION() 249 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION() 251 major = xsltLibxmlVersion/10000; in PHP_MINFO_FUNCTION() 252 minor = (xsltLibxmlVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION() 253 subminor = (xsltLibxmlVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION() 254 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
|
/PHP-8.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_server_version.phpt | 35 printf("[003] Strange major version: '%s'. Should be more than 3\n", $matches[1]); 43 $major = floor($version / 10000); 46 if ($major < 3) 47 printf("[006] Strange major version: '%s'. Should be more than 3\n", $major);
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | fsmagic.c | 55 #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.0/win32/ |
H A D | winutil.c | 447 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.0/ext/standard/ |
H A D | info.c | 274 major = "Windows 10"; in php_get_windows_name() 276 major = "Windows Server 2016"; in php_get_windows_name() 284 major = "Windows Vista"; in php_get_windows_name() 286 major = "Windows Server 2008"; in php_get_windows_name() 290 major = "Windows 7"; in php_get_windows_name() 292 major = "Windows Server 2008 R2"; in php_get_windows_name() 320 major = "Windows 8.1"; in php_get_windows_name() 326 major = "Windows 8"; in php_get_windows_name() 328 major = "Windows Server 2012"; in php_get_windows_name() 333 major = "Windows 8.1"; in php_get_windows_name() [all …]
|
/PHP-8.0/ext/intl/tests/_files/ |
H A D | es-bundle.txt | 11 major:int { 3 }
|
H A D | resourcebundle.txt | 11 major:int { 3 }
|
/PHP-8.0/ext/zlib/tests/ |
H A D | zlib_filter_deflate.phpt | 7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
|
H A D | zlib_filter_inflate.phpt | 17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
|
H A D | zlib_filter_deflate2.phpt | 7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
|
/PHP-8.0/ext/bz2/tests/ |
H A D | bz2_filter_compress.phpt | 7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
|
H A D | bz2_filter_decompress.phpt | 17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
|
/PHP-8.0/ext/intl/tests/ |
H A D | resourcebundle_arrayaccess.phpt | 21 printf( "testtable: %d\n", $r2['major'] );
|
H A D | resourcebundle_individual.phpt | 23 $str_res .= sprintf( "testtable: %d\n", ut_resourcebundle_get($r2, 'major' ) );
|
/PHP-8.0/ext/com_dotnet/ |
H A D | com_typeinfo.c | 64 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.0/ext/posix/ |
H A D | posix.stub.php | 77 function posix_mknod(string $filename, int $flags, int $major = 0, int $minor = 0): bool {} argument
|
H A D | posix.c | 651 zend_long major = 0, minor = 0; in PHP_FUNCTION() local 659 Z_PARAM_LONG(major) in PHP_FUNCTION() 668 if (major == 0) { in PHP_FUNCTION() 673 php_dev = makedev(major, minor); in PHP_FUNCTION()
|
H A D | posix_arginfo.h | 108 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, major, IS_LONG, 0, "0")
|
/PHP-8.0/build/ |
H A D | ltmain.sh | 2673 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 D | libtool.m4 | 1382 soname_spec='${libname}${release}${shared_ext}$major' 1445 soname_spec='${libname}${release}${shared_ext}$major' 1520 soname_spec='${libname}${release}${major}$shared_ext' 1534 soname_spec='${libname}${release}${shared_ext}$major' 1587 soname_spec='${libname}${release}${shared_ext}$major' 1643 soname_spec='${libname}${release}${shared_ext}$major' 1662 soname_spec='${libname}${release}${shared_ext}$major' 1698 soname_spec='${libname}${release}${shared_ext}$major' 1752 soname_spec='${libname}${release}${shared_ext}$major' 1796 soname_spec='${libname}${release}${shared_ext}$major' [all …]
|
/PHP-8.0/scripts/dev/ |
H A D | makedist | 39 - X is major version number
|
/PHP-8.0/docs/ |
H A D | release-process.md | 167 2. Skip this step for non stable releases after GA of minor or major versions 171 highlight the major important things (security fixes) and when it is 275 * You can run `php bin/bumpRelease 7 4` where the first number is the major 307 5. Update the ChangeLog file for the given major version 329 highlight the major important things (security fixes) and when it is 370 highlight the major important things (security fixes) and when it is 444 next minor or major release, issue a call for volunteers on
|
/PHP-8.0/ext/pdo_oci/ |
H A D | oci_driver.c | 603 sword major, minor, update, patch, port_update; in oci_handle_get_attribute() local 606 OCIClientVersion(&major, &minor, &update, &patch, &port_update); in oci_handle_get_attribute() 607 slprintf(verstr, sizeof(verstr), "%d.%d.%d.%d.%d", major, minor, update, patch, port_update); in oci_handle_get_attribute()
|
/PHP-8.0/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 415 int major = version / 10000; in pdo_libpq_version() local 416 if (major >= 10) { in pdo_libpq_version() 418 snprintf(buf, len, "%d.%d", major, minor); in pdo_libpq_version() 422 snprintf(buf, len, "%d.%d.%d", major, minor, revision); in pdo_libpq_version()
|
/PHP-8.0/sapi/litespeed/ |
H A D | README.md | 5 SAPI with there major enhancements: better performance, dynamic spawning and PHP 13 A major drawback of FastCGI PHP comparing to Apache mod_php is lacking the
|