Home
last modified time | relevance | path

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

1234

/PHP-8.1/ext/com_dotnet/
H A Dcom_extension.stub.php7 function variant_add(mixed $left, mixed $right): variant {} argument
9 function variant_cat(mixed $left, mixed $right): variant {} argument
11 function variant_sub(mixed $left, mixed $right): variant {} argument
13 function variant_mul(mixed $left, mixed $right): variant {} argument
15 function variant_and(mixed $left, mixed $right): variant {} argument
17 function variant_div(mixed $left, mixed $right): variant {} argument
19 function variant_eqv(mixed $left, mixed $right): variant {} argument
21 function variant_idiv(mixed $left, mixed $right): variant {} argument
23 function variant_imp(mixed $left, mixed $right): variant {} argument
25 function variant_mod(mixed $left, mixed $right): variant {} argument
[all …]
/PHP-8.1/ext/pcre/tests/
H A D006.phpt9 $text = '[CODE]<td align="$stylevar[right]">[/CODE]';
10 $result = preg_replace(array('#\[(right)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU', '#\[(right)\](((?R)|[^[…
14 $result = preg_replace('#\[(right)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU', '', $text);
21 string(58) "[CODE]<td align="$stylevar[right]">[/CODE]"
23 string(58) "[CODE]<td align="$stylevar[right]">[/CODE]"
/PHP-8.1/ext/gd/tests/
H A Dlibgd00100.phpt43 $right = 180;
46 $right, $top,
47 $right, $bot,
49 ($left+$right)/2, ($top+$bot)/2
57 $right = 80;
60 $right, $top,
61 $right, $bot,
63 ($left+$right)/2, ($top+$bot)/2
71 $right = 80;
74 $right, $top,
[all …]
/PHP-8.1/ext/bcmath/
H A Dbcmath.c155 zend_string *left, *right; in PHP_FUNCTION() local
163 Z_PARAM_STR(right) in PHP_FUNCTION()
206 zend_string *left, *right; in PHP_FUNCTION() local
214 Z_PARAM_STR(right) in PHP_FUNCTION()
257 zend_string *left, *right; in PHP_FUNCTION() local
265 Z_PARAM_STR(right) in PHP_FUNCTION()
316 Z_PARAM_STR(right) in PHP_FUNCTION()
372 Z_PARAM_STR(right) in PHP_FUNCTION()
428 Z_PARAM_STR(right) in PHP_FUNCTION()
487 Z_PARAM_STR(right) in PHP_FUNCTION()
[all …]
/PHP-8.1/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt149 foreach ($input as $right) {
151 $line = prepareBinaryLine($left, $right, function() use ($left, $right, $operator) {
152 return eval("return @(\$left $operator \$right);");
158 foreach ($input as $right) {
160 $line = prepareUnaryLine($right, function() use ($right, $operator) {
161 return eval("return @($operator \$right);");
H A Dnumeric_literal_separator_005.phpt2 Invalid use: underscore right of period
H A Dnumeric_literal_separator_009.phpt2 Invalid use: underscore right of e
H A Dassign_coalesce_007.phpt2 Assign coalesce: "$a[0] ??= $a" should evaluate the right $a first
H A Dcatch_static.phpt6 // This could in principle be supported, but isn't right now.
H A Ddval_to_lval_32.phpt18 /* see if we're rounding negative numbers right */
H A Dshift_002.phpt2 shifting strings right
/PHP-8.1/ext/opcache/tests/jit/
H A Dbug80861.phpt20 public $right = null;
26 $a->right = $b;
78 $c = $c->right;
81 $c = $m->head->right;
97 $c = $c->right;
/PHP-8.1/main/streams/
H A Dfilter.c128 …et_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_bucket **right, size_t length) in php_stream_bucket_split() argument
131 *right = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent); in php_stream_bucket_split()
140 (*right)->buflen = in->buflen - length; in php_stream_bucket_split()
141 (*right)->buf = pemalloc((*right)->buflen, in->is_persistent); in php_stream_bucket_split()
142 memcpy((*right)->buf, in->buf + length, (*right)->buflen); in php_stream_bucket_split()
143 (*right)->refcount = 1; in php_stream_bucket_split()
144 (*right)->own_buf = 1; in php_stream_bucket_split()
145 (*right)->is_persistent = in->is_persistent; in php_stream_bucket_split()
/PHP-8.1/ext/standard/tests/math/
H A Dround.phpt11 function epsilon_equal($left, $right): bool {
12 return abs(($left-$right) / $left) < 1e-12;
/PHP-8.1/ext/oci8/tests/
H A Dbind_misccoltypes_errs.phpt140 …s "%s"."BIND_MISCCOLTYPES_ERRS_TAB"."CHAR_T" \(%s: 2, %s: 1\)|String data right truncation)%r in %…
144 …s"."BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 11, %s: 10\)|%s data right truncation)%r in %…
152 …BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 12, %s: 10\)|String data right truncation)%r in %…
161 …BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 12, %s: 10\)|String data right truncation)%r in %…
/PHP-8.1/ext/date/tests/
H A Dbug33563.phpt2 Bug #33563 (strtotime('+1 month',$abc) cant get right time)
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug54929.phpt51 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
58 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
/PHP-8.1/ext/standard/tests/file/
H A Dbug38450.phpt33 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data));
34 $GLOBALS[$this->varname] = $left . $data . $right;
H A Dbug38450_1.phpt33 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data));
34 $GLOBALS[$this->varname] = $left . $data . $right;
H A Dbug38450_2.phpt33 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data));
34 $GLOBALS[$this->varname] = $left . $data . $right;
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_substring.c318 PCRE2_SIZE left, right; in pcre2_substring_length_bynumber() local
343 right = match_data->ovector[stringnumber*2+1]; in pcre2_substring_length_bynumber()
344 if (sizeptr != NULL) *sizeptr = (left > right)? 0 : right - left; in pcre2_substring_length_bynumber()
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_load_variation1.phpt4 This test verifies the right behaviour of the LIBXML_DTDLOAD constant
H A DDOMDocument_loadXML_variation1.phpt4 This test verifies the right behaviour of the LIBXML_DTDLOAD constant
H A DDOMDocument_loadXML_variation3.phpt4 This test vrifies the right behaviour of the LIBXML_NOERROR constant
/PHP-8.1/scripts/dev/
H A Dcheck_parameters.php73 $right = $count = count($lines_offset)-1;
77 $mid = intval(($left + $right)/2);
92 $right = $mid;

Completed in 49 milliseconds

1234