Home
last modified time | relevance | path

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

12

/PHP-8.0/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-8.0/ext/standard/tests/strings/
H A Dstr_ireplace.phpt39 for abnormal system behavior.\nSuggest features, report bugs, or ask
87 Suggest features, report bugs, or ask
89 …tware designed to watch<br> for abnormal system behavior.<br>Suggest features, report bugs, or …
/PHP-8.0/ext/curl/tests/
H A Dbug72189.phpt32 if ($version['features'] & $feature) {
H A Dcurl_version_basic_001.phpt14 var_dump($info_curl["features"]);
/PHP-8.0/ext/mbstring/tests/
H A Dmb_ereg_variation7.phpt2 Test mb_ereg() function : usage variations - different regex features in $pattern
11 * Testing the following regular expression features match correctly:
/PHP-8.0/ext/soap/
H A Dphp_soap.h102 int features; member
174 int features; variable
H A Dsoap.c337 SOAP_GLOBAL(features) = 0; in PHP_RINIT_FUNCTION()
908 service->features = Z_LVAL_P(tmp); in PHP_METHOD()
1361 old_features = SOAP_GLOBAL(features);
1362 SOAP_GLOBAL(features) = service->features;
1663 SOAP_GLOBAL(features) = old_features;
2347 old_features = SOAP_GLOBAL(features);
2350 SOAP_GLOBAL(features) = Z_LVAL_P(tmp);
2352 SOAP_GLOBAL(features) = 0;
2471 SOAP_GLOBAL(features) = old_features;
2768 if (SOAP_GLOBAL(features) & SOAP_WAIT_ONE_WAY_CALLS) {
H A Dphp_encoding.c1335 (SOAP_GLOBAL(features) & SOAP_SINGLE_ELEMENT_ARRAYS) && in model_to_zval_object()
2185 if (SOAP_GLOBAL(features) & SOAP_USE_XSI_ARRAY_TYPE) { in to_xml_array()
2419 if (SOAP_GLOBAL(features) & SOAP_USE_XSI_ARRAY_TYPE) { in to_xml_array()
/PHP-8.0/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-8.0/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-8.0/
H A DREADME.md108 New features require an RFC and must be accepted by the developers. See
110 [Voting on PHP features](https://wiki.php.net/rfc/voting) for more information
H A DCONTRIBUTING.md216 ├─ tests/ # Core features tests
259 - Run `make test` to check your change doesn't break other features.
350 needed for later branches (i.e. fixes for features which were dropped from
353 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
305 In general new features should go to PECL or experimental branches until there
H A DREADME.REDIST.BINS336 3. All advertising materials mentioning features or use of this software
392 3. All advertising materials mentioning features or use of this
H A DUPGRADING852 . Optional compression / encryption features are listed in phpinfo.
997 features.
999 features.
/PHP-8.0/Zend/
H A DLICENSE39 6. All advertising materials mentioning features or use of this
/PHP-8.0/ext/mysqli/tests/
H A Dconnect.inc24 …/* Development setting: test experimental features and/or feature requests that never worked befor…
/PHP-8.0/tests/security/
H A Dopen_basedir.inc17 // See http://www.php.net/features.safe-mode for more information
/PHP-8.0/ext/gd/
H A Dconfig.m4161 dnl Various checks for GD features
/PHP-8.0/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-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt62 // Trying to hack around MySQL Server version dependent features
/PHP-8.0/ext/curl/
H A Dinterface.c266 if (d->features) { in PHP_INI_END()
318 php_info_print_table_row(2, feats[i].name, d->features & feats[i].bitmask ? "Yes" : "No"); in PHP_INI_END()
1705 CAAL("features", d->features); in PHP_FUNCTION()

Completed in 129 milliseconds

12