Home
last modified time | relevance | path

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

/PHP-5.6/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.6/ext/gd/
H A Dgd.c3502 long SIZE; in php_imagefontsize() local
3505 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &SIZE) == FAILURE) { in php_imagefontsize()
3509 font = php_find_gd_font(SIZE TSRMLS_CC); in php_imagefontsize()
3565 long SIZE, X, Y, COL; in php_imagechar() local
3573 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlllsl", &IM, &SIZE, &X, &Y, &C, &C_len, &CO… in php_imagechar()
3590 size = SIZE; in php_imagechar()
/PHP-5.6/ext/ftp/tests/
H A Dserver.inc441 }elseif (preg_match('/^SIZE largefile/', $buf)) {
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt1227 PCREGREP BUFFER SIZE
10209 SIZE AND OTHER LIMITATIONS
/PHP-5.6/
H A DNEWS8570 - Fixed bug #43498 (file_exists() on a proftpd server got SIZE not allowed in ASCII mode). (Ilia, c…

Completed in 71 milliseconds