Home
last modified time | relevance | path

Searched refs:top (Results 101 – 115 of 115) sorted by relevance

12345

/PHP-8.2/Zend/
H A Dzend_language_parser.y22 %code top {
H A Dzend_vm_execute.h2209 zval *arg, *top; in ZEND_SEND_UNPACK_SPEC_HANDLER() local
2244 if (UNEXPECTED(!top)) { in ZEND_SEND_UNPACK_SPEC_HANDLER()
2263 ZVAL_REF(top, Z_REF_P(arg)); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2270 ZVAL_NEW_REF(top, arg); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2273 ZVAL_COPY_DEREF(top, arg); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2305 zval *arg, *top; in ZEND_SEND_UNPACK_SPEC_HANDLER() local
2340 if (UNEXPECTED(!top)) { in ZEND_SEND_UNPACK_SPEC_HANDLER()
2356 ZVAL_NEW_REF(top, arg); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2358 ZVAL_COPY_VALUE(top, arg); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2382 ZVAL_NEW_REF(top, arg); in ZEND_SEND_UNPACK_SPEC_HANDLER()
[all …]
H A Dzend_compile.c2277 CG(delayed_oplines_stack).top = offset; in zend_delayed_compile_end()
/PHP-8.2/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt1954 "⊤",
4088 ⊤ => ⊤ e28aa4
/PHP-8.2/ext/standard/html_tables/
H A Dents_html5.txt1949 top 022A4
/PHP-8.2/ext/date/lib/
H A Dparse_date.re330 if((s->top - s->lim) < BSIZE){
338 s->top = &s->lim[BSIZE];
H A Dparse_date.c332 if((s->top - s->lim) < BSIZE){
340 s->top = &s->lim[BSIZE];
/PHP-8.2/
H A Dphp.ini-development369 ; unless "declare(encoding=...)" directive appears at the top of the script.
832 ; (shebang) at the top of the running script. This line might be needed if the
H A Dphp.ini-production369 ; unless "declare(encoding=...)" directive appears at the top of the script.
834 ; (shebang) at the top of the running script. This line might be needed if the
/PHP-8.2/build/
H A Dphp.m4188 dnl interpreted relative to the top build-directory.
/PHP-8.2/ext/soap/
H A Dsoap.c119 EG(vm_stack)->top = _old_stack_top; \
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic6549 >194 ubyte ^0x02 top
16758 # Y origin of image. 0 normal; positive for top
16764 >17 ubyte &0x20 - top
18099 >768 beshort 0 left to right/top to bottom
18100 >768 beshort 1 right to left/top to bottom
18101 >768 beshort 2 left to right/bottom to top
18102 >768 beshort 3 right to left/bottom to top
18103 >768 beshort 4 top to bottom/left to right
18104 >768 beshort 5 top to bottom/right to left
18105 >768 beshort 6 bottom to top/left to right
[all …]
H A Dmagic私はガラスを食べられます6549 >194 ubyte ^0x02 top
16758 # Y origin of image. 0 normal; positive for top
16764 >17 ubyte &0x20 - top
18099 >768 beshort 0 left to right/top to bottom
18100 >768 beshort 1 right to left/top to bottom
18101 >768 beshort 2 left to right/bottom to top
18102 >768 beshort 3 right to left/bottom to top
18103 >768 beshort 4 top to bottom/left to right
18104 >768 beshort 5 top to bottom/right to left
18105 >768 beshort 6 bottom to top/left to right
[all …]
/PHP-8.2/ext/mbstring/tests/data/
H A DSHIFTJIS.txt40 # where all the entries are in order of the top (or only) byte.
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc4073 * For signed multiplication, the top 65 bits of the result will contain

Completed in 441 milliseconds

12345