Home
last modified time | relevance | path

Searched refs:A (Results 151 – 175 of 1237) sorted by relevance

12345678910>>...50

/PHP-5.4/ext/reflection/tests/
H A DReflectionClass_getNamespaceName.phpt5 namespace A\B;
15 $function = new \ReflectionClass('A\\B\\Foo');
27 string(7) "A\B\Foo"
28 string(3) "A\B"
H A DReflectionFunction_getNamespaceName.phpt5 namespace A\B;
14 $function = new \ReflectionFunction('A\\B\\foo');
26 string(7) "A\B\foo"
27 string(3) "A\B"
H A DReflectionClass_hasProperty_001.phpt38 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 DReflectionClass_isSubclassOf_basic.phpt5 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 DReflectionClass_getDocComment_001.phpt14 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 Dget_class_vars_006.phpt6 class A {
10 class B extends A { }
14 var_dump(get_class_vars('A'));
22 var_dump(get_class_vars('A'));
H A Dns_061.phpt5 class A {}
6 use \A as B;
9 A
H A Dheredoc_018.phpt6 $heredoc = <<< A
10 A;
11 A;
H A Dns_034.phpt5 namespace A;
6 use A as B;
16 function f3($x=\A\Foo::C) {
21 echo \A\Foo::C;
H A Dget_class_methods_001.phpt6 abstract class A {
12 class B extends A {
16 var_dump(get_class_methods('A'));
22 var_dump(get_class_methods('A'));
H A Daccess_modifiers_008.phpt8 class A {
9 static protected function f() {return 'A::f()';}
11 class B1 extends A {
14 class B2 extends A {
H A Daccess_modifiers_009.phpt8 class A {
9 static protected function f() {return 'A::f()';}
11 class B1 extends A {
14 class B2 extends A {
H A Dbug39017.phpt5 class A {}
6 foreach(($a=(object)new A()) as $v);
10 object(A)#%d (0) {
H A Dbug48770_2.phpt8 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 Dhypot_basic.phpt74 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 Dphpinfo.phpt52 %A
54 %A
56 %A
58 %A
60 %A
62 %A
/PHP-5.4/ext/intl/tests/
H A Dcollation_customization.phpt42 $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 Dbug_53280.phpt14 $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 DFAQ.ja11 ����åɥ����դˤ���ˤϡ��ʲ���(A)��(B)�Τɤ��餫��Ԥʤ���
14 (A) Oniguruma Layer
53 ��������ˡ�ˤĤ��ơ��ʲ�(A)��(B)���������ޤ���
60 (A) Oniguruma������������
/PHP-5.4/tests/classes/
H A Dmethod_override_optional_arg_001.phpt8 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 Dbug42298.phpt5 $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 Dpdo_012.phpt18 $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 Dpdo_013.phpt18 $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 Dbug26869.phpt5 define("A", "1");
6 static $a=array(A => 1);
8 var_dump(isset($a[A]));
H A Dbug26182.phpt8 class A {
17 $t = new A ();
23 A Object

Completed in 36 milliseconds

12345678910>>...50