/PHP-8.0/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.0/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.0/ext/curl/tests/ |
H A D | bug72189.phpt | 32 if ($version['features'] & $feature) {
|
H A D | curl_version_basic_001.phpt | 14 var_dump($info_curl["features"]);
|
/PHP-8.0/ext/mbstring/tests/ |
H A D | mb_ereg_variation7.phpt | 2 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 D | php_soap.h | 102 int features; member 174 int features; variable
|
H A D | soap.c | 337 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 D | php_encoding.c | 1335 (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 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.0/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
|
/PHP-8.0/ |
H A D | README.md | 108 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 D | CONTRIBUTING.md | 216 ├─ 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 D | CODING_STANDARDS.md | 6 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 D | README.REDIST.BINS | 336 3. All advertising materials mentioning features or use of this software 392 3. All advertising materials mentioning features or use of this
|
H A D | UPGRADING | 852 . Optional compression / encryption features are listed in phpinfo. 997 features. 999 features.
|
/PHP-8.0/Zend/ |
H A D | LICENSE | 39 6. All advertising materials mentioning features or use of this
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | connect.inc | 24 …/* Development setting: test experimental features and/or feature requests that never worked befor…
|
/PHP-8.0/tests/security/ |
H A D | open_basedir.inc | 17 // See http://www.php.net/features.safe-mode for more information
|
/PHP-8.0/ext/gd/ |
H A D | config.m4 | 161 dnl Various checks for GD features
|
/PHP-8.0/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.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_native.phpt | 62 // Trying to hack around MySQL Server version dependent features
|
/PHP-8.0/ext/curl/ |
H A D | interface.c | 266 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()
|