Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 68) sorted by last modified time

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/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/main/streams/
H A Dfilter.c130 PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_buck… in php_stream_bucket_split() argument
132 *left = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent); in php_stream_bucket_split()
135 (*left)->buf = pemalloc(length, in->is_persistent); in php_stream_bucket_split()
136 (*left)->buflen = length; in php_stream_bucket_split()
137 memcpy((*left)->buf, in->buf, length); in php_stream_bucket_split()
138 (*left)->refcount = 1; in php_stream_bucket_split()
139 (*left)->own_buf = 1; in php_stream_bucket_split()
140 (*left)->is_persistent = in->is_persistent; in php_stream_bucket_split()
H A Dphp_stream_filter_api.h69 PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_buck…
/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_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/ext/gd/libgd/
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()
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c481 int left = totalLen; in lsapi_writev() local
487 while(( left > 0 )&&g_running ) in lsapi_writev()
492 left -= ret; in lsapi_writev()
493 if (( left <= 0)||( !g_running )) in lsapi_writev()
494 return totalLen - left; in lsapi_writev()
514 if ( totalLen - left > 0 ) in lsapi_writev()
515 return totalLen - left; in lsapi_writev()
523 return totalLen - left; in lsapi_writev()
1766 ssize_t left; in LSAPI_ReqBodyGetLine_r() local
1786 if ( len > left ) in LSAPI_ReqBodyGetLine_r()
[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--;
/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/win32/build/
H A Dphpize.js.in167 // now we are left with modules that have dependencies on other modules
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c81 size_t decompressed_size = left + MYSQLND_HEADER_SIZE; in write_compressed_packet()
123 size_t left = count; in MYSQLND_METHOD() local
133 … MYSQLND_HEADER_SIZE + COMPRESSED_HEADER_SIZE + MYSQLND_HEADER_SIZE + MIN(left, MYSQLND_MAX_PACKET… in MYSQLND_METHOD()
139 to_be_sent = MIN(left, MYSQLND_MAX_PACKET_SIZE); in MYSQLND_METHOD()
181 left -= to_be_sent; in MYSQLND_METHOD()
190 } while (bytes_sent > 0 && (left > 0 || to_be_sent == MYSQLND_MAX_PACKET_SIZE)); in MYSQLND_METHOD()
192 DBG_INF_FMT("packet_size="MYSQLND_SZ_T_SPEC" packet_no=%u", left, pfc->data->packet_no); in MYSQLND_METHOD()
/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/sockets/tests/
H A Dsocket_strerror.phpt52 string(23) "No space left on device"
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3524 BG(left) = -1; in basic_globals_ctor()
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in60 ; must be separated by a comma. If this value is left blank, connections will be
/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/scripts/dev/
H A Dcheck_parameters.php74 $left = 0;
79 $mid = intval(($left + $right)/2);
87 $left = $mid;
/PHP-7.4/ext/sysvshm/tests/
H A D004.phpt41 Warning: shm_put_var(): not enough shared memory left in %s004.php on line 14
/PHP-7.4/ext/standard/tests/strings/
H A Dtrim_error.phpt46 Warning: trim(): Invalid '..'-range, no character to the left of '..' in %s on line %d
H A Dstr_rot13_basic.phpt15 echo "\nEnsure numeric characters are left untouched\n";
22 echo "\nEnsure non-alphabetic characters are left untouched\n";
47 Ensure numeric characters are left untouched
50 Ensure non-alphabetic characters are left untouched
H A Drtrim_error.phpt46 Warning: rtrim(): Invalid '..'-range, no character to the left of '..' in %s on line %d
H A Dltrim_error.phpt46 Warning: ltrim(): Invalid '..'-range, no character to the left of '..' in %s on line %d
H A Dmoney_format_basic1.phpt26 // left precision, 2 of right precision using national
28 echo "Format values with 14 positions, 8 digits to left, 2 to right using national format\n";
61 Format values with 14 positions, 8 digits to left, 2 to right using national format

Completed in 117 milliseconds

123