Home
last modified time | relevance | path

Searched refs:right (Results 76 – 96 of 96) sorted by relevance

1234

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c433 sljit_s32 negated, ones, right; in logical_imm() local
473 COUNT_TRAILING_ZERO(uimm, right); in logical_imm()
490 return ins | ((len - ones - 1) << 10) | ((len - ones - right) << 16); in logical_imm()
492 return ins | ((ones - 1) << 10) | ((len - right) << 16); in logical_imm()
/PHP-8.1/Zend/
H A Dzend_language_parser.y66 %right T_COALESCE
81 %right T_POW
H A Dzend_compile.h785 zend_ast *zend_ast_append_str(zend_ast *left, zend_ast *right);
H A Dzend_compile.c1951 zend_string *right = zend_ast_get_str(right_ast); in zend_ast_append_str() local
1955 size_t len = left_len + ZSTR_LEN(right) + 1; /* left\right */ in zend_ast_append_str()
1959 memcpy(&ZSTR_VAL(result)[left_len + 1], ZSTR_VAL(right), ZSTR_LEN(right)); in zend_ast_append_str()
1961 zend_string_release_ex(right, 0); in zend_ast_append_str()
8497 zval right; in zend_try_ct_eval_unary_pm() local
8498 ZVAL_LONG(&right, (kind == ZEND_AST_UNARY_PLUS) ? 1 : -1); in zend_try_ct_eval_unary_pm()
8499 return zend_try_ct_eval_binary_op(result, ZEND_MUL, op, &right); in zend_try_ct_eval_unary_pm()
/PHP-8.1/ext/standard/html_tables/mappings/
H A D8859-5.TXT19 # Unicode, Inc. hereby grants the right to freely use the information
H A D8859-1.TXT19 # Unicode, Inc. hereby grants the right to freely use the information
H A D8859-15.TXT20 # Unicode, Inc. hereby grants the right to freely use the information
H A DKOI8-R.TXT19 # Unicode, Inc. hereby grants the right to freely use the information
/PHP-8.1/ext/mbstring/libmbfl/
H A DLICENSE203 exercise the right to control the distribution of derivative or
392 patents or other property right claims or to contest validity of any
/PHP-8.1/ext/gd/
H A Dgd.c1238 Width = rc.right; in PHP_FUNCTION()
1242 Width = rc.right - rc.left; in PHP_FUNCTION()
1300 Width = rc.right - rc.left; in PHP_FUNCTION()
/PHP-8.1/ext/bcmath/libbcmath/
H A DLICENSE206 exercise the right to control the distribution of derivative or
396 patents or other property right claims or to contest validity of any
/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c941 const int right = contrib->ContribRow[x].Right; in _gdScaleRow() local
945 for (i = left; i <= right; i++) { in _gdScaleRow()
/PHP-8.1/ext/standard/tests/file/
H A Dfgetcsv_variation1.phpt74 // use the right delimiter and enclosure with max length
/PHP-8.1/
H A DCONTRIBUTING.md276 - Did I send the patch to the right mailing list?
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic6546 >194 ubyte &0x01 right
16766 >17 ubyte &0x10 - right
17064 >>8 leshort 3 \blower-right
17065 >>8 leshort 6 \bupper-right
17602 >4 leshort >0 \b, lower right corner: %d
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
33754 # version Major 1 for right file fragment
[all …]
H A Dmagic私はガラスを食べられます6546 >194 ubyte &0x01 right
16766 >17 ubyte &0x10 - right
17064 >>8 leshort 3 \blower-right
17065 >>8 leshort 6 \bupper-right
17602 >4 leshort >0 \b, lower right corner: %d
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
33754 # version Major 1 for right file fragment
[all …]
/PHP-8.1/build/
H A Dphp.m4252 dnl Choose the right compiler/flags/etc. for the source-file.
H A Dlibtool.m4818 lt_cv_sys_max_cmd_len=12288; # 12K is about right
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c4266 lu_byte right;
4291 nextop=subexpr(ls,&v2,priority[op].right);
/PHP-8.1/tests/lang/
H A D024.phpt9 * right now, each test focuses in one aspect only (e.g. variable aliasing, arithmetic operator,
/PHP-8.1/ext/mbstring/tests/data/
H A DKSX1001.txt19 # Unicode, Inc. hereby grants the right to freely use the information

Completed in 410 milliseconds

1234