Home
last modified time | relevance | path

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

1234

/php-src/.github/workflows/
H A Dnightly.yml19 - uses: actions/checkout@v4
26 uses: actions/cache@v3
76 uses: actions/checkout@v4
170 uses: actions/checkout@v4
237 uses: actions/checkout@v4
311 uses: actions/checkout@v4
366 uses: actions/checkout@v4
559 uses: actions/checkout@v4
633 uses: actions/checkout@v4
731 uses: actions/checkout@v4
[all …]
H A Dpush.yml88 uses: actions/checkout@v4
90 uses: ./.github/actions/apt-x64
108 uses: ./.github/actions/setup-mssql
134 uses: ./.github/actions/setup-x64
137 uses: ./.github/actions/test-linux
166 uses: actions/checkout@v4
168 uses: ./.github/actions/brew
214 uses: actions/checkout@v4
227 uses: actions/checkout@v4
291 uses: actions/checkout@v4
[all …]
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.yml14 - 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)
/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/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-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/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-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/session/tests/
H A D020.phpt2 rewriter uses arg_separator.output for modifying URLs
/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c300 } *uses = ir_mem_malloc(sizeof(*uses) * use_list->count); in ir_split_partially_dead_node() local
331 uses[uses_count].ref = use; in ir_split_partially_dead_node()
352 uses[uses_count].ref = use; in ir_split_partially_dead_node()
353 uses[uses_count].block = i; in ir_split_partially_dead_node()
366 i, clones[i].block, clones[i].use_count, uses[u].ref, uses[u].block); in ir_split_partially_dead_node()
367 u = uses[u].next; in ir_split_partially_dead_node()
369 fprintf(stderr, ", d_%d/BB%d", uses[u].ref, uses[u].block); in ir_split_partially_dead_node()
370 u = uses[u].next; in ir_split_partially_dead_node()
400 use = uses[u].ref; in ir_split_partially_dead_node()
402 u = uses[u].next; in ir_split_partially_dead_node()
[all …]

Completed in 32 milliseconds

1234