Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 108) sorted by last modified time

12345

/PHP-5.5/win32/
H A Dinstall.txt426 Windows 2000/XP). Then right click on your Web server node (this will
866 is the right one.
/PHP-5.5/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-5.5/tests/lang/
H A D024.phpt9 * right now, each test focuses in one aspect only (e.g. variable aliasing, arithemtic operator,
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php83 $right = $count = count($lines_offset)-1;
87 $mid = intval(($left + $right)/2);
102 $right = $mid;
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt149 for the correct DLL name. The DLL with the biggest filesize is the right one.
/PHP-5.5/main/streams/
H A Dfilter.c146 if (*left == NULL || *right == NULL) { in php_stream_bucket_split()
157 (*right)->buflen = in->buflen - length; in php_stream_bucket_split()
158 (*right)->buf = pemalloc((*right)->buflen, in->is_persistent); in php_stream_bucket_split()
159 memcpy((*right)->buf, in->buf + length, (*right)->buflen); in php_stream_bucket_split()
160 (*right)->refcount = 1; in php_stream_bucket_split()
161 (*right)->own_buf = 1; in php_stream_bucket_split()
162 (*right)->is_persistent = in->is_persistent; in php_stream_bucket_split()
167 if (*right) { in php_stream_bucket_split()
168 if ((*right)->buf) { in php_stream_bucket_split()
169 pefree((*right)->buf, in->is_persistent); in php_stream_bucket_split()
[all …]
H A Dphp_stream_filter_api.h71 …plit(php_stream_bucket *in, php_stream_bucket **left, php_stream_bucket **right, size_t length TSR…
/PHP-5.5/ext/standard/tests/strings/
H A Dtrim_error.phpt50 Warning: trim(): Invalid '..'-range, no character to the right of '..' in %s on line %d
H A Dsprintf_f_2.phpt63 var_dump(sprintf("[%10s]", $s)); // right-justification with spaces
H A Drtrim_error.phpt50 Warning: rtrim(): Invalid '..'-range, no character to the right of '..' in %s on line %d
H A Dsetlocale_basic1.phpt82 // set the system locale to a locale, choose the right locale by
H A Dmetaphone.phpt17 "But the shadow of horror wheeled and returned, passing lower now, right above them, sweeping the f…
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
H A Dltrim_error.phpt50 Warning: ltrim(): Invalid '..'-range, no character to the right of '..' in %s on line %d
H A Dbug72434.phpt15 // The reference counter for $free_me is at -1 for PHP 7 right now.
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug51800_right.phpt2 Bug #51800 proc_open on Windows hangs forever, the right way to do it
H A Dproc_open_bug51800_right2.phpt2 Bug #51800 proc_open on Windows hangs forever, the right way to do it with more data
/PHP-5.5/ext/standard/tests/math/
H A Dhypot_basic.phpt9 * Description: Calculate the length of the hypotenuse of a right-angle triangle.
H A Dhypot_error.phpt6 * Description: Calculate the length of the hypotenuse of a right-angle triangle.
H A Dhypot_variation1.phpt6 * Description: Calculate the length of the hypotenuse of a right-angle triangle
H A Dhypot_variation2.phpt6 * Description: Calculate the length of the hypotenuse of a right-angle triangle
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation27.phpt78 // use the right delimiter and enclosure with negative length
H A Dfgetcsv_variation28.phpt78 // use the right delimiter and enclosure with negative length
H A Dfgetcsv_variation25.phpt78 // use the right delimiter and enclosure with negative length
H A Dfgetcsv_variation26.phpt64 // use the right delimiter and enclosure with max length

Completed in 47 milliseconds

12345