/php-src/.github/workflows/ |
H A D | nightly.yml | 40 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 D | push.yml | 85 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 D | root.yml | 16 - uses: actions/checkout@v4 23 uses: actions/cache@v4 36 uses: ./.github/actions/notify-slack 43 uses: ./.github/workflows/nightly.yml
|
H A D | docs.yml | 20 uses: actions/checkout@v4 27 uses: sphinx-notes/pages@v3
|
H A D | remove-needs-feedback.yml | 19 - uses: actions-ecosystem/action-remove-labels@v1 22 - uses: actions-ecosystem/action-add-labels@v1
|
H A D | labeler.yml | 15 - uses: actions/labeler@v5
|
/php-src/Zend/tests/ |
H A D | bug44069.phpt | 10 // $newstring .= $string; //This uses an expected amount of mem. 11 $newstring = $newstring . $string; //This uses very much mem.
|
H A D | class_toString_concat_non_interned_with_itself.phpt | 2 Test concatenating a class instance that has __toString with itself that uses a non-interned string
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionParameter_getClass_self_parent_closure.phpt | 31 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 D | bug70111.phpt | 2 Bug #70111 (Segfault when a function uses both an explicit return type and an explicit cast)
|
H A D | preload_trait_alias.phpt | 2 Preloading trait uses with aliased names
|
H A D | bug79412.phpt | 2 Bug #79412 (Opcache chokes and uses 100% CPU on specific script)
|
H A D | gh16186_001.phpt | 2 GH-16186 001 (Non-tracing JIT uses Closure scope)
|
/php-src/ext/date/tests/ |
H A D | timezone_name_from_abbr_basic1.phpt | 22 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 D | bug48514.phpt | 2 Bug #48514 (cURL extension uses same resource name for simple and multi APIs)
|
/php-src/Zend/tests/attributes/ |
H A D | 032_attribute_validation_scope.phpt | 2 Validation for "Attribute" uses the class scope when evaluating constant ASTs
|
/php-src/ext/standard/tests/array/ |
H A D | gh14140.phpt | 7 * processor environment in general, which uses clang as the compiler.
|
/php-src/ext/odbc/ |
H A D | config.m4 | 138 [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 D | weak_call_strict.phpt | 12 // This file uses weak mode, so the call is weak, and float accepted for int
|
H A D | weak_explicit_call_strict.phpt | 12 // This file uses weak mode, so the call is weak, and float accepted for int
|
/php-src/ext/spl/tests/ |
H A D | bug74372.phpt | 2 Bug #74372: autoloading file with syntax error uses next autoloader, may hide parse error
|
/php-src/ext/opcache/tests/jit/ |
H A D | reg_alloc_002.phpt | 2 Register Alloction 002: SEND_VAL_EX uses %r0 as a temporary register
|
/php-src/Zend/tests/traits/ |
H A D | constant_014.phpt | 2 Cannot override a final trait constant in a class derived from the class that uses the trait
|
/php-src/ext/calendar/tests/ |
H A D | unixtojd.phpt | 21 // -uses --INI-- section with date.timezone=UTC 22 // -uses putenv('TZ=UTC')
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_gcm.c | 319 } *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 …]
|