Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/dom/
H A Ddomimplementation.c32 ZEND_ARG_INFO(0, feature)
74 char *feature, *version; in PHP_METHOD() local
76 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &feature, &feature_len, &version, &vers… in PHP_METHOD()
80 if (dom_has_feature(feature, version)) { in PHP_METHOD()
H A Dphp_dom.h116 int dom_has_feature(char *feature, char *version);
H A Dnode.c60 ZEND_ARG_INFO(0, feature)
92 ZEND_ARG_INFO(0, feature)
1514 char *feature, *version; in PHP_FUNCTION() local
1516 …ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_node_class_entry, &feature, &feature_len, &v… in PHP_FUNCTION()
1520 if (dom_has_feature(feature, version)) { in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/network/
H A Dbug64330.phpt6 if (!stristr(PHP_OS, "Linux")) die('skip abstract namespace is a Linux-only feature');
/PHP-5.5/ext/mbstring/
H A DREADME4 add new feature/change behavior should access to development
/PHP-5.5/ext/oci8/tests/
H A Dconnect_without_oracle_home.phpt15 die ("skip tests a feature that works only with Oracle 10gR2");
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-5.5/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_debug_append.phpt19 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
H A Dmysqli_class_mysqli_warning.phpt11 die("skip - experimental (= unsupported) feature");
H A Dmysqli_poll.phpt11 die("skip mysqlnd only feature, compile PHP using --with-mysqli=mysqlnd");
/PHP-5.5/ext/pdo/tests/
H A Dpdo_022.phpt5 die('skip this feature is not yet finalized, no test makes sense');
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS31 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-5.5/ext/mysql/tests/
H A Dconnect.inc76 /* Development setting: test experimal features and/or feature requests that never worked before? */
H A Dmysql_pconn_disable.phpt2 mysql_pconnect() - disabling feature
H A Dmysql_pconn_reuse.phpt2 mysql_pconnect() - disabling feature
/PHP-5.5/sapi/apache/
H A DapMakefile.tmpl44 # the suffix feature of Make really wants just .x, so we use
/PHP-5.5/sapi/apache_hooks/
H A DapMakefile.tmpl44 # the suffix feature of Make really wants just .x, so we use
/PHP-5.5/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-5.5/ext/spl/internal/
H A Diteratoriterator.inc19 * the full Iterator feature set. If so you need to provide techniques to
/PHP-5.5/Zend/RFCs/
H A D001.txt21 Zend Engine's object oriented model, both feature and simplicity
122 'auto-clone' feature, which will perform a cloning of the object
/PHP-5.5/ext/curl/
H A Dconfig.m453 CURL_SSL=`$CURL_CONFIG --feature | $EGREP SSL`

Completed in 41 milliseconds

123