/PHP-8.0/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 | 101 ZEND_API int zend_cpu_supports(zend_cpu_feature feature);
|
/PHP-8.0/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-8.0/ext/curl/tests/ |
H A D | bug72189.phpt | 31 foreach ($bitfields as $feature) { 32 if ($version['features'] & $feature) {
|
/PHP-8.0/ext/dom/ |
H A D | domimplementation.c | 39 char *feature, *version; in PHP_METHOD() local 41 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &feature, &feature_len, &version, &version_len) =… in PHP_METHOD() 45 if (dom_has_feature(feature, version)) { in PHP_METHOD() 229 char *feature, *version; in PHP_METHOD() local 231 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &feature, &feature_len, &version, &version_len) =… in PHP_METHOD()
|
H A D | php_dom.stub.php | 78 public function isSupported(string $feature, string $version) {} argument 103 public function getFeature(string $feature, string $version) {} argument 106 public function hasFeature(string $feature, string $version) {} argument
|
H A D | php_dom.h | 118 int dom_has_feature(char *feature, char *version);
|
/PHP-8.0/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-8.0/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 | 12 …etAttribute(PDO::ATTR_DRIVER_NAME) == 'pgsql') die('skip pgsql has its own test for this feature');
|
H A D | pdo_022.phpt | 21 This feature is not yet finalized, no test makes sense
|
/PHP-8.0/ext/pdo_dblib/tests/ |
H A D | datetime2.phpt | 7 …_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 | 7 if (in_array($db->getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature uns…
|
/PHP-8.0/ext/date/tests/ |
H A D | date_timestamp_get.phpt | 18 // Test the DateTime feature alias in function date_timestamp_get().
|
/PHP-8.0/ext/oci8/tests/ |
H A D | connect_without_oracle_home.phpt | 15 die ("skip tests a feature that works only with Oracle 10gR2 client");
|
H A D | extauth_02.phpt | 6 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip feature not available on Windows platforms");
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_warning_unclonable.phpt | 9 die("skip - experimental (= unsupported) feature");
|
H A D | gh9590.phpt | 10 die("skip mysqlnd only feature, compile PHP using --with-mysqli=mysqlnd");
|
H A D | mysqli_reap_async_query.phpt | 10 die("skip mysqlnd only feature, compile PHP using --with-mysqli=mysqlnd");
|
H A D | mysqli_debug_append.phpt | 18 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
|
H A D | connect.inc | 24 …/* Development setting: test experimental features and/or feature requests that never worked befor…
|
H A D | mysqli_poll.phpt | 10 die("skip mysqlnd only feature, compile PHP using --with-mysqli=mysqlnd");
|
/PHP-8.0/ext/skeleton/ |
H A D | config.m4.in | 66 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.0/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 28 // 1. install MS Access (part of MS Office) and include ODBC (Development tools feature) 72 … MS SQL server (works with Access, MyODBC), which is a separate failure, feature/code-path from wh…
|