Home
last modified time | relevance | path

Searched refs:property (Results 176 – 200 of 295) sorted by relevance

12345678910>>...12

/PHP-5.5/tests/classes/
H A Dproperty_override_public_privateStatic.phpt2 Redeclare inherited public property as private static.
H A Dproperty_override_public_protectedStatic.phpt2 Redeclare inherited public property as protected static.
H A Dproperty_override_public_publicStatic.phpt2 Redeclare inherited public property as public static.
H A Dproperty_override_protected_private.phpt2 Redeclare inherited protected property as private (duplicates Zend/tests/errmsg_023.phpt).
H A Dconstants_basic_002.phpt27 Notice: Undefined property: aclass::$myConst in %s on line 12
/PHP-5.5/ext/spl/tests/
H A DarrayObject_setFlags_basic2.phpt29 Fatal error: Cannot access private property C::$x in %s on line 19
H A DarrayObject___construct_basic3.phpt64 Notice: Undefined property: ArrayObject::$prop in %s on line 40
92 Notice: Undefined property: MyArrayObject::$prop in %s on line 40
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_setStaticPropertyValue_001.phpt78 Class A does not have a property named protectedOverridden
79 Class A does not have a property named privateOverridden
/PHP-5.5/Zend/tests/
H A Dbug44899.phpt37 Notice: Undefined property: myclass::$foo in %s on line %d
H A Dbug61011.phpt2 Bug #61011 (Crash when an exception is thrown by __autoload accessing a static property)
H A Dbug68652.phpt39 Fatal error: Access to undeclared static property: Bar::$instance in %sbug68652.php on line %d
H A D033.phpt27 Notice: Trying to get property of non-object in %s on line %d
H A Dbug38624.phpt2 Bug #38624 (Strange warning when incrementing an object property and exception is thrown from __get…
H A Dbug64720.phpt48 Fatal error: Access to undeclared static property: Stat::$requests in %sbug64720.php on line 12
H A Dobjects_024.phpt2 Testing direct assigning for property of object returned by function
/PHP-5.5/ext/xmlreader/tests/
H A D005.phpt2 XMLReader: libxml2 XML Reader, parser property set/get
/PHP-5.5/ext/zip/tests/
H A Dbug38944.phpt2 Bug #38944 (newly created ZipArchive segfaults when accessing comment property)
/PHP-5.5/Zend/tests/traits/
H A Dproperty004.phpt30 Fatal error: THello1 and THello2 define the same property ($hello) in the composition of TraitsTest…
H A Dproperty003.phpt30 Fatal error: THello1 and THello2 define the same property ($hello) in the composition of TraitsTest…
/PHP-5.5/Zend/tests/traits/bugs/
H A Doverridding-conflicting-property-initializer.phpt23 Fatal error: baz and foo define the same property ($zoo) in the composition of baz. However, the de…
/PHP-5.5/sapi/cli/tests/
H A D008.phpt39 Fatal error: Cannot access private property test::$pri in %s on line %d
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug54911.phpt16 Fatal error: Uncaught SoapFault exception: [Client] Access to undeclared static property: XSoapClie…
/PHP-5.5/sapi/cgi/tests/
H A D004.phpt39 <b>Fatal error</b>: Cannot access private property test::$pri in <b>%s004.test.php</b> on line <b>…
/PHP-5.5/ext/mysqli/tests/
H A Dreflection_tools.inc44 printf("Default property '%s'\n", $name);
50 printf("Static property '%s'\n", $name);
63 printf("\nInspecting property '%s'\n", $prop->getName());
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1703 xmlNodePtr property; in model_to_xml_object() local
1727 set_xsi_nil(property); in model_to_xml_object()
1730 if (property->children && property->children->content && in model_to_xml_object()
1748 set_xsi_nil(property); in model_to_xml_object()
1753 if (property->children && property->children->content && in model_to_xml_object()
1770 set_xsi_nil(property); in model_to_xml_object()
1775 xmlSetNs(property, nsp); in model_to_xml_object()
1790 xmlNodePtr property; in model_to_xml_object() local
1987 xmlNodePtr property; in to_xml_object() local
1991 set_xsi_nil(property); in to_xml_object()
[all …]

Completed in 65 milliseconds

12345678910>>...12