Home
last modified time | relevance | path

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

12345678910>>...53

/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getProperty_001.phpt47 echo " --> Check for A: ";
48 var_dump($rc->getProperty("A"));
75 --> Check for A: Property A does not exist
90 --> Check for A: Property A does not exist
105 --> Check for A: Property A does not exist
120 --> Check for A: Property A does not exist
135 --> Check for A: Property A does not exist
145 --> Check for A: Property A does not exist
H A Dbug60367.phpt5 abstract class A {
7 const WHAT = 'A';
15 class B extends A {
24 $method = new ReflectionMethod("A::call");
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_getNamespaceName.phpt5 namespace A\B;
15 $function = new \ReflectionClass('A\\B\\Foo');
27 string(7) "A\B\Foo"
28 string(3) "A\B"
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation35.phpt70 string(10) "0-9A-Fa-f]"
85 string(10) "0-9A-Fa-f]"
100 string(10) "0-9A-Fa-f]"
115 string(10) "0-9A-Fa-f]"
130 string(10) "0-9A-Fa-f]"
145 string(10) "0-9A-Fa-f]"
160 string(10) "0-9A-Fa-f]"
175 string(10) "0-9A-Fa-f]"
190 string(10) "0-9A-Fa-f]"
205 string(10) "0-9A-Fa-f]"
[all …]
H A Dsprintf_variation35_64bit.phpt66 string(10) "0-9A-Fa-f]"
81 string(10) "0-9A-Fa-f]"
96 string(10) "0-9A-Fa-f]"
111 string(10) "0-9A-Fa-f]"
126 string(10) "0-9A-Fa-f]"
141 string(10) "0-9A-Fa-f]"
156 string(10) "0-9A-Fa-f]"
171 string(10) "0-9A-Fa-f]"
186 string(10) "0-9A-Fa-f]"
201 string(10) "0-9A-Fa-f]"
[all …]
/PHP-5.5/tests/classes/
H A Dbug23951.phpt9 class A {
15 class B extends A {
21 $a = new A;
30 A Object
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.5/ext/pdo_sqlite/tests/
H A Dbug46542.phpt9 class A extends PDO
12 $a = new A('sqlite:' . __DIR__ . '/dummy.db');
23 A::truc
24 A::TRUC
/PHP-5.5/Zend/tests/
H A Dbug32660.phpt5 class A
20 $a = new A;
31 Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php o…
32 A Object
37 Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php o…
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 Dheredoc_018.phpt6 $heredoc = <<< A
10 A;
11 A;
H A Dns_061.phpt5 class A {}
6 use \A as B;
9 A
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 Dns_034.phpt5 namespace A;
6 use A as B;
16 function f3($x=\A\Foo::C) {
21 echo \A\Foo::C;
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 {
/PHP-5.5/ext/simplexml/tests/
H A Dbug62639.phpt10 class A extends SimpleXMLElement
25 $a1 = new A($xml1);
40 $a2 = new A($xml2);
46 object(A)#2 (2) {
55 object(A)#3 (2) {
/PHP-5.5/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.5/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.5/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.5/ext/standard/tests/general_functions/
H A Dphpinfo.phpt52 %A
54 %A
56 %A
58 %A
60 %A
62 %A
/PHP-5.5/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.5/ext/pdo/tests/
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"
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"
/PHP-5.5/tests/lang/
H A Dbug26869.phpt5 define("A", "1");
6 static $a=array(A => 1);
8 var_dump(isset($a[A]));

Completed in 32 milliseconds

12345678910>>...53