Home
last modified time | relevance | path

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

12345

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c2315 StackType* top, StackType* stk_base, in backref_match_at_nested_level() argument
2325 k = top; in backref_match_at_nested_level()
2373 StackType* top, StackType* stk_base, in backref_check_at_nested_level() argument
2380 k = top; in backref_check_at_nested_level()
/PHP-7.3/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt1954 "⊤",
4088 ⊤ => ⊤ e28aa4
/PHP-7.3/ext/date/lib/
H A Dparse_date.re313 if((s->top - s->lim) < BSIZE){
321 s->top = &s->lim[BSIZE];
H A Dparse_date.c315 if((s->top - s->lim) < BSIZE){
323 s->top = &s->lim[BSIZE];
/PHP-7.3/ext/standard/html_tables/
H A Dents_html5.txt1949 top 022A4
/PHP-7.3/
H A Dphp.ini-development357 ; unless "declare(encoding=...)" directive appears at the top of the script.
818 ; (shebang) at the top of the running script. This line might be needed if the
H A Dphp.ini-production357 ; unless "declare(encoding=...)" directive appears at the top of the script.
820 ; (shebang) at the top of the running script. This line might be needed if the
H A Dacinclude.m4191 dnl the path is interpreted relative to the top build-directory.
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY265 2016/05/20: declare variables at the top of scope. (thanks nmaya)
1825 2003/06/30: [spec] allow different length top-level alternatives
/PHP-7.3/ext/soap/
H A Dsoap.c119 EG(vm_stack)->top = _old_stack_top; \
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic13131 # It has to be duplicated above because the top-level pattern
14283 # Y origin of image. 0 normal; positive for top
14288 >17 ubyte &0x20 - top
15308 >768 beshort 0 left to right/top to bottom
15309 >768 beshort 1 right to left/top to bottom
15310 >768 beshort 2 left to right/bottom to top
15311 >768 beshort 3 right to left/bottom to top
15312 >768 beshort 4 top to bottom/left to right
15313 >768 beshort 5 top to bottom/right to left
15314 >768 beshort 6 bottom to top/left to right
[all …]
H A Dmagic私はガラスを食べられます13131 # It has to be duplicated above because the top-level pattern
14283 # Y origin of image. 0 normal; positive for top
14288 >17 ubyte &0x20 - top
15308 >768 beshort 0 left to right/top to bottom
15309 >768 beshort 1 right to left/top to bottom
15310 >768 beshort 2 left to right/bottom to top
15311 >768 beshort 3 right to left/bottom to top
15312 >768 beshort 4 top to bottom/left to right
15313 >768 beshort 5 top to bottom/right to left
15314 >768 beshort 6 bottom to top/left to right
[all …]
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c64637 if( top>=iFree ){
64650 cbrk = top+sz;
64652 memmove(&data[cbrk], &data[top], iFree-top);
64820 if( gap>top ){
64822 top = 65536;
64832 testcase( gap+2==top );
64833 testcase( gap+1==top );
64834 testcase( gap==top );
64850 if( gap+2+nByte>top ){
64866 top -= nByte;
[all …]
/PHP-7.3/Zend/
H A Dzend_vm_execute.h1272 zval *arg, *top; local
1301 top = ZEND_CALL_ARG(EX(call), arg_num);
1305 ZVAL_REF(top, Z_REF_P(arg));
1309 ZVAL_REF(top, Z_REF_P(arg));
1312 ZVAL_NEW_REF(top, arg);
1315 ZVAL_COPY_DEREF(top, arg);
1346 zval *arg, *top; local
1388 top = ZEND_CALL_ARG(EX(call), arg_num);
1389 ZVAL_COPY_VALUE(top, arg);
H A Dzend_compile.c2299 CG(delayed_oplines_stack).top = offset; in zend_delayed_compile_end()

Completed in 1314 milliseconds

12345