/PHP-8.1/ext/soap/tests/schema/ |
H A D | test_schema.inc | 9 …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 D | str_ireplace.phpt | 39 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 D | bug72189.phpt | 30 if ($version['features'] & $feature) {
|
H A D | curl_version_basic_001.phpt | 10 var_dump($info_curl["features"]);
|
/PHP-8.1/ext/mbstring/tests/ |
H A D | mb_ereg_variation7.phpt | 2 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 D | bug42086.phpt | 25 array('features'=>SOAP_SINGLE_ELEMENT_ARRAYS));
|
H A D | bug36226-2.phpt | 41 'features' => SOAP_SINGLE_ELEMENT_ARRAYS
|
H A D | bug36226.phpt | 40 'features' => SOAP_SINGLE_ELEMENT_ARRAYS));
|
/PHP-8.1/ext/soap/ |
H A D | php_soap.h | 102 int features; member 174 int features; variable
|
H A D | soap.c | 349 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 D | php_encoding.c | 1331 (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 D | php_cxx_compile_stdcxx.m4 | 10 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 D | pkg.m4 | 56 dnl used since that's the first version where most current features of
|
H A D | ltmain.sh | 519 --features)
|
/PHP-8.1/ |
H A D | README.md | 112 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 D | CONTRIBUTING.md | 217 ├─ 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 D | CODING_STANDARDS.md | 5 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 D | README.REDIST.BINS | 337 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 D | LICENSE | 39 6. All advertising materials mentioning features or use of this
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | connect.inc | 25 …/* Development setting: test experimental features and/or feature requests that never worked befor…
|
/PHP-8.1/tests/security/ |
H A D | open_basedir.inc | 17 // See http://www.php.net/features.safe-mode for more information
|
/PHP-8.1/ext/gd/ |
H A D | config.m4 | 180 dnl Various checks for GD features
|
/PHP-8.1/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 325 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 D | pdo_mysql_prepare_native.phpt | 63 // Trying to hack around MySQL Server version dependent features
|
/PHP-8.1/ext/curl/ |
H A D | interface.c | 260 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()
|