Searched refs:half (Results 1 – 20 of 20) sorted by relevance
/php-src/ext/standard/tests/file/ |
H A D | ftruncate_variation3-win32.phpt | 2 Test ftruncate() function : usage variations - truncate file to half size 49 /* truncate it to half of its current size */ 71 -- Testing ftruncate(): truncate file to half of its current size -- 79 -- Testing ftruncate(): truncate file to half of its current size -- 87 -- Testing ftruncate(): truncate file to half of its current size -- 95 -- Testing ftruncate(): truncate file to half of its current size -- 103 -- Testing ftruncate(): truncate file to half of its current size -- 111 -- Testing ftruncate(): truncate file to half of its current size -- 119 -- Testing ftruncate(): truncate file to half of its current size -- 127 -- Testing ftruncate(): truncate file to half of its current size -- [all …]
|
H A D | ftruncate_variation3.phpt | 2 Test ftruncate() function : usage variations - truncate file to half size 49 /* truncate it to half of its current size */ 71 -- Testing ftruncate(): truncate file to half of its current size -- 79 -- Testing ftruncate(): truncate file to half of its current size -- 87 -- Testing ftruncate(): truncate file to half of its current size -- 95 -- Testing ftruncate(): truncate file to half of its current size -- 103 -- Testing ftruncate(): truncate file to half of its current size -- 111 -- Testing ftruncate(): truncate file to half of its current size -- 119 -- Testing ftruncate(): truncate file to half of its current size -- 127 -- Testing ftruncate(): truncate file to half of its current size -- [all …]
|
/php-src/ext/opcache/tests/ |
H A D | preload_bug79114.phpt | 2 Bug #79114 (Eval class during preload causes class to be only half available)
|
/php-src/ext/gd/tests/ |
H A D | imagecolorallocatealpha_basic.phpt | 24 $half = imagefilledarc ( $img, 75, 75, 70, 70, 0, 180, $cor, IMG_ARC_PIE );
|
H A D | imagegammacorrect_basic.phpt | 24 $half = imagefilledarc ( $image, 75, 75, 70, 70, 0, 180, $grey, IMG_ARC_PIE );
|
H A D | imagetruecolortopalette_basic.phpt | 24 $half = imagefilledarc ( $image, 75, 75, 70, 70, 0, 180, $a, IMG_ARC_PIE );
|
H A D | imagegammacorrect_variation1.phpt | 24 $half = imagefilledarc ( $image, 75, 75, 70, 70, 0, 180, $grey, IMG_ARC_PIE );
|
/php-src/ext/mbstring/tests/ |
H A D | mb_ereg_match_basic.phpt | 26 //will return false as pattern would match half way through string
|
H A D | utf7imap_encoding.phpt | 110 /* 1. The second half of a surrogate pair could come first, */ 138 /* 2. The first half of a surrogate pair might be followed by an invalid 2nd part, */ 148 /* 3. The first half of a surrogate pair could come at the end of the string, */ 156 /* NOTE: We currently don't check for trailing first half of surrogate pair when the string 159 * for the trailing first half of surrogate pair */
|
H A D | mb_convert_kana.phpt | 56 echo "Convert various full-width characters to half-width:\n"; 63 echo "Convert full-width kana to half-width:\n"; 182 Convert various full-width characters to half-width: 189 Convert full-width kana to half-width:
|
H A D | utf_encodings.phpt | 844 // Second half of surrogate pair comes first 847 // First half of surrogate pair not followed by second part 850 // First half of surrogate pair at end of string 864 // Second half of surrogate pair comes first 867 // First half of surrogate pair not followed by second part 870 // First half of surrogate pair at end of string 1061 // Second half of surrogate pair coming first 1066 // First half of surrogate pair not followed by second half 1074 // First half of surrogate pair appearing at end of string
|
/php-src/Zend/tests/ |
H A D | isset_str_offset.phpt | 27 var_dump(isset($str['3 and a half'])); 36 var_dump(isset($str[$key = '3 and a half']));
|
H A D | empty_str_offset.phpt | 28 var_dump(empty($str['3 and a half'])); 37 var_dump(empty($str[$key = '3 and a half']));
|
/php-src/ext/gd/libgd/ |
H A D | gd.c | 2164 int half = thick >> 1; in gdImageRectangle() local 2166 x1ul = x1 - half; in gdImageRectangle() 2167 y1ul = y1 - half; in gdImageRectangle() 2169 x2lr = x2 + half; in gdImageRectangle() 2170 y2lr = y2 + half; in gdImageRectangle()
|
/php-src/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic5.phpt | 847 [½] => ½
|
H A D | html_entity_decode_html5.phpt | 1096 "½", 3230 ½ => ½ c2bd
|
H A D | htmlentities_html5.phpt | 175 ½ U+000BD
|
/php-src/ext/standard/html_tables/ |
H A D | ents_html5.txt | 1091 half 000BD
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 6509 >0x08 lelong &0x10000 \b, using half-closed-half-open coordinates (BED style) 23924 # check that each half of three unique id128s is non-zero
|
H A D | magic | 6509 >0x08 lelong &0x10000 \b, using half-closed-half-open coordinates (BED style) 23924 # check that each half of three unique id128s is non-zero
|
Completed in 162 milliseconds