/PHP-5.3/ext/pcre/tests/ |
H A D | 006.phpt | 8 $text = '[CODE]<td align="$stylevar[right]">[/CODE]'; 9 $result = preg_replace(array('#\[(right)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU', '#\[(right)\](((?R)|[^[… 13 $result = preg_replace('#\[(right)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU', '', $text); 20 string(58) "[CODE]<td align="$stylevar[right]">[/CODE]" 22 string(58) "[CODE]<td align="$stylevar[right]">[/CODE]"
|
/PHP-5.3/ext/gd/tests/ |
H A D | libgd00100.phpt | 42 $right = 180; 45 $right, $top, 46 $right, $bot, 48 ($left+$right)/2, ($top+$bot)/2 56 $right = 80; 59 $right, $top, 60 $right, $bot, 62 ($left+$right)/2, ($top+$bot)/2 70 $right = 80; 73 $right, $top, [all …]
|
H A D | bug49600.phpt | 2 Bug #49600 (imageTTFText text shifted right)
|
/PHP-5.3/tests/ |
H A D | quicktester.inc | 38 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.3/ext/bcmath/ |
H A D | bcmath.c | 208 char *left, *right; in PHP_FUNCTION() local 226 php_str2num(&second, right TSRMLS_CC); in PHP_FUNCTION() 247 char *left, *right; in PHP_FUNCTION() local 265 php_str2num(&second, right TSRMLS_CC); in PHP_FUNCTION() 286 char *left, *right; in PHP_FUNCTION() local 304 php_str2num(&second, right TSRMLS_CC); in PHP_FUNCTION() 325 char *left, *right; in PHP_FUNCTION() local 370 char *left, *right; in PHP_FUNCTION() local 406 char *left, *right, *modulous; in PHP_FUNCTION() local 449 char *left, *right; in PHP_FUNCTION() local [all …]
|
/PHP-5.3/ext/com_dotnet/ |
H A D | com_extension.c | 50 ZEND_ARG_INFO(0, right) 55 ZEND_ARG_INFO(0, right) 60 ZEND_ARG_INFO(0, right) 65 ZEND_ARG_INFO(0, right) 70 ZEND_ARG_INFO(0, right) 75 ZEND_ARG_INFO(0, right) 80 ZEND_ARG_INFO(0, right) 85 ZEND_ARG_INFO(0, right) 90 ZEND_ARG_INFO(0, right) 95 ZEND_ARG_INFO(0, right) [all …]
|
/PHP-5.3/main/streams/ |
H A D | filter.c | 146 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 …]
|
/PHP-5.3/ext/standard/tests/strings/ |
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-5.3/Zend/tests/ |
H A D | shift_002.phpt | 2 shifting strings right
|
/PHP-5.3/ext/oci8/tests/ |
H A D | bind_misccoltypes_errs.phpt | 142 …s "%s"."BIND_MISCCOLTYPES_ERRS_TAB"."CHAR_T" \(%s: 2, %s: 1\)|String data right truncation)%r in %… 146 …s"."BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 11, %s: 10\)|%s data right truncation)%r in %… 154 …BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 12, %s: 10\)|String data right truncation)%r in %… 163 …BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 12, %s: 10\)|String data right truncation)%r in %…
|
H A D | connect_without_oracle_home.phpt | 36 …ur system - please check that ORACLE_HOME and %s are set and point to the right directories in %s …
|
H A D | connect_without_oracle_home_old.phpt | 35 …ur system - please check that ORACLE_HOME and %s are set and point to the right directories in %s …
|
H A D | pecl_bug16035.phpt | 28 …ur system - please check that ORACLE_HOME and %s are set and point to the right directories in %s …
|
H A D | connect_without_oracle_home_11.phpt | 35 …ur system - please check that ORACLE_HOME and %s are set and point to the right directories in %s …
|
/PHP-5.3/ext/pdo_mysql/tests/ |
H A D | bug54929.phpt | 50 …x; check the manual that corresponds to your MySQL server version for the right syntax to use near… 57 …x; check the manual that corresponds to your MySQL server version for the right syntax to use near…
|
/PHP-5.3/ext/date/tests/ |
H A D | bug33563.phpt | 2 Bug #33563 (strtotime('+1 month',$abc) cant get right time)
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | bug38450_3.phpt | 33 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data)); 34 $GLOBALS[$this->varname] = $left . $data . $right;
|
H A D | bug38450.phpt | 33 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data)); 34 $GLOBALS[$this->varname] = $left . $data . $right;
|
H A D | bug38450_1.phpt | 33 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data)); 34 $GLOBALS[$this->varname] = $left . $data . $right;
|
H A D | bug38450_2.phpt | 33 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data)); 34 $GLOBALS[$this->varname] = $left . $data . $right;
|
/PHP-5.3/scripts/dev/ |
H A D | check_parameters.php | 83 $right = $count = count($lines_offset)-1; 87 $mid = intval(($left + $right)/2); 102 $right = $mid;
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_report_wo_ps.phpt | 100 …x; check the manual that corresponds to your MySQL server version for the right syntax to use near… 102 …x; check the manual that corresponds to your MySQL server version for the right syntax to use near… 108 …x; check the manual that corresponds to your MySQL server version for the right syntax to use near…
|
/PHP-5.3/ext/date/lib/ |
H A D | parse_tz.c | 261 int left = 0, right = tzdb->index_size - 1; in seek_to_tz_position() local 273 int mid = ((unsigned)left + right) >> 1; in seek_to_tz_position() 277 right = mid - 1; in seek_to_tz_position() 289 } while (left <= right); in seek_to_tz_position()
|
/PHP-5.3/ext/standard/tests/math/ |
H A D | hypot_error.phpt | 6 * Description: Calculate the length of the hypotenuse of a right-angle triangle.
|
/PHP-5.3/ext/mysql/tests/ |
H A D | mysql_trace_mode.phpt | 33 …x; check the manual that corresponds to your MySQL server version for the right syntax to use near…
|