Searched refs:feature (Results 1 – 25 of 62) sorted by relevance
123
/PHP-5.3/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() TSRMLS_CC, "ss", &feature, &feature_len, &version, &vers… in PHP_METHOD() 80 if (dom_has_feature(feature, version)) { in PHP_METHOD()
|
H A D | php_dom.h | 116 int dom_has_feature(char *feature, char *version);
|
/PHP-5.3/ext/mbstring/ |
H A D | README | 4 add new feature/change behavior should access to development
|
/PHP-5.3/ext/oci8/tests/ |
H A D | connect_without_oracle_home.phpt | 15 die ("skip tests a feature that works only with Oracle 10gR2");
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_set_local_infile_handler_close_link.phpt | 14 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_set_local_infile_handler_closures.phpt | 14 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_set_local_infile_handler_buffer_overflow.phpt | 14 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_set_local_infile_handler_closefile.phpt | 14 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_set_local_infile_handler_negative_len.phpt | 14 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_set_local_infile_handler_nofileop.phpt | 14 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_warning_unclonable.phpt | 10 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_set_local_infile_handler_replace_buffer.phpt | 14 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_set_local_infile_handler_bad_character.phpt | 14 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_send_query.phpt | 13 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_set_local_infile_handler_new_query.phpt | 14 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_set_local_infile_handler_nested_call.phpt | 14 die("skip - experimental (= unsupported) feature");
|
H A D | mysqli_set_local_infile_handler_short_len.phpt | 14 die("skip - experimental (= unsupported) feature");
|
/PHP-5.3/ext/mysql/tests/ |
H A D | mysql_pconn_disable.phpt | 2 mysql_pconnect() - disabling feature
|
H A D | mysql_pconn_reuse.phpt | 2 mysql_pconnect() - disabling feature
|
H A D | connect.inc | 76 /* Development setting: test experimal features and/or feature requests that never worked before? */
|
/PHP-5.3/ext/pdo/tests/ |
H A D | pdo_022.phpt | 5 die('skip this feature is not yet finalized, no test makes sense');
|
/PHP-5.3/ |
H A D | php.ini-development | 200 ; To disable this feature set this option to empty value 406 ; is to disable this feature. 619 ; Note: Never use this feature for production boxes. 750 ; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is 787 ; to disable this feature. 837 ; every request. PHP's default behavior is to disable this feature. 859 ; does not currently support this feature (03/17/2002) 865 ; this feature. 1388 ; Auto reset feature requires a little overheads. 1573 ; PHP 4.2 and less have an undocumented feature/bug that allows you to [all …]
|
H A D | php.ini-production | 200 ; To disable this feature set this option to empty value 406 ; is to disable this feature. 619 ; Note: Never use this feature for production boxes. 750 ; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is 787 ; to disable this feature. 837 ; every request. PHP's default behavior is to disable this feature. 859 ; does not currently support this feature (03/17/2002) 865 ; this feature. 1388 ; Auto reset feature requires a little overheads. 1573 ; PHP 4.2 and less have an undocumented feature/bug that allows you to [all …]
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | NEWS | 40 "visibility" feature, it is used to hide internal library functions that are 73 Release 8.30 introduces a major new feature: support for 16-bit character 96 This is almost entirely a bug-fix release. The only new feature is the ability 114 The Unicode tables have been updated. The only new feature in the library is 295 There is only one new feature in this release: a linebreak setting of 425 1. There's an "automatic callout" feature that inserts callouts before every 480 This is mainly a bug-fix and tidying release. The only new feature is that PCRE 509 4. A new feature that provides some of the functionality that Perl provides 579 5. There is an experimental recursion feature.
|
Completed in 58 milliseconds
123