Home
last modified time | relevance | path

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

12

/php-src/ext/standard/libavifinfo/
H A Davifinfo.c340 features->dim_props[features->num_dim_props].width = width; in ParseIpco()
341 features->dim_props[features->num_dim_props].height = height; in ParseIpco()
368 features->chan_props[features->num_chan_props].property_index = in ParseIpco()
371 features->chan_props[features->num_chan_props].num_channels = in ParseIpco()
394 features->chan_props[features->num_chan_props].property_index = in ParseIpco()
396 features->chan_props[features->num_chan_props].bit_depth = in ParseIpco()
398 features->chan_props[features->num_chan_props].num_channels = in ParseIpco()
491 features->props[features->num_props].property_index = in ParseIprp()
493 features->props[features->num_props].item_id = item_id; in ParseIprp()
558 features->tiles[features->num_tiles].tile_item_id = to_item_id; in ParseIref()
[all …]
H A Davifinfo.h57 AvifInfoFeatures* features);
84 AvifInfoFeatures* features);
/php-src/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-src/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-src/ext/curl/tests/
H A Dbug72189.phpt30 if ($version['features'] & $feature) {
H A Dcurl_version_basic_001.phpt10 var_dump($info_curl["features"]);
/php-src/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-src/ext/openssl/tests/
H A Dopenssl_password.phpt2 Basic features of password_hash
/php-src/ext/soap/tests/bugs/
H A Dbug42086.phpt25 array('features'=>SOAP_SINGLE_ELEMENT_ARRAYS));
H A Dbug36226-2.phpt43 'features' => SOAP_SINGLE_ELEMENT_ARRAYS
H A Dbug36226.phpt44 'features' => SOAP_SINGLE_ELEMENT_ARRAYS));
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m410 dnl second arg - if mandatory, the configure will fail when no features found.
44 AC_CACHE_CHECK(whether $CXX supports C++$1 features with $switch,
66 AC_MSG_ERROR([*** A compiler with support for C++$1 language features is required.])
132 dnl Tests for new features in C++11
423 dnl Tests for new features in C++14
547 dnl Tests for new features in C++17
929 dnl Tests for new features in C++20
/php-src/ext/soap/
H A Dphp_soap.h98 int features; member
172 int features; variable
/php-src/ext/standard/
H A Dimage.c1183 AvifInfoFeatures features; in php_handle_avif() local
1187 …if (AvifInfoGetFeaturesStream(&avif_stream, php_avif_stream_read, php_avif_stream_skip, &features)… in php_handle_avif()
1189 result->width = features.width; in php_handle_avif()
1190 result->height = features.height; in php_handle_avif()
1191 result->bits = features.bit_depth; in php_handle_avif()
1192 result->channels = features.num_channels; in php_handle_avif()
/php-src/docs/source/
H A Dindex.rst65 differentiate between bugs and expected behavior, and model new language features.
/php-src/.github/
H A DCODEOWNERS15 # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizi…
/php-src/
H A DREADME.md111 New features require an RFC and must be accepted by the developers. See
113 [Voting on PHP features](https://wiki.php.net/rfc/voting) for more information
H A DCONTRIBUTING.md240 ├─ tests/ # Core features tests
282 - Run `make test` to check your change doesn't break other features.
378 needed for later branches (i.e. fixes for features which were dropped from
381 2. All news updates intended for public viewing, such as new features, bug
/php-src/Zend/
H A DLICENSE39 6. All advertising materials mentioning features or use of this
/php-src/tests/security/
H A Dopen_basedir.inc17 // See http://www.php.net/features.safe-mode for more information
/php-src/ext/ldap/
H A Dconfig.m411 dnl Note that Oracle Instant Client lacks LDAP features implemented in PHP
/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst25 The `C/C++ extension`_ provides most of the features we'll need for php-src development. You can
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt60 // Trying to hack around MySQL Server version dependent features
H A Dpdo_mysql_prepare_native_myisam.phpt60 // Trying to hack around MySQL Server version dependent features
H A Dpdo_mysql_prepare_native_myisam_index.phpt60 // Trying to hack around MySQL Server version dependent features

Completed in 25 milliseconds

12