Home
last modified time | relevance | path

Searched refs:cor (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/gd/tests/
H A Dimagecolorallocatealpha_basic.phpt16 $cor = imagecolorallocate($img, 50, 100, 255);
20 $half = imagefilledarc ( $img, 75, 75, 70, 70, 0, 180, $cor, IMG_ARC_PIE );
/PHP-7.4/ext/standard/tests/file/
H A Dfgetss_variation3-win32.phpt119 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 Dfgetss_variation3.phpt115 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 Dfgetss_variation2.phpt109 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.4/ext/enchant/
H A Denchant.c115 ZEND_ARG_INFO(0, cor)
866 char *mis, *cor; in PHP_FUNCTION() local
871 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rss", &dict, &mis, &mislen, &cor, &corlen) == FAILURE)… in PHP_FUNCTION()
877 enchant_dict_store_replacement(pdict->pdict, mis, mislen, cor, corlen); in PHP_FUNCTION()

Completed in 10 milliseconds