On Tue, Jul 15, 2014 at 01:16:49AM +0300, Park Framework wrote:
> Maybe we should make two different syntax?
> 
> fun(int $num, array $list)       - for strict type compliance
> fun((int) $num, (array) $list)  - converted to type

+1

Don't forget to note that we will still retain the current syntax:

  fun($num, $list)       - arguments passed as is, not type checking/juggling

-- 
Alain Williams
Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT 
Lecturer.
+44 (0) 787 668 0256  http://www.phcomp.co.uk/
Parliament Hill Computers Ltd. Registration Information: 
http://www.phcomp.co.uk/contact.php
#include <std_disclaimer.h>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to