/php-src/Zend/ |
H A D | zend_cpuinfo.c | 144 ZEND_API int zend_cpu_supports(zend_cpu_feature feature) { in zend_cpu_supports() argument 146 if (feature & ZEND_CPU_EDX_MASK) { in zend_cpu_supports() 147 return (cpuinfo.edx & (feature & ~ZEND_CPU_EDX_MASK)); in zend_cpu_supports() 148 } else if (feature & ZEND_CPU_EBX_MASK) { in zend_cpu_supports() 149 return (cpuinfo.ebx & (feature & ~ZEND_CPU_EBX_MASK)); in zend_cpu_supports() 151 return (cpuinfo.ecx & feature); in zend_cpu_supports()
|
H A D | zend_cpuinfo.h | 107 ZEND_API int zend_cpu_supports(zend_cpu_feature feature);
|
/php-src/.github/ISSUE_TEMPLATE/ |
H A D | feature_request.yml | 2 description: Create a feature request 8 description: "Please describe the requested feature and why it should be included in PHP."
|
/php-src/Zend/tests/ |
H A D | bug78406.phpt | 24 $this->data = str_replace('bug', 'feature', $this->data); 38 include $uri; // We expect one more "feature" output at line 3 44 feature
|
H A D | bug69092.2.phpt | 16 Warning: declare(encoding=...) ignored because Zend multibyte feature is turned off by settings in …
|
/php-src/ext/curl/tests/ |
H A D | bug72189.phpt | 29 foreach ($bitfields as $feature) { 30 if ($version['features'] & $feature) {
|
/php-src/.github/workflows/ |
H A D | close-stale-feature-requests.yml | 1 name: Close stale feature requests 27 …There has not been any recent activity in this feature request. It will automatically be closed in… 29 to understand why we auto-close stale feature requests.
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_ping.phpt | 41 Deprecated: Function mysqli_ping() is deprecated since 8.4, because the reconnect feature has been … 44 Deprecated: Function mysqli_ping() is deprecated since 8.4, because the reconnect feature has been … 47 Deprecated: Function mysqli_ping() is deprecated since 8.4, because the reconnect feature has been …
|
H A D | 070.phpt | 20 Deprecated: Method mysqli::ping() is deprecated since 8.4, because the reconnect feature has been r…
|
H A D | mysqli_insert_id_variation.phpt | 104 Deprecated: Method mysqli::ping() is deprecated since 8.4, because the reconnect feature has been r…
|
/php-src/ext/standard/tests/network/ |
H A D | bug64330.phpt | 6 if (!stristr(PHP_OS, "Linux")) die('skip abstract namespace is a Linux-only feature');
|
/php-src/ext/pdo/tests/ |
H A D | pdo_quote_empty_string.phpt | 2 PDO::quote() must accept empty string for drivers which support this feature
|
H A D | debug_emulated_prepares.phpt | 13 …etAttribute(PDO::ATTR_DRIVER_NAME) == 'pgsql') die('skip pgsql has its own test for this feature');
|
H A D | pdo_022.phpt | 22 This feature is not yet finalized, no test makes sense
|
/php-src/ext/pdo_dblib/tests/ |
H A D | datetime2.phpt | 9 …_VERSION), ['4.2', '4.6', '5.0', '6.0', '7.0', '7.1', '7.2'])) die('skip feature unsupported by th…
|
H A D | stringify_uniqueidentifier.phpt | 9 if (in_array($db->getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature uns…
|
/php-src/ext/date/tests/ |
H A D | date_timestamp_get.phpt | 18 // Test the DateTime feature alias in function date_timestamp_get().
|
/php-src/ext/dom/ |
H A D | domimplementation.c | 40 zend_string *feature, *version; in PHP_METHOD() local 42 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SS", &feature, &version) == FAILURE) { in PHP_METHOD() 46 RETURN_BOOL(dom_has_feature(feature, version)); in PHP_METHOD()
|
/php-src/ext/skeleton/ |
H A D | config.m4.in | 46 dnl or version-dependent feature) and you are using pkg-config: 84 dnl or version-dependent feature) and you are not using pkg-config:
|
/php-src/ext/sodium/tests/ |
H A D | crypto_stream_xchacha20.phpt | 37 // New test (with Initial Counter feature):
|
/php-src/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 27 // 1. install MS Access (part of MS Office) and include ODBC (Development tools feature) 71 … MS SQL server (works with Access, MyODBC), which is a separate failure, feature/code-path from wh…
|
/php-src/docs/source/miscellaneous/ |
H A D | stubs.rst | 247 `ReflectionFunctionAbstract::getDocComment()`. This feature was added in PHP 8.4.0. 339 content of the PHPDoc block will be exposed for `ReflectionClass::getDocComment()`. This feature 458 content of the PHPDoc block will be exposed for `ReflectionClass::getDocComment()`. This feature 596 This feature is only available for built-in stubs inside php-src, since currently there is no way to 620 to the above restrictions in order for them to qualify as evaluable at compile-time. The feature 751 This feature performs the following validations:
|
/php-src/docs/ |
H A D | release-process.md | 846 A major/minor version [feature freeze][] occurs with the first beta release. 848 feature freeze occurs two days before the first beta release. 850 The feature freeze for `php-src` means that we will not accept any new features 851 after the date of the feature freeze. For any RFCs to be included in the new 853 the feature freeze date. However, this does not mean the new feature must have a 856 Following the feature freeze, the focus of work for the new version will be on 860 the upcoming feature freeze by posting reminders to internals@lists.php.net at 861 4-weeks, 3-weeks, 2-weeks, and 1-week prior to the feature freeze. This is a 869 feature development that cannot go into the new version. 908 > feature freeze to allow a period of time where the focus is on making the new [all …]
|
H A D | mailinglist-rules.md | 40 PHP developers to implement a feature for you. For one, it makes the
|
/php-src/ |
H A D | UPGRADING | 160 and FFI::load(). However, this convenience feature should not be used in
|