Home
last modified time | relevance | path

Searched refs:properties (Results 26 – 50 of 234) sorted by relevance

12345678910

/PHP-5.5/ext/spl/tests/
H A Dheap_004.phpt61 Exception: Heap is corrupted, heap properties are no longer ensured.
62 Exception: Heap is corrupted, heap properties are no longer ensured.
63 Exception: Heap is corrupted, heap properties are no longer ensured.
H A Dpqueue_002.phpt61 Exception: Heap is corrupted, heap properties are no longer ensured.
62 Exception: Heap is corrupted, heap properties are no longer ensured.
63 Exception: Heap is corrupted, heap properties are no longer ensured.
/PHP-5.5/tests/classes/
H A Dstatic_properties_004.phpt2 Inherited static properties can be separated from their reference set.
9 echo "\nInherited static properties refer to the same value across classes:\n";
23 Inherited static properties refer to the same value across classes:
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.003.phpt37 echo "\nAdding properties to an an object.\n";
51 echo "\nAdding properties to an an object, using &\$value.\n";
65 echo "\nRemoving properties from an object.\n";
75 echo "\nRemoving properties from an object, using &\$value.\n";
133 Adding properties to an an object.
183 Adding properties to an an object, using &$value.
233 Removing properties from an object.
242 Removing properties from an object, using &$value.
H A Dbug26182.phpt2 Bug #26182 (Object properties created redundantly)
/PHP-5.5/ext/reflection/tests/
H A Dtraits001.phpt31 - Static properties [0] {
52 - Static properties [0] {
H A Dbug45765.phpt37 - Static properties [0] {
46 - Dynamic properties [0] {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt60 printf("\nMagic, magic properties:\n");
90 printf("\nAccess to undefined properties:\n");
118 Magic, magic properties:
126 Access to undefined properties:
H A Dmysqli_class_mysqli_properties_no_conn.phpt28 printf("\nMagic, magic properties:\n");
108 printf("\nAccess to undefined properties:\n");
118 printf("\nAccess hidden properties for MYSLQI_STATUS_INITIALIZED (TODO documentation):\n");
188 Magic, magic properties:
209 Access to undefined properties:
214 Access hidden properties for MYSLQI_STATUS_INITIALIZED (TODO documentation):
261 Magic, magic properties:
282 Access to undefined properties:
287 Access hidden properties for MYSLQI_STATUS_INITIALIZED (TODO documentation):
H A Dmysqli_class_mysqli_warning.phpt76 printf("\nMagic, magic properties:\n");
87 printf("\nAccess to undefined properties:\n");
124 Magic, magic properties:
129 Access to undefined properties:
/PHP-5.5/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
28 - Static properties [0] {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export_basic9.phpt2 Bug #55082: var_export() doesn't escape properties properly
/PHP-5.5/ext/standard/tests/array/
H A Dvar_export.phpt2 var_export() and objects with numeric indexes properties
H A Dusort_object1.phpt2 Test usort() function : object functionality - different number of properties
11 * Pass an array of objects which have a different number of properties
76 // array of SimpleClass objects having more than one properties
/PHP-5.5/Zend/tests/
H A D016.phpt2 isset() with object properties when operating on non-object
H A Dbug60536_002.phpt2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…
H A Dgc_027.phpt2 GC 027: GC and properties of internal classes
H A Derrmsg_037.phpt2 errmsg: properties cannot be abstract
H A Dbug39990.phpt2 Bug #39990 (Cannot "foreach" over overloaded properties)
H A Derrmsg_009.phpt2 errmsg: multiple access type modifiers are not allowed (properties)
/PHP-5.5/Zend/tests/traits/
H A Dproperty005.phpt2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…
/PHP-5.5/ext/json/tests/
H A Dbug55543.phpt2 Bug #55543 (json_encode() with JSON_NUMERIC_CHECK & numeric string properties)
/PHP-5.5/ext/soap/
H A Dphp_schema.c234 ns = get_attribute(trav->properties, "namespace"); in load_schema()
812 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_int()
820 value = get_attribute(val->properties, "value"); in schema_restriction_var_int()
839 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_char()
848 value = get_attribute(val->properties, "value"); in schema_restriction_var_char()
871 base = get_attribute(extType->properties, "base"); in schema_extension_simpleContent()
926 base = get_attribute(extType->properties, "base"); in schema_extension_complexContent()
1362 attrs = compType->properties; in schema_complexType()
1491 attrs = element->properties; in schema_element()
1589 attrs = element->properties; in schema_element()
[all …]
/PHP-5.5/ext/simplexml/
H A DREADME5 1) properties denote element iterators
10 When iterating properties then the extension always iterates over
/PHP-5.5/ext/dom/tests/
H A Dbug46849.phpt2 Bug #46849 (Cloning DOMDocument doesn't clone the properties).

Completed in 34 milliseconds

12345678910