Home
last modified time | relevance | path

Searched refs:left (Results 26 – 50 of 68) sorted by relevance

123

/PHP-7.4/scripts/dev/
H A Dcheck_parameters.php74 $left = 0;
79 $mid = intval(($left + $right)/2);
87 $left = $mid;
/PHP-7.4/ext/standard/tests/file/
H A Dbug38450_3.phpt32 $left = substr($GLOBALS[$this->varname], 0, $this->position);
34 $GLOBALS[$this->varname] = $left . $data . $right;
/PHP-7.4/ext/gd/tests/
H A Dbug77200.phpt2 Bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right)
/PHP-7.4/ext/reflection/tests/
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
/PHP-7.4/Zend/
H A Dzend_language_parser.y57 %left T_LOGICAL_OR
58 %left T_LOGICAL_XOR
59 %left T_LOGICAL_AND
65 %left '?' ':'
67 %left T_BOOLEAN_OR
69 %left '|'
70 %left '^'
71 %left '&'
74 %left T_SL T_SR
75 %left '+' '-' '.'
[all …]
/PHP-7.4/ext/sysvshm/tests/
H A D004.phpt41 Warning: shm_put_var(): not enough shared memory left in %s004.php on line 14
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt64 var_dump(sprintf("[%-10s]", $s)); // left-justification with spaces
67 var_dump(sprintf("[%10.10s]", $t)); // left-justification but with a cutoff of 10 characters
H A Dltrim_error.phpt46 Warning: ltrim(): Invalid '..'-range, no character to the left of '..' in %s on line %d
H A Drtrim_error.phpt46 Warning: rtrim(): Invalid '..'-range, no character to the left of '..' in %s on line %d
H A Dtrim_error.phpt46 Warning: trim(): Invalid '..'-range, no character to the left of '..' in %s on line %d
/PHP-7.4/ext/standard/tests/array/
H A Darray_shift_variation8.phpt11 * From a comment left by Traps on 09-Jul-2007 on the array_shift documentation page:
/PHP-7.4/ext/xmlreader/tests/
H A Dbug70309.phpt11 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */
/PHP-7.4/ext/pdo/tests/
H A Dpdo_test.inc41 // clean up any crufty test tables we might have left behind
/PHP-7.4/main/streams/
H A Dphp_stream_filter_api.h69 PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_buck…
/PHP-7.4/ext/xml/tests/
H A Dbug26614.phpt45 // Case 3: replace even more characters so that only textual data is left
H A Dbug26614_libxml.phpt45 // Case 3: replace even more characters so that only textual data is left
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c191 int top, left; in gdImageCreateFromGifCtx() local
222 left = LM_to_uint(buf[0], buf[1]); in gdImageCreateFromGifCtx()
227 if (left + width > screen_width || top + height > screen_height) { in gdImageCreateFromGifCtx()
/PHP-7.4/ext/date/lib/
H A Dparse_tz.c417 int left = 0, right = tzdb->index_size - 1; in seek_to_tz_position() local
424 int mid = ((unsigned)left + right) >> 1; in seek_to_tz_position()
430 left = mid + 1; in seek_to_tz_position()
436 } while (left <= right); in seek_to_tz_position()
/PHP-7.4/ext/xsl/tests/
H A Dbug71540.phpt61 Warning: XSLTProcessor::transformToXml(): xmlXPathCompiledEval: 2 objects left on the stack. in %sb…
/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_real_walk.phpt85 Warning: snmp2_real_walk(): Error in packet at '%s': No more variables left in this MIB View (It is…
H A Dsnmp2_walk.phpt98 Warning: snmp2_walk(): Error in packet at '%s': No more variables left in this MIB View (It is past…
/PHP-7.4/ext/standard/
H A Dbasic_functions.h199 int left; /* can *next++ this many times before reloading */ member
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c945 size_t i, o4, nelements, j, slen, left; in cdf_read_property_info() local
984 left = CAST(size_t, e - q); in cdf_read_property_info()
985 if (left < sizeof(uint32_t)) { in cdf_read_property_info()
993 if (left < sizeof(uint32_t) * 2) { in cdf_read_property_info()
1047 if (o4 + sizeof(uint32_t) > left) in cdf_read_property_info()
1052 if (o4 + l > left) in cdf_read_property_info()
1062 left, inp[i].pi_str.s_buf)); in cdf_read_property_info()
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c481 int left = totalLen; in lsapi_writev() local
487 while(( left > 0 )&&g_running ) in lsapi_writev()
492 left -= ret; in lsapi_writev()
493 if (( left <= 0)||( !g_running )) in lsapi_writev()
494 return totalLen - left; in lsapi_writev()
514 if ( totalLen - left > 0 ) in lsapi_writev()
515 return totalLen - left; in lsapi_writev()
523 return totalLen - left; in lsapi_writev()
1766 ssize_t left; in LSAPI_ReqBodyGetLine_r() local
1786 if ( len > left ) in LSAPI_ReqBodyGetLine_r()
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt61 PHP continues at the left side of the expression:

Completed in 69 milliseconds

123