Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 25 of 45) sorted by relevance

12

/php-src/Zend/
H A Dzend_cpuinfo.c144 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 Dzend_cpuinfo.h106 ZEND_API int zend_cpu_supports(zend_cpu_feature feature);
/php-src/.github/ISSUE_TEMPLATE/
H A Dfeature_request.yml2 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 Dbug78406.phpt24 $this->data = str_replace('bug', 'feature', $this->data);
38 include $uri; // We expect one more "feature" output at line 3
44 feature
H A Dbug69092.2.phpt16 Warning: declare(encoding=...) ignored because Zend multibyte feature is turned off by settings in …
/php-src/ext/curl/tests/
H A Dbug72189.phpt29 foreach ($bitfields as $feature) {
30 if ($version['features'] & $feature) {
/php-src/.github/workflows/
H A Dclose-stale-feature-requests.yml1 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/dom/
H A Ddomimplementation.c39 zend_string *feature, *version; in PHP_METHOD() local
41 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SS", &feature, &version) == FAILURE) { in PHP_METHOD()
45 RETURN_BOOL(dom_has_feature(feature, version)); in PHP_METHOD()
421 char *feature, *version; in PHP_METHOD() local
423 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &feature, &feature_len, &version, &version_len) =… in PHP_METHOD()
H A Dphp_dom.stub.php395 public function isSupported(string $feature, string $version): bool {} argument
465 public function getFeature(string $feature, string $version): never {} argument
468 public function hasFeature(string $feature, string $version): bool {} argument
/php-src/ext/standard/tests/network/
H A Dbug64330.phpt6 if (!stristr(PHP_OS, "Linux")) die('skip abstract namespace is a Linux-only feature');
/php-src/ext/pdo/tests/
H A Dpdo_quote_empty_string.phpt2 PDO::quote() must accept empty string for drivers which support this feature
H A Ddebug_emulated_prepares.phpt13 …etAttribute(PDO::ATTR_DRIVER_NAME) == 'pgsql') die('skip pgsql has its own test for this feature');
H A Dpdo_022.phpt22 This feature is not yet finalized, no test makes sense
/php-src/ext/pdo_dblib/tests/
H A Ddatetime2.phpt9 …_VERSION), ['4.2', '4.6', '5.0', '6.0', '7.0', '7.1', '7.2'])) die('skip feature unsupported by th…
H A Dstringify_uniqueidentifier.phpt9 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 Ddate_timestamp_get.phpt18 // Test the DateTime feature alias in function date_timestamp_get().
/php-src/ext/mysqli/tests/
H A Dmysqli_warning_unclonable.phpt9 die("skip - experimental (= unsupported) feature");
H A Dconnect.inc24 …/* Development setting: test experimental features and/or feature requests that never worked befor…
/php-src/ext/skeleton/
H A Dconfig.m4.in66 dnl or version-dependent feature) and you are using pkg-config:
77 dnl or version-dependent feature) and you are not using pkg-config:
/php-src/ext/sodium/tests/
H A Dcrypto_stream_xchacha20.phpt37 // New test (with Initial Counter feature):
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt29 // 1. install MS Access (part of MS Office) and include ODBC (Development tools feature)
73 … MS SQL server (works with Access, MyODBC), which is a separate failure, feature/code-path from wh…
/php-src/ext/mysqli/tests/test_setup/
H A Dtest_helpers.inc145 /* Development setting: test experimental features and/or feature requests that never worked before…
/php-src/docs/
H A Drelease-process.md836 A major/minor version [feature freeze][] occurs with the first beta release.
838 feature freeze occurs two days before the first beta release.
840 The feature freeze for `php-src` means that we will not accept any new features
841 after the date of the feature freeze. For any RFCs to be included in the new
843 the feature freeze date. However, this does not mean the new feature must have a
846 Following the feature freeze, the focus of work for the new version will be on
850 the upcoming feature freeze by posting reminders to internals@lists.php.net at
851 4-weeks, 3-weeks, 2-weeks, and 1-week prior to the feature freeze. This is a
859 feature development that cannot go into the new version.
898 > feature freeze to allow a period of time where the focus is on making the new
[all …]
H A Dmailinglist-rules.md40 PHP developers to implement a feature for you. For one, it makes the
/php-src/ext/standard/tests/general_functions/
H A Doutput_add_rewrite_var_basic3.phpt2 Test output_add_rewrite_var() function basic feature

Completed in 77 milliseconds

12