Home
last modified time | relevance | path

Searched refs:array (Results 2651 – 2675 of 6641) sorted by path

1...<<101102103104105106107108109110>>...266

/PHP-5.5/ext/reflection/tests/
H A D023.phpt21 array(5) {
H A D025.phpt38 var_dump($func->invoke(array(1,2,3)));
40 var_dump($func->invokeArgs(array(1,2,3)));
85 array(1) {
96 array(3) {
H A DReflectionClass_FileInfo_error.phpt8 $methods = array("getFileName", "getStartLine", "getEndLine");
H A DReflectionClass_constructor_002.phpt30 var_dump(new ReflectionClass(array(1,2,3)));
H A DReflectionClass_export_basic1.phpt14 array $h = null) {}
58 Parameter #7 [ <optional> array or NULL $h = NULL ]
H A DReflectionClass_getConstant_basic.phpt18 $classes = array("C", "D", "E", "F", "X");
H A DReflectionClass_getConstant_error.phpt17 var_dump($rc->getConstant(array(1,2,3)));
33 Warning: ReflectionClass::getConstant() expects parameter 1 to be string, array given in %s on line…
H A DReflectionClass_getConstants_basic.phpt18 $classes = array('C', 'D', 'E', 'F', 'X');
27 array(1) {
32 array(1) {
37 array(1) {
42 array(1) {
47 array(0) {
H A DReflectionClass_getConstructor_basic.phpt51 $classes = array('NewCtor', 'ExtendsNewCtor', 'OldCtor', 'ExtendsOldCtor',
H A DReflectionClass_getConstructor_error.phpt10 var_dump($rc->getConstructor(array(1,2,3)));
H A DReflectionClass_getDefaultProperties_001.phpt66 $classes = array('A', 'B', 'C', 'X');
H A DReflectionClass_getDefaultProperties_002.phpt14 var_dump($rc->getDefaultProperties(array(1,2,3)));
18 var_dump($rc->getStaticProperties(array(1,2,3)));
H A DReflectionClass_getDocComment_001.phpt50 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I');
H A DReflectionClass_getDocComment_002.phpt13 var_dump($rc->getDocComment(array(1,2,3)));
H A DReflectionClass_getInterfaceNames_basic.phpt18 array(2) {
H A DReflectionClass_getInterfaces_001.phpt31 $classes = array( 'A0', 'A1', 'B0', 'B1',
H A DReflectionClass_getInterfaces_003.phpt9 echo "An object is in an array and is referenced. As expected, var_dumping the array shows '&':\n";
10 $a = array(new stdclass);
19 echo "\n\nObtain the array of interfaces implemented by C.\n";
25 echo "Var_dumping this array shows that the elements are referenced. By what?\n";
34 An object is in an array and is referenced. As expected, var_dumping the array shows '&':
35 array(1) {
41 array(1) {
50 Obtain the array of interfaces implemented by C.
52 Var_dumping this array shows that the elements are referenced. By what?
53 array(1) {
[all …]
H A DReflectionClass_getInterfaces_004.phpt14 var_dump($rc->getInterfaces(array(1,2,3)));
H A DReflectionClass_getMethod_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
H A DReflectionClass_getMethod_002.phpt45 var_dump($rc->getMethod(array(1,2,3)));
70 Warning: ReflectionClass::getMethod() expects parameter 1 to be string, array given in %s on line 39
H A DReflectionClass_getMethods_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
40 array(2) {
57 array(2) {
74 array(2) {
91 array(2) {
108 array(2) {
125 array(2) {
H A DReflectionClass_getMethods_003.phpt42 No methods:array(0) {
44 Public methods:array(4) {
74 Private methods:array(4) {
104 Public or static methods:array(6) {
148 Private or static methods:array(6) {
H A DReflectionClass_getModifierNames_basic.phpt55 array(0) {
58 array(1) {
63 array(1) {
68 array(1) {
73 array(1) {
78 array(1) {
83 array(2) {
90 array(1) {
95 array(2) {
102 array(1) {
[all …]
H A DReflectionClass_getProperties_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
40 array(2) {
57 array(2) {
74 array(2) {
91 array(2) {
108 array(2) {
125 array(0) {
H A DReflectionClass_getProperties_003.phpt40 No properties:array(0) {
42 Public properties:array(4) {
72 Private properties:array(4) {
102 Public or static properties:array(6) {
146 Private or static properties:array(6) {

Completed in 30 milliseconds

1...<<101102103104105106107108109110>>...266