Home
last modified time | relevance | path

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

1234

/PHP-7.4/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-7.4/ext/gd/tests/
H A Dlibgd00100.phpt42 $right = 180;
45 $right, $top,
46 $right, $bot,
48 ($left+$right)/2, ($top+$bot)/2
56 $right = 80;
59 $right, $top,
60 $right, $bot,
62 ($left+$right)/2, ($top+$bot)/2
70 $right = 80;
73 $right, $top,
[all …]
H A Dbug49600.phpt2 Bug #49600 (imageTTFText text shifted right)
/PHP-7.4/tests/
H A Dquicktester.inc38 list($left,$right) = explode($operator, $test);
48 $right = eval("return ($right);");
51 $result = $left === $right;
55 || !is_float($right) && !is_int($right)) {
59 $result = abs(($left-$right) / $left) < 1e-12;
71 echo "Right: ";var_dump($right);
/PHP-7.4/ext/bcmath/
H A Dbcmath.c217 zend_string *left, *right; in PHP_FUNCTION() local
224 Z_PARAM_STR(right) in PHP_FUNCTION()
252 zend_string *left, *right; in PHP_FUNCTION() local
259 Z_PARAM_STR(right) in PHP_FUNCTION()
287 zend_string *left, *right; in PHP_FUNCTION() local
294 Z_PARAM_STR(right) in PHP_FUNCTION()
329 Z_PARAM_STR(right) in PHP_FUNCTION()
371 Z_PARAM_STR(right) in PHP_FUNCTION()
413 Z_PARAM_STR(right) in PHP_FUNCTION()
454 Z_PARAM_STR(right) in PHP_FUNCTION()
[all …]
/PHP-7.4/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt131 foreach ($input as $right) {
133 $line = prepareLine($left, $right, function() use ($left, $right, $operand) {
134 return eval("return @(\$left $operand \$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 Ddval_to_lval_32.phpt18 /* see if we're rounding negative numbers right */
H A Dshift_002.phpt2 shifting strings right
/PHP-7.4/main/streams/
H A Dfilter.c130 …et_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_bucket **right, size_t length) in php_stream_bucket_split() argument
133 *right = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent); in php_stream_bucket_split()
142 (*right)->buflen = in->buflen - length; in php_stream_bucket_split()
143 (*right)->buf = pemalloc((*right)->buflen, in->is_persistent); in php_stream_bucket_split()
144 memcpy((*right)->buf, in->buf + length, (*right)->buflen); in php_stream_bucket_split()
145 (*right)->refcount = 1; in php_stream_bucket_split()
146 (*right)->own_buf = 1; in php_stream_bucket_split()
147 (*right)->is_persistent = in->is_persistent; in php_stream_bucket_split()
/PHP-7.4/ext/date/tests/
H A Dbug33563.phpt2 Bug #33563 (strtotime('+1 month',$abc) cant get right time)
/PHP-7.4/ext/oci8/tests/
H A Dbind_misccoltypes_errs.phpt142 …s "%s"."BIND_MISCCOLTYPES_ERRS_TAB"."CHAR_T" \(%s: 2, %s: 1\)|String data right truncation)%r in %…
146 …s"."BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 11, %s: 10\)|%s data right truncation)%r in %…
154 …BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 12, %s: 10\)|String data right truncation)%r in %…
163 …BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 12, %s: 10\)|String data right truncation)%r in %…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug54929.phpt50 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
57 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
/PHP-7.4/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;
H A Dbug38450_3.phpt33 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data));
34 $GLOBALS[$this->varname] = $left . $data . $right;
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadXML_variation1.phpt4 This test verifies the right behaviour of the LIBXML_DTDLOAD constant
H A DDOMDocument_load_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
H A DDOMDocument_load_variation3.phpt4 This test vrifies the right behaviour of the LIBXML_NOERROR constant
/PHP-7.4/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-7.4/ext/standard/tests/strings/
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
/PHP-7.4/scripts/dev/
H A Dcheck_parameters.php75 $right = $count = count($lines_offset)-1;
79 $mid = intval(($left + $right)/2);
94 $right = $mid;

Completed in 51 milliseconds

1234