/PHP-5.4/ext/reflection/tests/ |
H A D | ReflectionClass_getNamespaceName.phpt | 5 namespace A\B; 15 $function = new \ReflectionClass('A\\B\\Foo'); 27 string(7) "A\B\Foo" 28 string(3) "A\B"
|
H A D | ReflectionFunction_getNamespaceName.phpt | 5 namespace A\B; 14 $function = new \ReflectionFunction('A\\B\\foo'); 26 string(7) "A\B\foo" 27 string(3) "A\B"
|
H A D | ReflectionClass_hasProperty_001.phpt | 38 echo " --> Check for A: "; 39 var_dump($rc->hasProperty("A")); 48 --> Check for A: bool(false) 53 --> Check for A: bool(false) 58 --> Check for A: bool(false) 63 --> Check for A: bool(false) 68 --> Check for A: bool(false) 73 --> Check for A: bool(false)
|
H A D | ReflectionClass_isSubclassOf_basic.phpt | 5 class A {} 6 class B extends A {} 29 Is A a subclass of A? 32 Is A a subclass of B? 35 Is A a subclass of C? 38 Is A a subclass of I? 41 Is A a subclass of X? 44 Is B a subclass of A? 59 Is C a subclass of A? 74 Is I a subclass of A? [all …]
|
H A D | ReflectionClass_getDocComment_001.phpt | 14 for A 17 class A {} 20 class B extends A { } 47 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I'); 59 ---> Doc comment for class A: 66 for A
|
/PHP-5.4/Zend/tests/ |
H A D | get_class_vars_006.phpt | 6 class A { 10 class B extends A { } 14 var_dump(get_class_vars('A')); 22 var_dump(get_class_vars('A'));
|
H A D | ns_061.phpt | 5 class A {} 6 use \A as B; 9 A
|
H A D | heredoc_018.phpt | 6 $heredoc = <<< A 10 A; 11 A;
|
H A D | ns_034.phpt | 5 namespace A; 6 use A as B; 16 function f3($x=\A\Foo::C) { 21 echo \A\Foo::C;
|
H A D | get_class_methods_001.phpt | 6 abstract class A { 12 class B extends A { 16 var_dump(get_class_methods('A')); 22 var_dump(get_class_methods('A'));
|
H A D | access_modifiers_008.phpt | 8 class A { 9 static protected function f() {return 'A::f()';} 11 class B1 extends A { 14 class B2 extends A {
|
H A D | access_modifiers_009.phpt | 8 class A { 9 static protected function f() {return 'A::f()';} 11 class B1 extends A { 14 class B2 extends A {
|
H A D | bug39017.phpt | 5 class A {} 6 foreach(($a=(object)new A()) as $v); 10 object(A)#%d (0) {
|
H A D | bug48770_2.phpt | 8 class A { 23 class B extends A { 49 %unicode|string%(27) "A::func2: This should work!" 50 %unicode|string%(27) "A::func3: This should work!" 52 …() expects parameter 1 to be a valid callback, cannot access private method A::func22() in %s on l… 54 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'A' does not have…
|
/PHP-5.4/ext/standard/tests/math/ |
H A D | hypot_basic.phpt | 74 Notice: A non well formed numeric value encountered in %s on line %d 102 Notice: A non well formed numeric value encountered in %s on line %d 130 Notice: A non well formed numeric value encountered in %s on line %d 158 Notice: A non well formed numeric value encountered in %s on line %d 186 Notice: A non well formed numeric value encountered in %s on line %d 214 Notice: A non well formed numeric value encountered in %s on line %d 242 Notice: A non well formed numeric value encountered in %s on line %d 270 Notice: A non well formed numeric value encountered in %s on line %d 298 Notice: A non well formed numeric value encountered in %s on line %d 308 Notice: A non well formed numeric value encountered in %s on line %d [all …]
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | phpinfo.phpt | 52 %A 54 %A 56 %A 58 %A 60 %A 62 %A
|
/PHP-5.4/ext/intl/tests/ |
H A D | collation_customization.phpt | 42 $res .= cmp_array( $coll, array( 'di Silva', 'Di Silva', 'diSilva', 'U.S.A.', 'USA' ) ); 46 $res .= cmp_array( $coll, array( 'di Silva', 'diSilva', 'Di Silva', 'U.S.A.', 'USA' ) ); 50 $res .= cmp_array( $coll, array( 'di Silva', 'diSilva', 'Di Silva', 'U.S.A.', 'USA' ) ); 68 di Silva < Di Silva < diSilva < U.S.A. < USA 69 di Silva = diSilva < Di Silva < U.S.A. = USA 70 di Silva < diSilva < Di Silva < U.S.A. < USA
|
/PHP-5.4/ext/pdo_firebird/tests/ |
H A D | bug_53280.phpt | 14 $dbh->exec('CREATE TABLE testz(A VARCHAR(30), B VARCHAR(30), C VARCHAR(30))'); 15 $dbh->exec("INSERT INTO testz VALUES ('A', 'B', 'C')"); 18 $stmt1 = "SELECT B FROM testz WHERE A = ? AND B = ?"; 19 $stmt2 = "SELECT B, C FROM testz WHERE A = ? AND B = ?"; 22 $stmth2->execute(array('A', 'B')); 27 $stmth1->execute(array('A', 'B'));
|
/PHP-5.4/ext/mbstring/oniguruma/doc/ |
H A D | FAQ.ja | 11 ����åɥ����դˤ���ˤϡ��ʲ���(A)��(B)�Τɤ��餫��Ԥʤ��� 14 (A) Oniguruma Layer 53 ��������ˡ�ˤĤ��ơ��ʲ�(A)��(B)���������ޤ��� 60 (A) Oniguruma������б�������
|
/PHP-5.4/tests/classes/ |
H A D | method_override_optional_arg_001.phpt | 8 class A { 13 class B extends A { 20 class C extends A { 31 Strict Standards: Declaration of C::foo() should be compatible with A::foo($arg1 = 1) in %s on line…
|
/PHP-5.4/ext/pcre/tests/ |
H A D | bug42298.phpt | 5 $str = "A\xc2\xa3BC"; 9 $str = "A\xe2\x82\xac "; 19 string(3) "A£" 28 string(3) "A£"
|
/PHP-5.4/ext/pdo/tests/ |
H A D | pdo_012.phpt | 18 $db->exec('INSERT INTO test VALUES(1, \'A\', \'Group1\')'); 28 function __construct($name = 'N/A') 51 string(1) "A" 63 Test::__construct(N/A) 64 Test::__construct(N/A) 69 string(1) "A" 87 string(1) "A"
|
H A D | pdo_013.phpt | 18 $db->exec('INSERT INTO test VALUES(1, \'A\', \'Group1\')'); 34 function __construct($name = 'N/A') 59 string(1) "A" 69 Test::__construct(N/A) 72 string(1) "A" 76 Test::__construct(N/A) 86 string(1) "A"
|
/PHP-5.4/tests/lang/ |
H A D | bug26869.phpt | 5 define("A", "1"); 6 static $a=array(A => 1); 8 var_dump(isset($a[A]));
|
H A D | bug26182.phpt | 8 class A { 17 $t = new A (); 23 A Object
|