Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 68) sorted by path

123

/PHP-7.4/
H A DNEWS1395 As a side effect, this allowed passing left hand list() "by reference",
2392 . Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
/PHP-7.4/Zend/tests/
H A Dbug45877.phpt2 Bug #45877 (Array key '2147483647' left as string)
H A Dnumeric_literal_separator_004.phpt2 Invalid use: underscore left of period
H A Dnumeric_literal_separator_008.phpt2 Invalid use: underscore left of e
H A Druntime_compile_time_binary_operands.phpt130 foreach ($input as $left) {
133 $line = prepareLine($left, $right, function() use ($left, $right, $operand) {
134 return eval("return @(\$left $operand \$right);");
H A Dshift_001.phpt2 shifting strings left
/PHP-7.4/Zend/
H A Dzend_compile.c1716 zend_string *left = Z_STR_P(left_zv); in zend_ast_append_str() local
1720 size_t left_len = ZSTR_LEN(left); in zend_ast_append_str()
1723 result = zend_string_extend(left, len, 0); in zend_ast_append_str()
7078 zval left; in zend_try_ct_eval_unary_pm() local
7079 ZVAL_LONG(&left, (kind == ZEND_AST_UNARY_PLUS) ? 1 : -1); in zend_try_ct_eval_unary_pm()
7080 return zend_try_ct_eval_binary_op(result, ZEND_MUL, &left, op); in zend_try_ct_eval_unary_pm()
H A Dzend_compile.h754 zend_ast *zend_ast_append_str(zend_ast *left, zend_ast *right);
H A Dzend_ini_parser.y312 %left '|' '&' '^'
H A Dzend_language_parser.y57 %left T_LOGICAL_OR
58 %left T_LOGICAL_XOR
59 %left T_LOGICAL_AND
65 %left '?' ':'
67 %left T_BOOLEAN_OR
69 %left '|'
70 %left '^'
71 %left '&'
74 %left T_SL T_SR
75 %left '+' '-' '.'
[all …]
/PHP-7.4/build/
H A Dlibtool.m4424 # Avoid inline document here, it may be left over
1371 # flags to be left without arguments
/PHP-7.4/docs/
H A Drelease-process.md98 versions between the alpha/beta/.0RCx releases can be left the same or
/PHP-7.4/ext/bcmath/
H A Dbcmath.c217 zend_string *left, *right; in PHP_FUNCTION() local
223 Z_PARAM_STR(left) in PHP_FUNCTION()
258 Z_PARAM_STR(left) in PHP_FUNCTION()
293 Z_PARAM_STR(left) in PHP_FUNCTION()
328 Z_PARAM_STR(left) in PHP_FUNCTION()
370 Z_PARAM_STR(left) in PHP_FUNCTION()
412 Z_PARAM_STR(left) in PHP_FUNCTION()
453 Z_PARAM_STR(left) in PHP_FUNCTION()
482 zend_string *left; in PHP_FUNCTION() local
488 Z_PARAM_STR(left) in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/com_dotnet/
H A Dcom_extension.c48 ZEND_ARG_INFO(0, left)
53 ZEND_ARG_INFO(0, left)
57 ZEND_ARG_INFO(0, left)
61 ZEND_ARG_INFO(0, left)
65 ZEND_ARG_INFO(0, left)
69 ZEND_ARG_INFO(0, left)
73 ZEND_ARG_INFO(0, left)
78 ZEND_ARG_INFO(0, left)
/PHP-7.4/ext/date/lib/
H A Dparse_tz.c417 int left = 0, right = tzdb->index_size - 1; in seek_to_tz_position() local
424 int mid = ((unsigned)left + right) >> 1; in seek_to_tz_position()
430 left = mid + 1; in seek_to_tz_position()
436 } while (left <= right); in seek_to_tz_position()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c945 size_t i, o4, nelements, j, slen, left; in cdf_read_property_info() local
984 left = CAST(size_t, e - q); in cdf_read_property_info()
985 if (left < sizeof(uint32_t)) { in cdf_read_property_info()
993 if (left < sizeof(uint32_t) * 2) { in cdf_read_property_info()
1047 if (o4 + sizeof(uint32_t) > left) in cdf_read_property_info()
1052 if (o4 + l > left) in cdf_read_property_info()
1062 left, inp[i].pi_str.s_buf)); in cdf_read_property_info()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic1913 >>>>91 ubyte x \b, %d/10 inch left margin
15384 #>17 ubyte ^0x10 - left
15643 >>8 leshort 1 \bupper-left
15646 >>8 leshort 8 \blower-left
15910 >2 leshort >0 \b, lower left corner: %d
16404 >768 beshort 0 left to right/top to bottom
16405 >768 beshort 1 right to left/top to bottom
29048 # look for left bracket in section line
29124 # look for left bracket of second section
29143 # look for left bracket in section line
[all …]
H A Dmagic私はガラスを食べられます1913 >>>>91 ubyte x \b, %d/10 inch left margin
15384 #>17 ubyte ^0x10 - left
15643 >>8 leshort 1 \bupper-left
15646 >>8 leshort 8 \blower-left
15910 >2 leshort >0 \b, lower left corner: %d
16404 >768 beshort 0 left to right/top to bottom
16405 >768 beshort 1 right to left/top to bottom
29048 # look for left bracket in section line
29124 # look for left bracket of second section
29143 # look for left bracket in section line
[all …]
/PHP-7.4/ext/gd/
H A Dgd.c2039 Width = rc.right - rc.left; in PHP_FUNCTION()
2098 Width = rc.right - rc.left; in PHP_FUNCTION()
2106 BitBlt( memDC, 0, 0, Width, Height , hdc, rc.left, rc.top , SRCCOPY ); in PHP_FUNCTION()
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c191 int top, left; in gdImageCreateFromGifCtx() local
222 left = LM_to_uint(buf[0], buf[1]); in gdImageCreateFromGifCtx()
227 if (left + width > screen_width || top + height > screen_height) { in gdImageCreateFromGifCtx()
H A Dgd_interpolation.c941 const int left = contrib->ContribRow[x].Left; in _gdScaleRow() local
946 for (i = left; i <= right; i++) { in _gdScaleRow()
947 const int left_channel = i - left; in _gdScaleRow()
H A Dgdft.c1177 …gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + (…
/PHP-7.4/ext/gd/tests/
H A Dbug77200.phpt2 Bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right)
H A Dlibgd00100.phpt41 $left = 120;
44 $left, $top,
47 $left, $bot,
52 // left-facing M on baseline
55 $left = 20;
58 $left, $top,
61 $left, $bot,
66 // left-facing M on ceiling
69 $left = 20;
72 $left, $top,
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pconnect.phpt43 $left = $num;
45 while (count($connections) && $left > 0) {
48 } while (!isset($connections[$index]) && $left > 0);
50 $left--;
54 $left--;

Completed in 283 milliseconds

123