[PHP-BUG] Bug #70922 [NEW]: php??????????????????
[email protected] ("no367 at vip dot qq dot com")
| Newsgroups | php.standards |
|---|---|
| Message-ID | <[email protected]> |
From: no367 at vip dot qq dot com
Operating system: Window 7
PHP version: 5.5.30
Package: PHP Language Specification
Bug Type: Bug
Bug description:php类型约束失效
Description:
------------
<?php
namespace test;
function text( array $arr ){
print_r($arr);
}
//not working
text('text');
Test script:
---------------
<?php
namespace test;
function test( array $arr ){
print_r($arr);
}
//not working
test('test');
<?php
function test( array $arr ){
print_r($arr);
}
//is working
test('test');
--
Edit bug report at https://bugs.php.net/bug.php?id=70922&edit=1
--
Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=70922&r=trysnapshot54
Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=70922&r=trysnapshot55
Try a snapshot (trunk): https://bugs.php.net/fix.php?id=70922&r=trysnapshottrunk
Fixed in SVN: https://bugs.php.net/fix.php?id=70922&r=fixed
Fixed in release: https://bugs.php.net/fix.php?id=70922&r=alreadyfixed
Need backtrace: https://bugs.php.net/fix.php?id=70922&r=needtrace
Need Reproduce Script: https://bugs.php.net/fix.php?id=70922&r=needscript
Try newer version: https://bugs.php.net/fix.php?id=70922&r=oldversion
Not developer issue: https://bugs.php.net/fix.php?id=70922&r=support
Expected behavior: https://bugs.php.net/fix.php?id=70922&r=notwrong
Not enough info: https://bugs.php.net/fix.php?id=70922&r=notenoughinfo
Submitted twice: https://bugs.php.net/fix.php?id=70922&r=submittedtwice
register_globals: https://bugs.php.net/fix.php?id=70922&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=70922&r=php4
Daylight Savings: https://bugs.php.net/fix.php?id=70922&r=dst
IIS Stability: https://bugs.php.net/fix.php?id=70922&r=isapi
Install GNU Sed: https://bugs.php.net/fix.php?id=70922&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=70922&r=float
No Zend Extensions: https://bugs.php.net/fix.php?id=70922&r=nozend
MySQL Configuration Error: https://bugs.php.net/fix.php?id=70922&r=mysqlcfg