Searched refs:cor (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/gd/tests/ |
H A D | imagecolorallocatealpha_basic.phpt | 16 $cor = imagecolorallocate($img, 50, 100, 255); 20 $half = imagefilledarc ( $img, 75, 75, 70, 70, 0, 180, $cor, IMG_ARC_PIE );
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | fgetss_variation3-win32.phpt | 119 string(79) "this is a line with more than eighty character,want to check line splitting cor" 173 string(79) "this is a line with more than eighty character,want to check line splitting cor" 227 string(79) "this is a line with more than eighty character,want to check line splitting cor" 281 string(79) "this is a line with more than eighty character,want to check line splitting cor" 335 string(79) "this is a line with more than eighty character,want to check line splitting cor" 389 string(79) "this is a line with more than eighty character,want to check line splitting cor" 443 string(79) "this is a line with more than eighty character,want to check line splitting cor" 497 string(79) "this is a line with more than eighty character,want to check line splitting cor" 551 string(79) "this is a line with more than eighty character,want to check line splitting cor"
|
H A D | fgetss_variation3.phpt | 115 string(79) "this is a line with more than eighty character,want to check line splitting cor" 169 string(79) "this is a line with more than eighty character,want to check line splitting cor" 223 string(79) "this is a line with more than eighty character,want to check line splitting cor" 277 string(79) "this is a line with more than eighty character,want to check line splitting cor" 331 string(79) "this is a line with more than eighty character,want to check line splitting cor" 385 string(79) "this is a line with more than eighty character,want to check line splitting cor" 439 string(79) "this is a line with more than eighty character,want to check line splitting cor" 493 string(79) "this is a line with more than eighty character,want to check line splitting cor" 547 string(79) "this is a line with more than eighty character,want to check line splitting cor"
|
H A D | fgetss_variation2.phpt | 109 string(79) "this is a line with more than eighty character,want to check line splitting cor" 170 string(79) "this is a line with more than eighty character,want to check line splitting cor" 231 string(79) "this is a line with more than eighty character,want to check line splitting cor" 292 string(79) "this is a line with more than eighty character,want to check line splitting cor" 353 string(79) "this is a line with more than eighty character,want to check line splitting cor" 414 string(79) "this is a line with more than eighty character,want to check line splitting cor"
|
/PHP-7.3/ext/enchant/ |
H A D | enchant.c | 115 ZEND_ARG_INFO(0, cor) 864 char *mis, *cor; in PHP_FUNCTION() local 869 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rss", &dict, &mis, &mislen, &cor, &corlen) == FAILURE)… in PHP_FUNCTION() 875 enchant_dict_store_replacement(pdict->pdict, mis, mislen, cor, corlen); in PHP_FUNCTION()
|
Completed in 12 milliseconds