Home
last modified time | relevance | path

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

123

/PHP-8.1/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.h101 ZEND_API int zend_cpu_supports(zend_cpu_feature feature);
/PHP-8.1/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-8.1/ext/curl/tests/
H A Dbug72189.phpt29 foreach ($bitfields as $feature) {
30 if ($version['features'] & $feature) {
/PHP-8.1/ext/dom/
H A Ddomimplementation.c38 zend_string *feature, *version; in PHP_METHOD() local
40 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SS", &feature, &version) == FAILURE) { in PHP_METHOD()
44 RETURN_BOOL(dom_has_feature(feature, version)); in PHP_METHOD()
224 char *feature, *version; in PHP_METHOD() local
226 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &feature, &feature_len, &version, &version_len) =… in PHP_METHOD()
H A Dphp_dom.stub.php144 public function isSupported(string $feature, string $version): bool {} argument
198 public function getFeature(string $feature, string $version): never {} argument
201 public function hasFeature(string $feature, string $version): bool {} argument
H A Dphp_dom.h131 bool dom_has_feature(zend_string *feature, zend_string *version);
/PHP-8.1/ext/standard/tests/network/
H A Dbug64330.phpt6 if (!stristr(PHP_OS, "Linux")) die('skip abstract namespace is a Linux-only feature');
/PHP-8.1/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-8.1/ext/pdo_dblib/tests/
H A Ddatetime2.phpt8 …_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.phpt8 if (in_array($db->getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature uns…
/PHP-8.1/ext/date/tests/
H A Ddate_timestamp_get.phpt18 // Test the DateTime feature alias in function date_timestamp_get().
/PHP-8.1/ext/oci8/tests/
H A Dconnect_without_oracle_home.phpt16 die ("skip tests a feature that works only with Oracle 10gR2 client");
H A Dextauth_02.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip feature not available on Windows platforms");
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_warning_unclonable.phpt10 die("skip - experimental (= unsupported) feature");
H A Dgh9590.phpt11 die("skip mysqlnd only feature, compile PHP using --with-mysqli=mysqlnd");
H A Dmysqli_reap_async_query.phpt11 die("skip mysqlnd only feature, compile PHP using --with-mysqli=mysqlnd");
H A Dmysqli_debug_append.phpt19 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
H A Dconnect.inc25 …/* Development setting: test experimental features and/or feature requests that never worked befor…
H A Dmysqli_poll.phpt11 die("skip mysqlnd only feature, compile PHP using --with-mysqli=mysqlnd");
/PHP-8.1/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-8.1/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…

Completed in 38 milliseconds

123