Home
last modified time | relevance | path

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

12

/PHP-8.1/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.1/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.1/ext/curl/tests/
H A Dbug72189.phpt30 if ($version['features'] & $feature) {
H A Dcurl_version_basic_001.phpt10 var_dump($info_curl["features"]);
/PHP-8.1/ext/mbstring/tests/
H A Dmb_ereg_variation7.phpt2 Test mb_ereg() function : usage variations - different regex features in $pattern
12 * Testing the following regular expression features match correctly:
/PHP-8.1/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.1/ext/soap/
H A Dphp_soap.h102 int features; member
174 int features; variable
H A Dsoap.c349 SOAP_GLOBAL(features) = 0; in PHP_RINIT_FUNCTION()
900 service->features = Z_LVAL_P(tmp); in PHP_METHOD()
1350 old_features = SOAP_GLOBAL(features);
1351 SOAP_GLOBAL(features) = service->features;
1613 SOAP_GLOBAL(features) = old_features;
2279 old_features = SOAP_GLOBAL(features);
2282 SOAP_GLOBAL(features) = Z_LVAL_P(tmp);
2284 SOAP_GLOBAL(features) = 0;
2400 SOAP_GLOBAL(features) = old_features;
2674 if (SOAP_GLOBAL(features) & SOAP_WAIT_ONE_WAY_CALLS) {
H A Dphp_encoding.c1331 (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.1/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
H A Dltmain.sh519 --features)
/PHP-8.1/
H A DREADME.md112 New features require an RFC and must be accepted by the developers. See
114 [Voting on PHP features](https://wiki.php.net/rfc/voting) for more information
H A DCONTRIBUTING.md217 ├─ tests/ # Core features tests
260 - Run `make test` to check your change doesn't break other features.
352 needed for later branches (i.e. fixes for features which were dropped from
355 2. All news updates intended for public viewing, such as new features, bug
H A DCODING_STANDARDS.md5 features are going in that general direction. Many sections have been
286 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
393 3. All advertising materials mentioning features or use of this
/PHP-8.1/Zend/
H A DLICENSE39 6. All advertising materials mentioning features or use of this
/PHP-8.1/ext/mysqli/tests/
H A Dconnect.inc25 …/* Development setting: test experimental features and/or feature requests that never worked befor…
/PHP-8.1/tests/security/
H A Dopen_basedir.inc17 // See http://www.php.net/features.safe-mode for more information
/PHP-8.1/ext/gd/
H A Dconfig.m4180 dnl Various checks for GD features
/PHP-8.1/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.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt63 // Trying to hack around MySQL Server version dependent features
/PHP-8.1/ext/curl/
H A Dinterface.c260 if (d->features) { in PHP_INI_END()
312 php_info_print_table_row(2, feats[i].name, d->features & feats[i].bitmask ? "Yes" : "No"); in PHP_INI_END()
1704 CAAL("features", d->features); in PHP_FUNCTION()

Completed in 78 milliseconds

12