Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 3756) sorted by last modified time

12345678910>>...151

/PHP-7.4/
H A DNEWS332 . Reverted bug fix for #80892 (PDO::PARAM_INT is treated the same as
1362 as argument). (Nikita)
1377 . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
1438 allowing the extension to be once more compiled as shared using
1483 as per RFC: https://wiki.php.net/rfc/permanent_hash_ext. (Kalle)
1766 . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
2209 . Fixed bug #77765 (FTP stream wrapper should set the directory as
2298 . Fixed bug #77346 (webm files incorrectly detected as
2686 . Add min_proto_version and max_proto_version ssl stream options as well as
2702 . Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO
[all …]
H A Dconfigure.ac168 dnl libs subdirectory as the user who configures PHP. Otherwise, the current
372 dnl Check whether the system uses EBCDIC (not ASCII) as its native codeset.
415 dnl locale.h is checked for supporting old code in extensions such as imagick.
1025 NOTE: Not all extensions can be build as 'shared'.
1029 o Builds the foobar extension as shared extension.
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc4 denoted as "the implementer".
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc4 denoted as "the implementer".
/PHP-7.4/ext/intl/tests/
H A Dlocale_filter_matches4.phpt46 foreach($loc_ranges as $loc_range){
47 foreach($lang_tags as $lang_tag){
H A Dlocale_filter_matches_icu70.phpt48 foreach($loc_ranges as $loc_range){
49 foreach($lang_tags as $lang_tag){
H A Dbug74264.phpt9 foreach (range(-5, -1) as $offset) {
/PHP-7.4/ext/date/tests/
H A Dbug33415-2.phpt7 print "TZ=Africa/Bujumbura - *Note*: Unexpected, as does not appear to
196 TZ=Africa/Bujumbura - *Note*: Unexpected, as does not appear to
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt39 # true-as-string is 1, so this "works"
46 # false -> "" as string, which pgsql doesn't like
75 # true-as-string is 1, so this "works"
82 # false -> "" as string, which pgsql doesn't like
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc150 foreach ($filesToClean as $filePattern) {
151 foreach (glob($filePattern) as $filePath) {
232 foreach ($files as $file) {
279 * Skip if not running as root.
284 die('skip not running as root');
289 * Skip if running as root.
294 die('skip running as root');
370 $cmd[] = '--allow-to-run-as-root';
517 foreach ($formats as $format) {
779 foreach ($lines as $line) {
[all …]
H A Dstatus.inc91 foreach ($fields as $name => $value) {
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1145 double as = sin (atan2 (dy, dx)); in gdImageLine() local
1146 if (as != 0) { in gdImageLine()
1147 wid = thick / as; in gdImageLine()
1335 double as = sin(atan2(dy, dx)); in gdImageDashedLine() local
1336 if (as != 0) { in gdImageDashedLine()
1337 wid = thick / as; in gdImageDashedLine()
1384 double as = sin (atan2 (dy, dx)); in gdImageDashedLine() local
1385 if (as != 0) { in gdImageDashedLine()
1386 wid = thick / as; in gdImageDashedLine()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3579 + ms->search.offset += Z_LVAL_P(offset); /* this is where the match starts as size_t */
/PHP-7.4/build/
H A Dpkg.m48 dnl it under the terms of the GNU General Public License as published by
23 dnl distribute this file as part of a program that contains a
90 dnl it's called might be skipped (such as if it is within an "if", you
221 dnl Substitutes the variable pkgconfigdir as the location where a module
243 dnl Substitutes the variable noarch_pkgconfigdir as the location where a
/PHP-7.4/azure/
H A Dcommunity_job.yml7 # debug build, that enables assertions, as well as the address and UB sanitizers. However,
9 # and don't care about the actual test results, as there will commonly be failures for
/PHP-7.4/ext/openssl/
H A Dopenssl.c2325 ASN1_STRING *as; in openssl_x509v3_subjectAltName() local
2330 as = name->d.rfc822Name; in openssl_x509v3_subjectAltName()
2331 BIO_write(bio, ASN1_STRING_get0_data(as), in openssl_x509v3_subjectAltName()
2332 ASN1_STRING_length(as)); in openssl_x509v3_subjectAltName()
2336 as = name->d.dNSName; in openssl_x509v3_subjectAltName()
2337 BIO_write(bio, ASN1_STRING_get0_data(as), in openssl_x509v3_subjectAltName()
2338 ASN1_STRING_length(as)); in openssl_x509v3_subjectAltName()
2342 as = name->d.uniformResourceIdentifier; in openssl_x509v3_subjectAltName()
2343 BIO_write(bio, ASN1_STRING_get0_data(as), in openssl_x509v3_subjectAltName()
2344 ASN1_STRING_length(as)); in openssl_x509v3_subjectAltName()
/PHP-7.4/Zend/tests/
H A Dforeach_by_ref_to_property.phpt6 foreach ([0] as &$obj->prop) {
/PHP-7.4/ext/filter/tests/
H A Dbug81122.phpt14 foreach ($urls as $url) {
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug81163.phpt21 Notice: serialize(): "private" returned as member variable from __sleep() but does not exist in %s …
/PHP-7.4/ext/standard/tests/file/
H A Dbug81145.phpt38 //Seek to 4 GB boundary, as this is the location where the problem occurs
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt52 foreach ($t as $n => $l) {
59 foreach ($m as $c) {
81 foreach ($p as $test => $data) {
/PHP-7.4/ext/dom/tests/
H A Dbug43364.phpt10 foreach($nodes as $node) {
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_77863.phpt13 with t(b, s) as (
20 select trim(s) as s from t where b is not distinct from :p
H A Dbug_aaa.phpt2 PDO_Firebird: cursor should not be marked as opened on singleton statements
H A Ddialect_1.phpt20 1 as N,
21 2.0 as F,
22 cast(0.76 as numeric(15, 2)) as K,
23 cast(\'2019-06-12\' as date) as DT

Completed in 110 milliseconds

12345678910>>...151