Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dbench.php293 $SIZE = 30;
294 $m1 = mkmatrix($SIZE, $SIZE);
295 $m2 = mkmatrix($SIZE, $SIZE);
297 $mm = mmult($SIZE, $SIZE, $m1, $m2);
/PHP-5.5/ext/gd/
H A Dgd.c3451 long SIZE; in php_imagefontsize() local
3454 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &SIZE) == FAILURE) { in php_imagefontsize()
3458 font = php_find_gd_font(SIZE TSRMLS_CC); in php_imagefontsize()
3514 long SIZE, X, Y, COL; in php_imagechar() local
3522 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlllsl", &IM, &SIZE, &X, &Y, &C, &C_len, &CO… in php_imagechar()
3539 size = SIZE; in php_imagechar()
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc416 }elseif (preg_match('/^SIZE largefile/', $buf)) {
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1227 PCREGREP BUFFER SIZE
10209 SIZE AND OTHER LIMITATIONS
/PHP-5.5/
H A DNEWS6992 - Fixed bug #43498 (file_exists() on a proftpd server got SIZE not allowed in ASCII mode). (Ilia, c…

Completed in 60 milliseconds