/PHP-7.0/ext/gd/tests/ |
H A D | libgd00100.phpt | 41 $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.0/tests/ |
H A D | quicktester.inc | 38 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.0/ext/bcmath/ |
H A D | bcmath.c | 229 char *left, *right; in PHP_FUNCTION() local 246 php_str2num(&first, left); in PHP_FUNCTION() 267 char *left, *right; in PHP_FUNCTION() local 284 php_str2num(&first, left); in PHP_FUNCTION() 305 char *left, *right; in PHP_FUNCTION() local 322 php_str2num(&first, left); in PHP_FUNCTION() 343 char *left, *right; in PHP_FUNCTION() local 387 char *left, *right; in PHP_FUNCTION() local 463 char *left, *right; in PHP_FUNCTION() local 501 char *left; in PHP_FUNCTION() local [all …]
|
/PHP-7.0/ext/pdo_pgsql/tests/ |
H A D | bug43925.phpt | 34 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.0/ext/com_dotnet/ |
H A D | com_extension.c | 51 ZEND_ARG_INFO(0, left) 56 ZEND_ARG_INFO(0, left) 61 ZEND_ARG_INFO(0, left) 66 ZEND_ARG_INFO(0, left) 71 ZEND_ARG_INFO(0, left) 76 ZEND_ARG_INFO(0, left) 81 ZEND_ARG_INFO(0, left) 86 ZEND_ARG_INFO(0, left) 91 ZEND_ARG_INFO(0, left) 96 ZEND_ARG_INFO(0, left) [all …]
|
/PHP-7.0/ext/pcre/tests/ |
H A D | preg_replace_callback.phpt | 13 $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.0/ext/mysqli/tests/ |
H A D | mysqli_pconnect.phpt | 43 $left = $num; 45 while (count($connections) && $left > 0) { 48 } while (!isset($connections[$index]) && $left > 0); 50 $left--; 54 $left--;
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | str_rot13_basic.phpt | 15 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 D | money_format_basic1.phpt | 26 // 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.0/ext/standard/tests/file/ |
H A D | proc_open01.phpt | 27 for ($left = strlen($test_string); $left > 0;) { 46 $left -= strlen($buf);
|
H A D | bug38450.phpt | 32 $left = substr($GLOBALS[$this->varname], 0, $this->position); 34 $GLOBALS[$this->varname] = $left . $data . $right;
|
H A D | bug38450_1.phpt | 32 $left = substr($GLOBALS[$this->varname], 0, $this->position); 34 $GLOBALS[$this->varname] = $left . $data . $right;
|
H A D | bug38450_2.phpt | 32 $left = substr($GLOBALS[$this->varname], 0, $this->position); 34 $GLOBALS[$this->varname] = $left . $data . $right;
|
H A D | bug38450_3.phpt | 32 $left = substr($GLOBALS[$this->varname], 0, $this->position); 34 $GLOBALS[$this->varname] = $left . $data . $right;
|
/PHP-7.0/main/streams/ |
H A D | filter.c | 144 if (*left == NULL || *right == NULL) { in php_stream_bucket_split() 148 (*left)->buf = pemalloc(length, in->is_persistent); in php_stream_bucket_split() 149 (*left)->buflen = length; in php_stream_bucket_split() 150 memcpy((*left)->buf, in->buf, length); in php_stream_bucket_split() 151 (*left)->refcount = 1; in php_stream_bucket_split() 152 (*left)->own_buf = 1; in php_stream_bucket_split() 153 (*left)->is_persistent = in->is_persistent; in php_stream_bucket_split() 171 if (*left) { in php_stream_bucket_split() 172 if ((*left)->buf) { in php_stream_bucket_split() 173 pefree((*left)->buf, in->is_persistent); in php_stream_bucket_split() [all …]
|
/PHP-7.0/Zend/ |
H A D | zend_language_parser.y | 56 %left ',' 65 %left '?' ':' 69 %left '|' 70 %left '^' 71 %left '&' 74 %left T_SL T_SR 75 %left '+' '-' '.' 83 %left T_NOELSE 84 %left T_ELSEIF 85 %left T_ELSE [all …]
|
/PHP-7.0/ext/standard/ |
H A D | rand.c | 188 BG(left) = N; in php_mt_reload() 215 if (BG(left) == 0) { in php_mt_rand() 218 --BG(left); in php_mt_rand()
|
/PHP-7.0/Zend/tests/ |
H A D | shift_001.phpt | 2 shifting strings left
|
H A D | bug45877.phpt | 2 Bug #45877 (Array key '2147483647' left as string)
|
/PHP-7.0/ext/zip/lib/ |
H A D | zip_source_buffer.c | 346 zip_uint64_t left = ZIP_MIN(length - n, buffer->fragment_size - fragment_offset); in buffer_read() local 348 memcpy(data + n, buffer->fragments[i] + fragment_offset, left); in buffer_read() 350 n += left; in buffer_read() 420 zip_uint64_t left = ZIP_MIN(length - n, buffer->fragment_size - fragment_offset); in buffer_write() local 422 memcpy(buffer->fragments[i] + fragment_offset, data + n, left); in buffer_write() 424 n += left; in buffer_write()
|
/PHP-7.0/ext/phar/tests/zip/ |
H A D | bug48791.phpt | 14 …left="1.27cm"/></style:list-level-properties></text:list-level-style-bullet><text:list-level-style…
|
/PHP-7.0/ext/wddx/tests/ |
H A D | bug52468.phpt | 2 Bug #52468 (wddx_deserialize corrupts integer field value when left empty)
|
/PHP-7.0/scripts/dev/ |
H A D | check_parameters.php | 76 $left = 0; 81 $mid = intval(($left + $right)/2); 89 $left = $mid;
|
/PHP-7.0/ext/reflection/tests/ |
H A D | bug64936.phpt | 2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
|
/PHP-7.0/ext/sysvshm/tests/ |
H A D | 004.phpt | 41 Warning: shm_put_var(): not enough shared memory left in %s004.php on line 14
|