Home
last modified time | relevance | path

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

12345

/php-src/.github/workflows/
H A Dnightly.yml40 uses: actions/checkout@v4
44 uses: ./.github/actions/apk
150 uses: actions/checkout@v4
240 uses: actions/checkout@v4
309 uses: actions/checkout@v4
385 uses: actions/checkout@v4
439 uses: actions/checkout@v4
633 uses: actions/checkout@v4
701 uses: actions/checkout@v4
793 uses: actions/checkout@v4
[all …]
H A Dpush.yml85 uses: actions/checkout@v4
87 uses: ./.github/actions/apt-x64
124 uses: ./.github/actions/setup-x64
160 uses: actions/checkout@v4
162 uses: ./.github/actions/apt-x32
200 uses: actions/checkout@v4
202 uses: ./.github/actions/brew
248 uses: actions/checkout@v4
262 uses: actions/checkout@v4
326 uses: actions/checkout@v4
[all …]
H A Droot.yml16 - uses: actions/checkout@v4
23 uses: actions/cache@v4
36 uses: ./.github/actions/notify-slack
43 uses: ./.github/workflows/nightly.yml
H A Ddocs.yml20 uses: actions/checkout@v4
27 uses: sphinx-notes/pages@v3
H A Dremove-needs-feedback.yml19 - uses: actions-ecosystem/action-remove-labels@v1
22 - uses: actions-ecosystem/action-add-labels@v1
H A Dlabeler.yml15 - uses: actions/labeler@v5
/php-src/Zend/tests/
H A Dbug44069.phpt10 // $newstring .= $string; //This uses an expected amount of mem.
11 $newstring = $newstring . $string; //This uses very much mem.
H A Dclass_toString_concat_non_interned_with_itself.phpt2 Test concatenating a class instance that has __toString with itself that uses a non-interned string
/php-src/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
/php-src/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)
H A Dgh16186_001.phpt2 GH-16186 001 (Non-tracing JIT uses Closure scope)
/php-src/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-src/ext/curl/tests/
H A Dbug48514.phpt2 Bug #48514 (cURL extension uses same resource name for simple and multi APIs)
/php-src/Zend/tests/attributes/
H A D032_attribute_validation_scope.phpt2 Validation for "Attribute" uses the class scope when evaluating constant ASTs
/php-src/ext/standard/tests/array/
H A Dgh14140.phpt7 * processor environment in general, which uses clang as the compiler.
/php-src/ext/odbc/
H A Dconfig.m4138 [Define to 1 if the odbc extension uses the Adabas D.])
155 [Define to 1 if the odbc extension uses the SAP DB.])
177 [Define to 1 if the odbc extension uses the Solid DB.])
210 [Define to 1 if the odbc extension uses the IBM DB2.])],
239 [Define to 1 if the odbc extension uses the Empress.])
279 [Define to 1 if the odbc extension uses the Empress.])
304 [Define to 1 if the odbc extension uses custom ODBC installation.])
319 [Define to 1 if the odbc extension uses the iODBC.])
338 [Define to 1 if the odbc extension uses the Easysoft OOB.])
366 [Define to 1 if the odbc extension uses the unixODBC.])
[all …]
/php-src/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
/php-src/ext/spl/tests/
H A Dbug74372.phpt2 Bug #74372: autoloading file with syntax error uses next autoloader, may hide parse error
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_002.phpt2 Register Alloction 002: SEND_VAL_EX uses %r0 as a temporary register
/php-src/Zend/tests/traits/
H A Dconstant_014.phpt2 Cannot override a final trait constant in a class derived from the class that uses the trait
/php-src/ext/calendar/tests/
H A Dunixtojd.phpt21 // -uses --INI-- section with date.timezone=UTC
22 // -uses putenv('TZ=UTC')
/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c319 } *uses = ir_mem_malloc(sizeof(*uses) * use_list->count); in ir_split_partially_dead_node() local
350 uses[uses_count].ref = use; in ir_split_partially_dead_node()
371 uses[uses_count].ref = use; in ir_split_partially_dead_node()
372 uses[uses_count].block = i; in ir_split_partially_dead_node()
385 i, clones[i].block, clones[i].use_count, uses[u].ref, uses[u].block); in ir_split_partially_dead_node()
386 u = uses[u].next; in ir_split_partially_dead_node()
388 fprintf(stderr, ", d_%d/BB%d", uses[u].ref, uses[u].block); in ir_split_partially_dead_node()
389 u = uses[u].next; in ir_split_partially_dead_node()
426 use = uses[u].ref; in ir_split_partially_dead_node()
428 u = uses[u].next; in ir_split_partially_dead_node()
[all …]

Completed in 25 milliseconds

12345