Home
last modified time | relevance | path

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

123

/PHP-8.2/ext/xsl/
H A Dphp_xsl.c182 int major, minor, subminor; in PHP_MINFO_FUNCTION() local
185 major = xsltLibxsltVersion/10000; in PHP_MINFO_FUNCTION()
186 minor = (xsltLibxsltVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
187 subminor = (xsltLibxsltVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
188 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
190 major = xsltLibxmlVersion/10000; in PHP_MINFO_FUNCTION()
191 minor = (xsltLibxmlVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
192 subminor = (xsltLibxmlVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
193 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
/PHP-8.2/Zend/tests/in-de-crement/
H A Dincdec_bool_exception.phpt25 Increment on type bool has no effect, this will change in the next major version of PHP
26 Decrement on type bool has no effect, this will change in the next major version of PHP
27 Increment on type bool has no effect, this will change in the next major version of PHP
28 Decrement on type bool has no effect, this will change in the next major version of PHP
H A Dunset_globals_in_error_handler.phpt81 Decrement on type null has no effect, this will change in the next major version of PHP
84 Decrement on type null has no effect, this will change in the next major version of PHP
108 Increment on type bool has no effect, this will change in the next major version of PHP
111 Decrement on type bool has no effect, this will change in the next major version of PHP
114 Increment on type bool has no effect, this will change in the next major version of PHP
117 Decrement on type bool has no effect, this will change in the next major version of PHP
120 Increment on type bool has no effect, this will change in the next major version of PHP
123 Decrement on type bool has no effect, this will change in the next major version of PHP
126 Increment on type bool has no effect, this will change in the next major version of PHP
129 Decrement on type bool has no effect, this will change in the next major version of PHP
H A Dunset_object_property_in_error_handler.phpt90 string(87) "Decrement on type null has no effect, this will change in the next major version of PHP"
94 string(87) "Decrement on type null has no effect, this will change in the next major version of PHP"
97 string(87) "Decrement on type null has no effect, this will change in the next major version of PHP"
121 string(87) "Increment on type bool has no effect, this will change in the next major version of PHP"
124 string(87) "Decrement on type bool has no effect, this will change in the next major version of PHP"
127 string(87) "Increment on type bool has no effect, this will change in the next major version of PHP"
130 string(87) "Decrement on type bool has no effect, this will change in the next major version of PHP"
133 string(87) "Increment on type bool has no effect, this will change in the next major version of PHP"
136 string(87) "Decrement on type bool has no effect, this will change in the next major version of PHP"
139 string(87) "Increment on type bool has no effect, this will change in the next major version of PHP"
[all …]
H A Dincdec_undef.phpt18 Decrement on type null has no effect, this will change in the next major version of PHP
23 Decrement on type null has no effect, this will change in the next major version of PHP
H A Dincdec_types.phpt54 Warning: Increment on type bool has no effect, this will change in the next major version of PHP in…
58 Warning: Increment on type bool has no effect, this will change in the next major version of PHP in…
77 Warning: Decrement on type null has no effect, this will change in the next major version of PHP in…
81 Warning: Decrement on type bool has no effect, this will change in the next major version of PHP in…
85 Warning: Decrement on type bool has no effect, this will change in the next major version of PHP in…
H A Doss-fuzz-60709_globals_unset_after_undef_warning.phpt25 Decrement on type null has no effect, this will change in the next major version of PHP
32 Decrement on type null has no effect, this will change in the next major version of PHP
/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.phpt35 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.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/ext/opcache/tests/jit/
H A Dreg_alloc_014.phpt21 Warning: Decrement on type null has no effect, this will change in the next major version of PHP in…
23 Warning: Decrement on type null has no effect, this will change in the next major version of PHP in…
H A Dinc_017.phpt20 Warning: Increment on type bool has no effect, this will change in the next major version of PHP in…
H A Dinc_018.phpt20 Warning: Increment on type bool has no effect, this will change in the next major version of PHP in…
/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/.github/
H A Dnightly_matrix.php125 $major = $matches['num'];
128 return ['major' => $major, 'minor' => $minor];
/PHP-8.2/ext/zlib/tests/
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_inflate.phpt17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
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/Zend/tests/
H A Dremove_predecessor_of_pi_node.phpt16 Warning: Decrement on type null has no effect, this will change in the next major version of PHP in…

Completed in 35 milliseconds

123