Home
last modified time | relevance | path

Searched refs:uses (Results 1 – 25 of 81) sorted by relevance

1234

/PHP-8.1/.github/workflows/
H A Dpush.yml57 uses: actions/checkout@v4
59 uses: ./.github/actions/setup-mssql
61 uses: ./.github/actions/setup-oracle
63 uses: ./.github/actions/setup-caddy
65 uses: ./.github/actions/apt-x64
85 uses: ./.github/actions/setup-x64
87 uses: ./.github/actions/test-linux
89 uses: ./.github/actions/test-linux
102 uses: actions/checkout@v4
104 uses: ./.github/actions/brew
[all …]
H A Dnightly.yml16 - uses: actions/checkout@v4
23 uses: actions/cache@v3
57 uses: actions/checkout@v4
144 uses: actions/checkout@v4
205 uses: actions/checkout@v4
259 uses: actions/checkout@v4
308 uses: actions/checkout@v4
424 uses: actions/checkout@v4
500 uses: actions/checkout@v4
599 uses: actions/checkout@v4
[all …]
/PHP-8.1/Zend/tests/
H A Dbug44069.phpt10 // $newstring .= $string; //This uses an expected amount of mem.
11 $newstring = $newstring . $string; //This uses very much mem.
/PHP-8.1/ext/reflection/tests/
H A DReflectionParameter_getClass_self_parent_closure.phpt31 Parameter uses "self" as type but function is not a class member
34 Parameter uses "parent" as type but function is not a class member
37 Parameter uses "parent" as type although class does not have a parent
H A D005.phpt2 ReflectionMethod::getDocComment() uses wrong comment block
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
/PHP-8.1/ext/opcache/tests/
H A Dbug70111.phpt2 Bug #70111 (Segfault when a function uses both an explicit return type and an explicit cast)
H A Dpreload_trait_alias.phpt2 Preloading trait uses with aliased names
H A Dbug79412.phpt2 Bug #79412 (Opcache chokes and uses 100% CPU on specific script)
/PHP-8.1/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt22 echo "-- Tests without valid name - uses gmtOffset and isdst to find match --\n";
43 -- Tests without valid name - uses gmtOffset and isdst to find match --
/PHP-8.1/ext/curl/tests/
H A Dbug48514.phpt2 Bug #48514 (cURL extension uses same resource name for simple and multi APIs)
/PHP-8.1/ext/mysqlnd/
H A Dconfig9.m416 dnl If some extension uses mysqlnd it will get compiled in PHP core
38 …ND_SHARED_LIBADD, [AC_DEFINE(MYSQLND_HAVE_SSL,1,[Enable mysqlnd code that uses OpenSSL directly])])
/PHP-8.1/ext/spl/tests/
H A Dbug74372.phpt2 Bug #74372: autoloading file with syntax error uses next autoloader, may hide parse error
/PHP-8.1/Zend/tests/type_declarations/
H A Dweak_call_strict.phpt12 // This file uses weak mode, so the call is weak, and float accepted for int
H A Dweak_explicit_call_strict.phpt12 // This file uses weak mode, so the call is weak, and float accepted for int
H A Dstrict_call_weak.phpt12 // This file uses strict mode, so the call is strict, and float denied for int
H A Dstrict_call_weak_explicit.phpt12 // This file uses strict mode, so the call is strict, and float denied for int
/PHP-8.1/ext/opcache/tests/jit/
H A Dreg_alloc_002.phpt2 Register Alloction 002: SEND_VAL_EX uses %r0 as a temporary register
/PHP-8.1/ext/session/tests/
H A D020.phpt2 rewriter uses arg_separator.output for modifying URLs
H A Dbug74514.phpt13 but it still uses SG(headers_sent).
/PHP-8.1/ext/calendar/tests/
H A Dunixtojd.phpt21 // -uses --INI-- section with date.timezone=UTC
22 // -uses putenv('TZ=UTC')
/PHP-8.1/ext/mysqli/tests/
H A Dgh8267.phpt2 Bug GH-8267 (MySQLi uses unsupported format specifier on Windows)
/PHP-8.1/ext/gd/tests/
H A Dbug51263.phpt2 Bug #51263 (imagettftext and rotated text uses wrong baseline)
/PHP-8.1/ext/standard/tests/strings/
H A Dprint_basic.phpt49 This uses the "here document" syntax to output
81 This uses the "here document" syntax to output
/PHP-8.1/ext/sockets/
H A Dconfig.m467 AC_CACHE_CHECK([if ancillary credentials uses ucred],[ac_cv_ucred],
83 AC_CACHE_CHECK([if ancillary credentials uses cmsgcred],[ac_cv_cmsgcred],

Completed in 24 milliseconds

1234