[ create a new paste ] login | about

Link: http://codepad.org/C8i8wG3Y    [ raw code | output | fork ]

goboss - PHP, pasted on Dec 1:
1
2
3
4
5
6
<?php

$a = array('ab', 'c');
echo strlen($a);

?>


Output:
1
5


Create a new paste based on this one


Comments: