Home
last modified time | relevance | path

Searched refs:minor (Results 1 – 25 of 29) sorted by relevance

12

/PHP-7.2/ext/xsl/
H A Dphp_xsl.c259 int major, minor, subminor; in PHP_MINFO_FUNCTION() local
263 minor = (xsltLibxsltVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
264 subminor = (xsltLibxsltVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
265 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
268 minor = (xsltLibxmlVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
269 subminor = (xsltLibxmlVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
270 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt44 $minor = floor(($version - ($main * 10000)) / 100);
45 $sub = $version - ($main * 10000) - ($minor * 100);
48 if ($minor < 0)
49 printf("[007] Minor version should be at least 0, got '%s'\n", $minor);
/PHP-7.2/Zend/tests/
H A Dbug44830.phpt2 Bug #44830 (Very minor issue with backslash in heredoc)
/PHP-7.2/ext/intl/tests/_files/
H A Des-bundle.txt12 minor:int { 4 }
H A Dresourcebundle.txt12 minor:int { 4 }
/PHP-7.2/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php10 list($major, $minor, $bug) = explode(".", phpversion(), 3);
12 if($minor < 3) { die("Sorry, you need PHP version 5.3 or greater to run this.\n"); }
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfsmagic.c63 # define minor(dev) ((dev) & 0xff) macro
176 (long)minor(sb->st_rdev)) == -1) in file_fsmagic()
/PHP-7.2/ext/com_dotnet/
H A Dcom_typeinfo.c41 char *strtok_buf, *major, *minor; in php_com_load_typelib() local
53 minor = php_strtok_r(NULL, ",", &strtok_buf); in php_com_load_typelib()
61 if (major && minor) { in php_com_load_typelib()
63 minor_i = (WORD)atoi(minor); in php_com_load_typelib()
71 if (FAILED(hr) && (major == NULL || minor == NULL)) { in php_com_load_typelib()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c151411 …yymsp[-3].minor.yy0.n = (int)(&yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n] - yymsp[-3].minor.yy0.z);
151416 …yymsp[-5].minor.yy0.n = (int)(&yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n] - yymsp[-5].minor.yy0.z);
151420 {yymsp[-1].minor.yy0.n=yymsp[0].minor.yy0.n+(int)(yymsp[0].minor.yy0.z-yymsp[-1].minor.yy0.z);}
151570 …sp[-8].minor.yy0, &yymsp[-4].minor.yy0, &yymsp[-3].minor.yy0, yymsp[-2].minor.yy434, yymsp[0].mino…
151651minor.yy457 = sqlite3SelectNew(pParse,yymsp[-6].minor.yy434,yymsp[-5].minor.yy483,yymsp[-4].minor.…
151656minor.yy457 = sqlite3SelectNew(pParse,yymsp[-7].minor.yy434,yymsp[-6].minor.yy483,yymsp[-5].minor.…
151743minor.yy483 = sqlite3SrcListAppendFromTerm(pParse,yymsp[-6].minor.yy483,&yymsp[-5].minor.yy0,&yyms…
151749minor.yy483 = sqlite3SrcListAppendFromTerm(pParse,yymsp[-8].minor.yy483,&yymsp[-7].minor.yy0,&yyms…
151937 …ite3Insert(pParse, yymsp[-3].minor.yy483, yymsp[-1].minor.yy457, yymsp[-2].minor.yy62, yymsp[-5].m…
152350minor.yy0, &yymsp[-6].minor.yy0, yymsp[-5].minor.yy494, yymsp[-4].minor.yy90.a, yymsp[-4].minor.yy…
[all …]
/PHP-7.2/ext/posix/
H A Dposix.c175 ZEND_ARG_INFO(0, minor)
938 zend_long major = 0, minor = 0; in PHP_FUNCTION() local
947 Z_PARAM_LONG(minor) in PHP_FUNCTION()
965 php_dev = makedev(major, minor); in PHP_FUNCTION()
/PHP-7.2/ext/pdo_oci/
H A Doci_driver.c577 sword major, minor, update, patch, port_update; in oci_handle_get_attribute() local
580 OCIClientVersion(&major, &minor, &update, &patch, &port_update); in oci_handle_get_attribute()
581 slprintf(verstr, sizeof(verstr), "%d.%d.%d.%d.%d", major, minor, update, patch, port_update); in oci_handle_get_attribute()
/PHP-7.2/Zend/
H A Dacinclude.m47 # min: 2.4 (i.e. 204, major * 100 + minor for easier comparison)
/PHP-7.2/ext/filter/docs/
H A Dfilter.txt17 * Fixed minor problems
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY731 2005/05/31: [impl] minor change in node_new().
898 2004/11/30: [impl] minor changes for multi-thread in regexec.c and regcomp.c.
1594 2003/07/16: [impl] minor change of sample/names.c.
1715 2003/05/19: [impl] minor changes for gcc -Wall. (-DREG_DEBUG_STATISTICS case)
1726 2003/05/14: [impl] minor changes for gcc -Wall.
1728 2003/05/13: [impl] minor changes for gcc -Wall.
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_connection.c1488 zend_long major, minor, patch; local
1505 minor = ZEND_STRTOL(p, &p, 10);
1509 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));
/PHP-7.2/ext/intl/doc/
H A DTutorial.txt216 minor importance. The Shifted value is often used in combination with Strength set to Quaternary.
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS53 minor improvements have been implemented and bugs fixed. There is a new callout
316 Mostly bugfixes and tidies with just a couple of minor functional additions.
H A DChangeLog1739 2. Two minor typos in pcre_internal.h have been fixed.
1886 29. Some minor code refactoring concerning Unicode properties and scripts
1912 35. A minor code tidy in pcre_compile() when checking options for \R usage.
2388 13. Now that we have gone to the x.xx style of version numbers, the minor
3439 6. A Windows user reported a minor discrepancy with test 2, which turned out
3670 18. Fixed a minor bug in pcretest: if a pattern line was not terminated by a
4307 6. Two minor patches to pcrecpp.cc in order to allow it to compile on older
4348 1. Some minor internal re-organization to help with my DFA experiments.
5572 09 are not valid octal constants. Single digits will be used for minor values
5604 5. Added Paul Sokolovsky's minor changes to make it easy to compile a Win32 DLL
/PHP-7.2/scripts/dev/
H A Dgenerate-phpt.phar19 list($major, $minor, $bug) = explode(".", phpversion(), 3);
21 if($minor < 3) { die("Sorry, you need PHP version 5.3 or greater to run this.\n"); }
/PHP-7.2/
H A DREADME.RELEASE_PROCESS219 b. In case multiple PHP minor versions are in active development you have
H A Dconfigure.ac811 dnl min: 1.5 (i.e. 105, major * 100 + minor for easier comparison)
H A DINSTALL1398 major, minor and release versions. If there is a value for
/PHP-7.2/ext/dba/
H A Dconfig.m4302 AC_MSG_CHECKING([for DB4 minor version and patch level])
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch1639 # define minor(dev) ((dev) & 0xff)
1852 - (long)minor(sb->st_rdev)) == -1)
/PHP-7.2/win32/
H A Dinstall.txt1258 mean the PHP major, minor and release versions.

Completed in 541 milliseconds

12