Home
last modified time | relevance | path

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

123

/PHP-7.3/Zend/
H A Dzend_cpuinfo.c101 ZEND_API int zend_cpu_supports(zend_cpu_feature feature) { in zend_cpu_supports() argument
102 if (feature & ZEND_CPU_EDX_MASK) { in zend_cpu_supports()
103 return (cpuinfo.edx & (feature & ~ZEND_CPU_EDX_MASK)); in zend_cpu_supports()
104 } else if (feature & ZEND_CPU_EBX_MASK) { in zend_cpu_supports()
105 return (cpuinfo.ebx & (feature & ~ZEND_CPU_EBX_MASK)); in zend_cpu_supports()
107 return (cpuinfo.ecx & feature); in zend_cpu_supports()
H A Dzend_cpuinfo.h101 ZEND_API int zend_cpu_supports(zend_cpu_feature feature);
/PHP-7.3/ext/curl/tests/
H A Dbug72189.phpt39 foreach ($bitfields as $feature) {
40 if ($version['features'] & $feature) {
/PHP-7.3/ext/dom/
H A Ddomimplementation.c30 ZEND_ARG_INFO(0, feature)
72 char *feature, *version; in PHP_METHOD() local
74 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &feature, &feature_len, &version, &version_len) =… in PHP_METHOD()
78 if (dom_has_feature(feature, version)) { in PHP_METHOD()
H A Dphp_dom.h118 int dom_has_feature(char *feature, char *version);
H A Dnode.c58 ZEND_ARG_INFO(0, feature)
90 ZEND_ARG_INFO(0, feature)
1436 char *feature, *version; in PHP_FUNCTION() local
1438 …arameters(ZEND_NUM_ARGS(), getThis(), "Oss", &id, dom_node_class_entry, &feature, &feature_len, &v… in PHP_FUNCTION()
1442 if (dom_has_feature(feature, version)) { in PHP_FUNCTION()
/PHP-7.3/ext/standard/tests/network/
H A Dbug64330.phpt6 if (!stristr(PHP_OS, "Linux")) die('skip abstract namespace is a Linux-only feature');
/PHP-7.3/Zend/tests/
H A Dbug69092.2.phpt16 Warning: declare(encoding=...) ignored because Zend multibyte feature is turned off by settings in …
/PHP-7.3/ext/pdo_dblib/tests/
H A Ddatetime2.phpt7 …_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.phpt7 if (in_array($db->getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature uns…
/PHP-7.3/ext/oci8/tests/
H A Dconnect_without_oracle_home.phpt15 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");
H A Dextauth_03.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip feature not available on Windows platforms");
H A Dextauth_01.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip feature not available on Windows platforms");
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_warning_unclonable.phpt10 die("skip - experimental (= unsupported) feature");
H A Dmysqli_send_query.phpt13 die("skip - experimental (= unsupported) feature");
H A Dmysqli_debug_control_string.phpt19 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
H A Dmysqli_reap_async_query.phpt11 die("skip mysqlnd only feature, compile PHP using --with-mysqli=mysqlnd");
H A Dmysqli_class_mysqli_warning.phpt11 die("skip - experimental (= unsupported) feature");
H A Dmysqli_debug_append.phpt19 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
/PHP-7.3/ext/pdo/tests/
H A Ddebug_emulated_prepares.phpt12 …etAttribute(PDO::ATTR_DRIVER_NAME) == 'pgsql') die('skip pgsql has its own test for this feature');
H A Dpdo_022.phpt21 This feature is not yet finalized, no test makes sense
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md423 (New feature as of Oniguruma 6.3.)
599 (New feature as of Oniguruma 6.7.)
674 (New feature as of Oniguruma 6.5.)
685 (New feature as of Oniguruma 6.5.)
696 (New feature as of Oniguruma 6.5.)
711 (New feature as of Oniguruma 6.5.)
729 (New feature as of Oniguruma 6.5.)
750 (New feature as of Oniguruma 6.6.)
762 (New feature as of Oniguruma 6.7.)
777 (New feature as of Oniguruma 6.8.)
[all …]
/PHP-7.3/ext/pdo_odbc/tests/
H A Dlong_columns.phpt28 // 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…
/PHP-7.3/ext/spl/internal/
H A Diteratoriterator.inc19 * the full Iterator feature set. If so you need to provide techniques to

Completed in 61 milliseconds

123