Home
last modified time | relevance | path

Searched refs:width (Results 101 – 115 of 115) sorted by relevance

12345

/PHP-7.0/ext/exif/tests/
H A Dexif023.phpt29 string(20) "width="1" height="1""
H A Dexif026.phpt29 string(20) "width="1" height="1""
H A Dexif027.phpt29 string(20) "width="1" height="1""
/PHP-7.0/ext/mbstring/
H A Dmbstring.c339 ZEND_ARG_INFO(0, width)
3064 zend_long from, width; in PHP_FUNCTION() local
3068 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sll|ss", &str, &str_len, &from, &width, &trimmarker, &… in PHP_FUNCTION()
3097 if (width < 0) { in PHP_FUNCTION()
3107 ret = mbfl_strimwidth(&string, &marker, &result, from, width); in PHP_FUNCTION()
H A DREADME_PHP3-i18n-ja630 Conversion between full width character and halfwidth character.
/PHP-7.0/ext/pdo/
H A Dpdo_sql_parser.re534 * tab-width: 4
/PHP-7.0/
H A DUPGRADING261 * Left bitwise shifts by a number of bits beyond the bit width of an integer
270 * Similarly right bitwise shifts by a number of bits beyond the bit width of an
H A DNEWS1278 . Fixed bug #72691 (mb_ereg_search raises a warning if a match zero-width).
1281 zero-width). (cmb)
1400 . Fixed bug #53640 (XBM images require width to be multiple of 8). (cmb)
H A Dconfigure.in1690 dnl ## tab-width: 4
H A Dphp.ini-development1917 ; tab-width: 4
H A Dphp.ini-production1917 ; tab-width: 4
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c24917 if( width<0 ){
24919 width = width >= -2147483647 ? -width : 0;
24931 assert( width>=0 );
25263 length = width;
25271 length = width = 0;
25289 width = 0;
25368 length = width = 0;
25382 length = width = 0;
25395 width -= length;
25396 if( width>0 && !flag_leftjustify ) sqlite3AppendChar(pAccum, width, ' ');
[all …]
/PHP-7.0/ext/standard/
H A Dbasic_functions.c2186 ZEND_ARG_INFO(0, width)
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic11078 >>>8 leshort x \b, width=%d
11338 # image width is a multiple of 4
12750 >4 leshort x \b, width %d
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt5627 The circumflex and dollar metacharacters are zero-width assertions.

Completed in 447 milliseconds

12345