Home
last modified time | relevance | path

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

123

/php-src/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-src/ext/curl/
H A Dconfig.m436 int major, minor;
37 if (sscanf(ptr, "OpenSSL/%d", &major) == 1) {
38 if (major >= 3) {
43 if (sscanf(ptr, "OpenSSL/%d.%d", &major, &minor) == 2) {
44 if (major > 1 || (major == 1 && minor >= 1)) {
/php-src/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-src/ext/xsl/
H A Dphp_xsl.c338 int major, minor, subminor; in PHP_MINFO_FUNCTION() local
341 major = xsltLibxsltVersion/10000; in PHP_MINFO_FUNCTION()
342 minor = (xsltLibxsltVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
343 subminor = (xsltLibxsltVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
344 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
346 major = xsltLibxmlVersion/10000; in PHP_MINFO_FUNCTION()
347 minor = (xsltLibxmlVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
348 subminor = (xsltLibxmlVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
349 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
/php-src/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-src/ext/standard/
H A Dinfo.c269 major = "Windows 11"; in php_get_windows_name()
271 major = "Windows 10"; in php_get_windows_name()
275 major = "Windows Server 2022"; in php_get_windows_name()
286 major = "Windows Server 2019"; in php_get_windows_name()
292 major = "Windows Server 2016"; in php_get_windows_name()
326 major = "Windows 8.1"; in php_get_windows_name()
332 major = "Windows 8"; in php_get_windows_name()
334 major = "Windows Server 2012"; in php_get_windows_name()
339 major = "Windows 8.1"; in php_get_windows_name()
341 major = "Windows Server 2012 R2"; in php_get_windows_name()
[all …]
/php-src/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-src/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-src/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-src/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-src/ext/intl/tests/_files/
H A Dresourcebundle.txt11 major:int { 3 }
H A Des-bundle.txt11 major:int { 3 }
/php-src/.github/
H A Dnightly_matrix.php149 $major = $matches['num'];
152 return ['major' => $major, 'minor' => $minor];
/php-src/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…
/php-src/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-src/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 47 milliseconds

123