/PHP-8.0/ext/com_dotnet/ |
H A D | com_extension.stub.php | 7 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.0/ext/pcre/tests/ |
H A D | 006.phpt | 9 $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.0/ext/gd/tests/ |
H A D | libgd00100.phpt | 42 $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 …]
|
/PHP-8.0/tests/ |
H A D | quicktester.inc | 38 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-8.0/ext/bcmath/ |
H A D | bcmath.c | 155 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.0/Zend/tests/ |
H A D | runtime_compile_time_binary_operands.phpt | 149 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 D | numeric_literal_separator_009.phpt | 2 Invalid use: underscore right of e
|
H A D | numeric_literal_separator_005.phpt | 2 Invalid use: underscore right of period
|
H A D | assign_coalesce_007.phpt | 2 Assign coalesce: "$a[0] ??= $a" should evaluate the right $a first
|
H A D | catch_static.phpt | 6 // This could in principle be supported, but isn't right now.
|
H A D | dval_to_lval_32.phpt | 18 /* see if we're rounding negative numbers right */
|
H A D | shift_002.phpt | 2 shifting strings right
|
/PHP-8.0/ext/opcache/tests/jit/ |
H A D | bug80861.phpt | 19 public $right = null; 25 $a->right = $b; 77 $c = $c->right; 80 $c = $m->head->right; 96 $c = $c->right;
|
/PHP-8.0/main/streams/ |
H A D | filter.c | 128 …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.0/ext/date/tests/ |
H A D | bug33563.phpt | 2 Bug #33563 (strtotime('+1 month',$abc) cant get right time)
|
/PHP-8.0/ext/oci8/tests/ |
H A D | bind_misccoltypes_errs.phpt | 140 …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.0/ext/pdo_mysql/tests/ |
H A D | bug54929.phpt | 50 …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-8.0/ext/standard/tests/file/ |
H A D | bug38450.phpt | 33 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data)); 34 $GLOBALS[$this->varname] = $left . $data . $right;
|
H A D | bug38450_1.phpt | 33 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data)); 34 $GLOBALS[$this->varname] = $left . $data . $right;
|
H A D | bug38450_2.phpt | 33 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data)); 34 $GLOBALS[$this->varname] = $left . $data . $right;
|
/PHP-8.0/ext/dom/tests/ |
H A D | DOMDocument_loadXML_variation1.phpt | 4 This test verifies the right behaviour of the LIBXML_DTDLOAD constant
|
H A D | DOMDocument_load_variation1.phpt | 4 This test verifies the right behaviour of the LIBXML_DTDLOAD constant
|
H A D | DOMDocument_loadXML_variation3.phpt | 4 This test vrifies the right behaviour of the LIBXML_NOERROR constant
|
H A D | DOMDocument_load_variation3.phpt | 4 This test vrifies the right behaviour of the LIBXML_NOERROR constant
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_substring.c | 318 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()
|