Searched refs:todo (Results 1 – 10 of 10) sorted by relevance
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_emit.c | 497 todo = IR_REGSET_EMPTY; in ir_parallel_copy() 509 IR_REGSET_INCL(todo, to); in ir_parallel_copy() 514 if (ready == todo) { in ir_parallel_copy() 546 IR_REGSET_EXCL(todo, to); in ir_parallel_copy() 606 IR_REGSET_EXCL(todo, to); in ir_parallel_copy() 703 ir_bitset_excl(todo, to); in ir_dessa_resolve_cycle() 773 ir_bitset_excl(todo, to); in ir_dessa_resolve_cycle() 813 ir_bitset_incl(todo, to); in ir_dessa_parallel_copy() 831 ir_bitset_excl(todo, to); in ir_dessa_parallel_copy() 873 ir_bitset_excl(todo, to); in ir_dessa_parallel_copy() [all …]
|
H A D | ir_ra.c | 2117 ir_bitset todo, ready; in ir_gen_dessa_moves() local 2137 todo = ir_bitset_malloc(ctx->vregs_count + 1); in ir_gen_dessa_moves() 2152 ir_bitset_incl(todo, d); in ir_gen_dessa_moves() 2161 IR_BITSET_FOREACH(todo, len, d) { in ir_gen_dessa_moves() 2171 IR_BITSET_FOREACH(todo, len, i) { in ir_gen_dessa_moves() 2184 ir_bitset_excl(todo, b); in ir_gen_dessa_moves() 2191 b = ir_bitset_pop_first(todo, len); in ir_gen_dessa_moves() 2204 ir_mem_free(todo); in ir_gen_dessa_moves()
|
/PHP-8.4/ext/mysqli/tests/ |
H A D | 001.phpt | 59 /* todo ssl connections */
|
/PHP-8.4/sapi/cli/tests/ |
H A D | php_cli_server.inc | 141 $todo = ($fileinfo->isDir() ? 'rmdir' : 'unlink'); 142 $todo($fileinfo->getRealPath());
|
/PHP-8.4/docs/source/core/data-structures/ |
H A D | zval.rst | 71 ``counted``. ``counted`` polymorphically refers to any `reference counted <todo>`__ value, including 120 `reference counting <todo>`__ flags, and ``v.u.extra`` is pretty much unused. 178 expression rather than the concrete values. Check the `parser <todo>`__ chapter for more information 199 ``_IS_ERROR`` is used as an error value for some `object handlers <todo>`__. It is described in more 218 `object handler <todo>`__ API.
|
H A D | zend_string.rst | 27 which is used for `hash table <todo>`__ lookups. The ``len`` field stores the length of the string 52 ``malloc`` (``persistent == true``) or ``emalloc``, `PHPs custom allocator <todo>`__ (``persistent 170 string interning. Essentially, this is just a simple `HashTable <todo>`__ where existing interned
|
H A D | reference-counting.rst | 195 collector <todo>`_ chapter. 223 being freed at the end of the request. See the `Zend allocator <todo>`_ chapter for more
|
/PHP-8.4/docs/source/introduction/ |
H A D | high-level-overview.rst | 111 Parsing is described in more detail in its `dedicated chapter <todo>`__. 173 is quite complex, and will be discussed separately in the `virtual machine <todo>`__ chapter.
|
/PHP-8.4/ext/phar/phar/ |
H A D | pharcommand.inc | 1408 // @todo add error message here. 1426 // @todo Add error message
|
/PHP-8.4/docs/ |
H A D | release-process.md | 9 - [PHP 8.3](https://wiki.php.net/todo/php83) 10 - [PHP 8.2](https://wiki.php.net/todo/php82) 11 - [PHP 8.1](https://wiki.php.net/todo/php81)
|
Completed in 33 milliseconds