Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.4/ext/dom/
H A Ddomimplementationsource.c31 ZEND_ARG_INFO(0, features)
35 ZEND_ARG_INFO(0, features)
/PHP-7.4/ext/soap/tests/schema/
H A Dtest_schema.inc9 …st_schema($schema,$type,$param,$style="rpc",$use="encoded", $attributeFormDefault='',$features=0) {
58 $x = new SoapClient($fname, array("trace"=>1,"exceptions"=>0,"features"=>$features));
59 $y = new SoapServer($fname, array("features"=>$features));
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_ireplace.phpt42 for abnormal system behavior.\nSuggest features, report bugs, or ask
98 Suggest features, report bugs, or ask
100 …software designed to watch<br> for abnormal system behavior.<br>Suggest features, report bugs, or …
/PHP-7.4/ext/curl/tests/
H A Dbug72189.phpt40 if ($version['features'] & $feature) {
H A Dcurl_version_basic_001.phpt14 var_dump($info_curl["features"]);
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation7.phpt2 Test mb_ereg() function : usage variations - different regex features in $pattern
16 * Testing the following regular expression features match correctly:
/PHP-7.4/ext/soap/
H A Dphp_soap.h104 int features; member
176 int features; variable
H A Dsoap.c608 SOAP_GLOBAL(features) = 0; in PHP_RINIT_FUNCTION()
1182 service->features = Z_LVAL_P(tmp); in PHP_METHOD()
1643 old_features = SOAP_GLOBAL(features);
1644 SOAP_GLOBAL(features) = service->features;
1941 SOAP_GLOBAL(features) = old_features;
2666 old_features = SOAP_GLOBAL(features);
2669 SOAP_GLOBAL(features) = Z_LVAL_P(tmp);
2671 SOAP_GLOBAL(features) = 0;
2789 SOAP_GLOBAL(features) = old_features;
3079 if (SOAP_GLOBAL(features) & SOAP_WAIT_ONE_WAY_CALLS) {
H A Dphp_encoding.c1337 (SOAP_GLOBAL(features) & SOAP_SINGLE_ELEMENT_ARRAYS) && in model_to_zval_object()
2187 if (SOAP_GLOBAL(features) & SOAP_USE_XSI_ARRAY_TYPE) { in to_xml_array()
2421 if (SOAP_GLOBAL(features) & SOAP_USE_XSI_ARRAY_TYPE) { in to_xml_array()
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug42086.phpt25 array('features'=>SOAP_SINGLE_ELEMENT_ARRAYS));
H A Dbug36226-2.phpt41 'features' => SOAP_SINGLE_ELEMENT_ARRAYS
H A Dbug36226.phpt40 'features' => SOAP_SINGLE_ELEMENT_ARRAYS));
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m410 dnl second arg - if mandatory, the configure will fail when no features found.
43 AC_CACHE_CHECK(whether $CXX supports C++$1 features with $switch,
65 AC_MSG_ERROR([*** A compiler with support for C++$1 language features is required.])
117 dnl Tests for new features in C++11
408 dnl Tests for new features in C++14
532 dnl Tests for new features in C++17
H A Dpkg.m456 dnl used since that's the first version where most current features of
/PHP-7.4/
H A DREADME.md101 New features require an RFC and must be accepted by the developers. See
103 [Voting on PHP features](https://wiki.php.net/rfc/voting) for more information
H A DCONTRIBUTING.md219 ├─ tests/ # Core features tests
262 - Run `make test` to check your change doesn't break other features.
353 needed for later branches (i.e. fixes for features which were dropped from
356 2. All news updates intended for public viewing, such as new features, bug
H A DCODING_STANDARDS.md6 features are going in that general direction. Many sections have been recoded to
326 In general new features should go to PECL or experimental branches until there
H A DREADME.REDIST.BINS337 3. All advertising materials mentioning features or use of this software
418 3. All advertising materials mentioning features or use of this
/PHP-7.4/Zend/
H A DLICENSE39 6. All advertising materials mentioning features or use of this
/PHP-7.4/ext/mysqli/tests/
H A Dconnect.inc24 …/* Development setting: test experimal features and/or feature requests that never worked before? …
/PHP-7.4/tests/security/
H A Dopen_basedir.inc17 // See http://www.php.net/features.safe-mode for more information
/PHP-7.4/ext/gd/
H A Dconfig.m4160 dnl Various checks for GD features
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c325 sljit_u32 features; in get_cpu_features() local
331 features = (sljit_u32)CPUInfo[3]; in get_cpu_features()
348 : "=g" (features) in get_cpu_features()
363 mov features, edx in get_cpu_features()
369 cpu_has_sse2 = (features >> 26) & 0x1; in get_cpu_features()
371 cpu_has_cmov = (features >> 15) & 0x1; in get_cpu_features()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt62 // Trying to hack around MySQL Server version dependent features
/PHP-7.4/ext/curl/
H A Dinterface.c471 if (d->features) { in PHP_INI_BEGIN()
527 php_info_print_table_row(2, feats[i].name, d->features & feats[i].bitmask ? "Yes" : "No"); in PHP_INI_BEGIN()
1848 CAAL("features", d->features); in PHP_FUNCTION()

Completed in 59 milliseconds

12