Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 68) sorted by relevance

123

/PHP-7.4/ext/gd/tests/
H A Dlibgd00100.phpt41 $left = 120;
44 $left, $top,
47 $left, $bot,
52 // left-facing M on baseline
55 $left = 20;
58 $left, $top,
61 $left, $bot,
66 // left-facing M on ceiling
69 $left = 20;
72 $left, $top,
[all …]
/PHP-7.4/tests/
H A Dquicktester.inc38 list($left,$right) = explode($operator, $test);
47 $left = eval("return ($left );");
51 $result = $left === $right;
54 if ( !is_float($left ) && !is_int($left )
59 $result = abs(($left-$right) / $left) < 1e-12;
70 echo "Left: ";var_dump($left );
/PHP-7.4/ext/bcmath/
H A Dbcmath.c217 zend_string *left, *right; in PHP_FUNCTION() local
223 Z_PARAM_STR(left) in PHP_FUNCTION()
258 Z_PARAM_STR(left) in PHP_FUNCTION()
293 Z_PARAM_STR(left) in PHP_FUNCTION()
328 Z_PARAM_STR(left) in PHP_FUNCTION()
370 Z_PARAM_STR(left) in PHP_FUNCTION()
412 Z_PARAM_STR(left) in PHP_FUNCTION()
453 Z_PARAM_STR(left) in PHP_FUNCTION()
482 zend_string *left; in PHP_FUNCTION() local
488 Z_PARAM_STR(left) in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug43925.phpt34 WHERE (:rootId > 0 OR lft > :left OR rgt > :left)
35 AND (root = :rootId OR root = :left)
36 AND (1 > :left OR 1 < :left OR 1 = :left)
38 OR :y = 1 OR :left = 1
41 $stmt->bindValue('left', 1, PDO::PARAM_INT);
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_callback.phpt13 $input = '<div style="margin-left: 10px">'.$input[1].'</div>';
25 plain <div style="margin-left: 10px"> deep <div style="margin-left: 10px"> [abcd]deeper[/abcd] </di…
/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/ext/standard/tests/strings/
H A Dstrnatcmp_leftalign.phpt2 Test strnatcmp() function : left align, whitespace, digits
12 echo "-- Testing strnatcmp() function whitespace, left-align, digit --\n";
24 -- Testing strnatcmp() function whitespace, left-align, digit --
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 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/ext/standard/tests/file/
H A Dproc_open01.phpt27 for ($left = strlen($test_string); $left > 0;) {
46 $left -= strlen($buf);
H A Dbug38450.phpt32 $left = substr($GLOBALS[$this->varname], 0, $this->position);
34 $GLOBALS[$this->varname] = $left . $data . $right;
H A Dbug38450_1.phpt32 $left = substr($GLOBALS[$this->varname], 0, $this->position);
34 $GLOBALS[$this->varname] = $left . $data . $right;
H A Dbug38450_2.phpt32 $left = substr($GLOBALS[$this->varname], 0, $this->position);
34 $GLOBALS[$this->varname] = $left . $data . $right;
/PHP-7.4/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt130 foreach ($input as $left) {
133 $line = prepareLine($left, $right, function() use ($left, $right, $operand) {
134 return eval("return @(\$left $operand \$right);");
H A Dnumeric_literal_separator_004.phpt2 Invalid use: underscore left of period
H A Dnumeric_literal_separator_008.phpt2 Invalid use: underscore left of e
H A Dbug45877.phpt2 Bug #45877 (Array key '2147483647' left as string)
H A Dshift_001.phpt2 shifting strings left
/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/standard/
H A Dbase64.c120 *left = inl; in neon_base64_encode()
129 size_t left = 0; in php_base64_encode_impl() local
130 out = neon_base64_encode(in, inl, out, &left); in php_base64_encode_impl()
131 in += inl - left; in php_base64_encode_impl()
132 inl = left; in php_base64_encode_impl()
179 … size_t neon_base64_decode(const unsigned char *in, size_t inl, unsigned char *out, size_t *left) { in neon_base64_decode() argument
243 *left = inl; in neon_base64_decode()
255 size_t left = 0; in php_base64_decode_impl() local
256 j += neon_base64_decode(in, inl, out, &left); in php_base64_decode_impl()
257 i = inl - left; in php_base64_decode_impl()
[all …]
H A Dmt_rand.c142 BG(left) = N; in php_mt_reload()
173 if (BG(left) == 0) { in php_mt_rand()
176 --BG(left); in php_mt_rand()
/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()
/PHP-7.4/ext/phar/tests/zip/
H A Dbug48791.phpt13left="1.27cm"/></style:list-level-properties></text:list-level-style-bullet><text:list-level-style…
/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/pcre/pcre2lib/
H A Dpcre2_substring.c318 PCRE2_SIZE left, right; in pcre2_substring_length_bynumber() local
342 left = match_data->ovector[stringnumber*2]; in pcre2_substring_length_bynumber()
344 if (sizeptr != NULL) *sizeptr = (left > right)? 0 : right - left; in pcre2_substring_length_bynumber()

Completed in 115 milliseconds

123