Home
last modified time | relevance | path

Searched refs:properties (Results 101 – 125 of 234) sorted by relevance

12345678910

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt80 printf("\nMagic, magic properties:\n");
109 printf("\nAccess to undefined properties:\n");
178 Magic, magic properties:
185 Access to undefined properties:
H A Dmysqli_class_mysqli_interface.phpt164 printf("\nMagic, magic properties:\n");
253 printf("\nAccess to undefined properties:\n");
264 printf("\nAccess hidden properties for MYSLQI_STATUS_INITIALIZED (TODO documentation):\n");
290 Magic, magic properties:
308 Access to undefined properties:
313 Access hidden properties for MYSLQI_STATUS_INITIALIZED (TODO documentation):
/PHP-5.5/ext/reflection/tests/
H A Dbug37964.phpt32 - Static properties [0] {
H A Dbug48336.phpt2 Bug #48286 (ReflectionProperty::getDeclaringClass() does not work with redeclared properties)
H A Dbug39067.phpt2 Bug #39067 (getDeclaringClass() and private properties)
/PHP-5.5/Zend/tests/traits/
H A Dproperty004.phpt2 Conflicting properties with different initial values are considered incompatible.
H A Dproperty003.phpt2 Conflicting properties with different visibility modifiers should result in a fatal error, since th…
/PHP-5.5/ext/spl/tests/
H A Dspl_pq_top_error_corrupt.phpt38 Exception: Heap is corrupted, heap properties are no longer ensured.
H A Dheap_top_variation_002.phpt31 Heap is corrupted, heap properties are no longer ensured.
H A Dheap_corruption.phpt62 Corruption Exception: Heap is corrupted, heap properties are no longer ensured.
/PHP-5.5/Zend/tests/
H A Dbug39449.phpt2 Bug #39449 (Overloaded array properties do not work correctly)
H A Disset_003.phpt2 Testing isset accessing undefined array itens and properties
H A Dlsb_019.phpt2 ZE2 Late Static Binding properties and methods declared as protected and overridden as public.
H A Dlsb_020.phpt2 ZE2 Late Static Binding properties and methods declared as public and overridden as public.
H A Disset_003_2_4.phpt2 Testing isset accessing undefined array itens and properties
H A D030.phpt2 Overriding $this in catch and checking the object properties later.
/PHP-5.5/tests/classes/
H A Dconstants_basic_003.phpt2 Ensure class properties and constants can be defined in terms of constants that are not known at co…
/PHP-5.5/ext/simplexml/tests/
H A Dbug38406.phpt32 Warning: It is not yet possible to assign complex types to properties in %s on line %d
/PHP-5.5/ext/tidy/
H A Dtidy.c825 if (!obj->std.properties) { in tidy_doc_update_properties()
836 if (!obj->std.properties) { in tidy_doc_update_properties()
857 if (!obj->std.properties) { in tidy_add_default_properties()
865 ADD_PROPERTY_STRING(obj->std.properties, name, tidyNodeGetName(obj->node)); in tidy_add_default_properties()
866 ADD_PROPERTY_LONG(obj->std.properties, type, tidyNodeGetType(obj->node)); in tidy_add_default_properties()
867 ADD_PROPERTY_LONG(obj->std.properties, line, tidyNodeLine(obj->node)); in tidy_add_default_properties()
868 ADD_PROPERTY_LONG(obj->std.properties, column, tidyNodeColumn(obj->node)); in tidy_add_default_properties()
879 ADD_PROPERTY_LONG(obj->std.properties, id, tidyNodeGetId(obj->node)); in tidy_add_default_properties()
929 if (!obj->std.properties) { in tidy_add_default_properties()
932 ADD_PROPERTY_NULL(obj->std.properties, errorBuffer); in tidy_add_default_properties()
[all …]
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_object_vars_variation_002.phpt6 * Description: Returns an array of object properties
/PHP-5.5/ext/mbstring/tests/
H A Dbug52981.phpt2 Bug #52981 (Unicode properties are outdated (from Unicode 3.2))
/PHP-5.5/ext/date/tests/
H A Dbug53437_var4.phpt2 Bug #53437 (Check that var_dump out is the same using the whole object or it's single properties), …
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO56 stores properties as real zval's that can be modified from outside.
61 it. If your object properties are stored as zval*, return real place
65 use of object properties. If you don;t want to implement property
166 the engine. If your properties are not zval's, don't define it.
169 be used for read and write. If object properties are not zval's
/PHP-5.5/ext/soap/
H A Dphp_sdl.c456 tmp = get_attribute(header->properties, "message"); in wsdl_soap_binding_header()
471 tmp = get_attribute(header->properties, "part"); in wsdl_soap_binding_header()
484 tmp = get_attribute(header->properties, "use"); in wsdl_soap_binding_header()
491 tmp = get_attribute(header->properties, "namespace"); in wsdl_soap_binding_header()
511 tmp = get_attribute(part->properties, "type"); in wsdl_soap_binding_header()
515 tmp = get_attribute(part->properties, "element"); in wsdl_soap_binding_header()
571 tmp = get_attribute(body->properties, "use"); in wsdl_soap_binding_body()
578 tmp = get_attribute(body->properties, "namespace"); in wsdl_soap_binding_body()
583 tmp = get_attribute(body->properties, "parts"); in wsdl_soap_binding_body()
704 name = get_attribute(part->properties, "name"); in wsdl_message()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file_variation1.phpt2 Test parse_ini_file() function : variation: identical properties and values are not referenced.

Completed in 50 milliseconds

12345678910