/PHP-8.3/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.3/ext/com_dotnet/ |
H A D | com_extension.stub.php | 293 function variant_add(mixed $left, mixed $right): variant {} argument 295 function variant_cat(mixed $left, mixed $right): variant {} argument 297 function variant_sub(mixed $left, mixed $right): variant {} argument 299 function variant_mul(mixed $left, mixed $right): variant {} argument 301 function variant_and(mixed $left, mixed $right): variant {} argument 303 function variant_div(mixed $left, mixed $right): variant {} argument 305 function variant_eqv(mixed $left, mixed $right): variant {} argument 309 function variant_imp(mixed $left, mixed $right): variant {} argument 311 function variant_mod(mixed $left, mixed $right): variant {} argument 313 function variant_or(mixed $left, mixed $right): variant {} argument [all …]
|
/PHP-8.3/ext/gd/tests/ |
H A D | libgd00100.phpt | 43 $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.3/Zend/tests/ |
H A D | runtime_compile_time_binary_operands.phpt | 153 foreach ($input as $right) { 155 $line = prepareBinaryLine($left, $right, function() use ($left, $right, $operator) { 156 return eval("return @(\$left $operator \$right);"); 162 foreach ($input as $right) { 164 $line = prepareUnaryLine($right, function() use ($right, $operator) { 165 return eval("return @($operator \$right);");
|
H A D | numeric_literal_separator_005.phpt | 2 Invalid use: underscore right of period
|
H A D | numeric_literal_separator_009.phpt | 2 Invalid use: underscore right of e
|
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.3/ext/bcmath/ |
H A D | bcmath.c | 158 zend_string *left, *right; in PHP_FUNCTION() local 166 Z_PARAM_STR(right) in PHP_FUNCTION() 209 zend_string *left, *right; in PHP_FUNCTION() local 217 Z_PARAM_STR(right) in PHP_FUNCTION() 260 zend_string *left, *right; in PHP_FUNCTION() local 268 Z_PARAM_STR(right) in PHP_FUNCTION() 311 zend_string *left, *right; in PHP_FUNCTION() local 319 Z_PARAM_STR(right) in PHP_FUNCTION() 365 zend_string *left, *right; in PHP_FUNCTION() local 373 Z_PARAM_STR(right) in PHP_FUNCTION() [all …]
|
/PHP-8.3/ext/opcache/tests/jit/ |
H A D | bug80861.phpt | 20 public $right = null; 26 $a->right = $b; 78 $c = $c->right; 81 $c = $m->head->right; 97 $c = $c->right;
|
/PHP-8.3/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.3/ext/sodium/tests/ |
H A D | crypto_stream_xchacha20.phpt | 40 $right = str_repeat("\xfe", 64); 43 $stream7_unified = sodium_crypto_stream_xchacha20_xor($left . $right, $n2, $key); 47 $stream7_right = sodium_crypto_stream_xchacha20_xor_ic($right, $n2, 1, $key);
|
/PHP-8.3/ext/standard/tests/math/ |
H A D | round.phpt | 11 function epsilon_equal($left, $right): bool { 12 return abs(($left-$right) / $left) < 1e-12;
|
/PHP-8.3/ext/oci8/tests/ |
H A D | bind_misccoltypes_errs.phpt | 144 …s "%s"."BIND_MISCCOLTYPES_ERRS_TAB"."CHAR_T" \(%s: 2, %s: 1\)|String data right truncation)%r in %… 148 …s"."BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 11, %s: 10\)|%s data right truncation)%r in %… 156 …BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 12, %s: 10\)|String data right truncation)%r in %… 165 …BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 12, %s: 10\)|String data right truncation)%r in %…
|
/PHP-8.3/ext/date/tests/ |
H A D | bug33563.phpt | 2 Bug #33563 (strtotime('+1 month',$abc) cant get right time)
|
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | bug54929.phpt | 51 …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.3/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
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | bug38450.phpt | 34 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data)); 35 $GLOBALS[$this->varname] = $left . $data . $right;
|
H A D | bug38450_1.phpt | 34 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data)); 35 $GLOBALS[$this->varname] = $left . $data . $right;
|
H A D | bug38450_2.phpt | 34 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data)); 35 $GLOBALS[$this->varname] = $left . $data . $right;
|
/PHP-8.3/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()
|