/PHP-7.1/ext/dom/ |
H A D | domimplementation.c | 32 ZEND_ARG_INFO(0, feature) 74 char *feature, *version; in PHP_METHOD() local 76 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &feature, &feature_len, &version, &version_len) =… in PHP_METHOD() 80 if (dom_has_feature(feature, version)) { in PHP_METHOD()
|
H A D | php_dom.h | 119 int dom_has_feature(char *feature, char *version);
|
H A D | node.c | 60 ZEND_ARG_INFO(0, feature) 92 ZEND_ARG_INFO(0, feature) 1442 char *feature, *version; in PHP_FUNCTION() local 1444 …arameters(ZEND_NUM_ARGS(), getThis(), "Oss", &id, dom_node_class_entry, &feature, &feature_len, &v… in PHP_FUNCTION() 1448 if (dom_has_feature(feature, version)) { in PHP_FUNCTION()
|
/PHP-7.1/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-7.1/Zend/tests/ |
H A D | bug69092.2.phpt | 16 Warning: declare(encoding=...) ignored because Zend multibyte feature is turned off by settings in …
|
/PHP-7.1/ext/mbstring/ |
H A D | README | 4 add new feature/change behavior should access to development
|
/PHP-7.1/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 | 7 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip feature not available on Windows platforms");
|
H A D | extauth_03.phpt | 7 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip feature not available on Windows platforms");
|
H A D | extauth_01.phpt | 6 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip feature not available on Windows platforms");
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | mysqli_warning_unclonable.phpt | 10 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_send_query.phpt | 13 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_debug_control_string.phpt | 19 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
|
H A D | mysqli_reap_async_query.phpt | 11 die("skip mysqlnd only feature, compile PHP using --with-mysqli=mysqlnd");
|
H A D | mysqli_class_mysqli_warning.phpt | 11 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_debug_append.phpt | 19 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
|
H A D | connect.inc | 24 …/* Development setting: test experimal features and/or feature requests that never worked before? …
|
/PHP-7.1/ext/pdo_dblib/tests/ |
H A D | stringify_uniqueidentifier.phpt | 7 if (in_array(get_tds_version(), ['4.2', '4.6'])) die('skip feature unsupported by this TDS version'…
|
/PHP-7.1/ext/session/tests/ |
H A D | save_handler.inc | 88 function feature() {
|
/PHP-7.1/ext/pdo/tests/ |
H A D | pdo_022.phpt | 5 die('skip this feature is not yet finalized, no test makes sense');
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | NEWS | 31 characters and the "auto-possessification" feature has been extended. Other 33 feature to enable applications to do detailed stack checks at compile time, to 106 the (*UTF) feature, as this could be a security issue. 145 "visibility" feature, it is used to hide internal library functions that are 178 Release 8.30 introduces a major new feature: support for 16-bit character 201 This is almost entirely a bug-fix release. The only new feature is the ability 219 The Unicode tables have been updated. The only new feature in the library is 400 There is only one new feature in this release: a linebreak setting of 530 1. There's an "automatic callout" feature that inserts callouts before every 614 4. A new feature that provides some of the functionality that Perl provides [all …]
|
/PHP-7.1/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…
|
/PHP-7.1/ext/spl/internal/ |
H A D | iteratoriterator.inc | 19 * the full Iterator feature set. If so you need to provide techniques to
|
/PHP-7.1/Zend/RFCs/ |
H A D | 001.txt | 21 Zend Engine's object oriented model, both feature and simplicity 122 'auto-clone' feature, which will perform a cloning of the object
|
/PHP-7.1/ext/curl/ |
H A D | config.m4 | 69 CURL_SSL=`$CURL_CONFIG --feature | $EGREP SSL`
|