Searched refs:cor (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/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.2/ext/standard/tests/file/ |
H A D | fgetss_variation3-win32.phpt | 117 string(79) "this is a line with more than eighty character,want to check line splitting cor" 171 string(79) "this is a line with more than eighty character,want to check line splitting cor" 225 string(79) "this is a line with more than eighty character,want to check line splitting cor" 279 string(79) "this is a line with more than eighty character,want to check line splitting cor" 333 string(79) "this is a line with more than eighty character,want to check line splitting cor" 387 string(79) "this is a line with more than eighty character,want to check line splitting cor" 441 string(79) "this is a line with more than eighty character,want to check line splitting cor" 495 string(79) "this is a line with more than eighty character,want to check line splitting cor" 549 string(79) "this is a line with more than eighty character,want to check line splitting cor"
|
H A D | fgetss_variation3.phpt | 113 string(79) "this is a line with more than eighty character,want to check line splitting cor" 167 string(79) "this is a line with more than eighty character,want to check line splitting cor" 221 string(79) "this is a line with more than eighty character,want to check line splitting cor" 275 string(79) "this is a line with more than eighty character,want to check line splitting cor" 329 string(79) "this is a line with more than eighty character,want to check line splitting cor" 383 string(79) "this is a line with more than eighty character,want to check line splitting cor" 437 string(79) "this is a line with more than eighty character,want to check line splitting cor" 491 string(79) "this is a line with more than eighty character,want to check line splitting cor" 545 string(79) "this is a line with more than eighty character,want to check line splitting cor"
|
H A D | fgetss_variation2.phpt | 107 string(79) "this is a line with more than eighty character,want to check line splitting cor" 168 string(79) "this is a line with more than eighty character,want to check line splitting cor" 229 string(79) "this is a line with more than eighty character,want to check line splitting cor" 290 string(79) "this is a line with more than eighty character,want to check line splitting cor" 351 string(79) "this is a line with more than eighty character,want to check line splitting cor" 412 string(79) "this is a line with more than eighty character,want to check line splitting cor"
|
/PHP-7.2/ext/enchant/ |
H A D | enchant.c | 117 ZEND_ARG_INFO(0, cor) 871 char *mis, *cor; in PHP_FUNCTION() local 876 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rss", &dict, &mis, &mislen, &cor, &corlen) == FAILURE)… in PHP_FUNCTION() 882 enchant_dict_store_replacement(pdict->pdict, mis, mislen, cor, corlen); in PHP_FUNCTION()
|
/PHP-7.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1721 are also some wrapper functions (for the 8-bit library only) that cor- 3836 For example, the two bytes 0xc0, 0xae give the value 0x2e, whose cor-
|
Completed in 50 milliseconds