Home
last modified time | relevance | path

Searched refs:object (Results 251 – 275 of 2192) sorted by relevance

1...<<11121314151617181920>>...88

/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt25 echo "\n\nOrder with object property assignment:\n";
30 echo "\n\nOrder with nested object property assignment:\n";
92 Order with object property assignment:
95 object(stdClass)#%d (1) {
101 Order with nested object property assignment:
104 object(stdClass)#%d (1) {
106 object(stdClass)#%d (1) {
108 object(stdClass)#%d (1) {
119 object(stdClass)#%d (1) {
H A DforeachLoopObjects.005.phpt14 echo "\nRemoving properties before the current element from an iterated object.\n";
29 echo "\nRemoving properties before the current element from an iterated object.\n";
47 Removing properties before the current element from an iterated object.
52 object(C)#%d (4) {
63 Removing properties before the current element from an iterated object.
69 object(C)#%d (4) {
/PHP-5.5/ext/session/tests/
H A D019.phpt52 &object(TFoo)#%d (1) {
57 &object(TFoo)#%d (1) {
64 &object(TFoo)#%d (1) {
69 &object(TFoo)#%d (1) {
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_error_001.phpt5 /* Prototype : proto string get_class([object object])
15 $object = new stdclass();
17 var_dump( get_class($object, $extra_arg) );
H A Dget_parent_class_error_001.phpt5 /* Prototype : proto string get_parent_class([mixed object])
6 * Description: Retrieves the parent class name for object or class or current scope.
16 $object = 1;
18 var_dump( get_parent_class($object, $extra_arg) );
/PHP-5.5/tests/classes/
H A Dclone_004.phpt2 ZE2 object cloning, 4
42 object(test)#1 (2) {
59 object(test)#2 (2) {
76 object(test)#2 (2) {
H A D__call_004.phpt31 object(B)#1 (0) {
34 object(B)#1 (0) {
37 object(B)#1 (0) {
40 object(B)#1 (0) {
H A D__call_005.phpt27 object(B)#1 (0) {
30 object(B)#1 (0) {
33 object(B)#1 (0) {
36 object(B)#1 (0) {
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c97 zval *object = getThis(); local
185 zval *object = getThis(); local
212 zval *object = getThis(); local
255 zval *object = getThis(); local
273 zval *object = getThis(); local
291 zval *object = getThis(); local
309 zval *object = getThis(); local
337 zval *object = getThis(); local
474 Z_ADDREF_P(object);
532 Z_ADDREF_P(object);
[all …]
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c37 static void MessageFormatter_object_dtor(void *object, zend_object_handle handle TSRMLS_DC ) in MessageFormatter_object_dtor() argument
39 zend_objects_destroy_object( object, handle TSRMLS_CC ); in MessageFormatter_object_dtor()
44 void MessageFormatter_object_free( zend_object *object TSRMLS_DC ) in MessageFormatter_object_free()
46 MessageFormatter_object* mfo = (MessageFormatter_object*)object; in MessageFormatter_object_free()
80 zend_object_value MessageFormatter_object_clone(zval *object TSRMLS_DC) in MessageFormatter_object_clone()
83 zend_object_handle handle = Z_OBJ_HANDLE_P(object); in MessageFormatter_object_clone()
87 new_obj_val = MessageFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in MessageFormatter_object_clone()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dtype.phpt40 "object",
68 string(6) "object"
205 object(stdClass)#%d (0) {
267 object(stdClass)#%d (3) {
276 object(stdClass)#%d (1) {
281 object(stdClass)#%d (3) {
290 object(stdClass)#%d (1) {
295 object(stdClass)#%d (1) {
300 object(stdClass)#%d (0) {
303 object(stdClass)#%d (1) {
[all …]
H A Dgettype_settype_basic.phpt81 "object",
126 string(6) "object"
629 string(6) "object"
750 string(6) "object"
757 string(6) "object"
768 string(6) "object"
775 string(6) "object"
782 string(6) "object"
789 string(6) "object"
796 string(6) "object"
[all …]
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp49 U_CFUNC void breakiterator_object_create(zval *object, in breakiterator_object_create() argument
63 object_init_ex(object, ce); in breakiterator_object_create()
64 breakiterator_object_construct(object, biter TSRMLS_CC); in breakiterator_object_create()
67 U_CFUNC void breakiterator_object_construct(zval *object, in breakiterator_object_construct() argument
96 static zend_object_value BreakIterator_clone_obj(zval *object TSRMLS_DC) in BreakIterator_clone_obj()
105 ret_val = BreakIterator_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in BreakIterator_clone_obj()
110 &bio_orig->zo, Z_OBJ_HANDLE_P(object) TSRMLS_CC); in BreakIterator_clone_obj()
186 static void BreakIterator_objects_dtor(void *object, in BreakIterator_objects_dtor() argument
189 zend_objects_destroy_object((zend_object*)object, handle TSRMLS_CC); in BreakIterator_objects_dtor()
194 static void BreakIterator_objects_free(zend_object *object TSRMLS_DC) in BreakIterator_objects_free()
[all …]
/PHP-5.5/ext/simplexml/tests/
H A Dsimplexml_load_file.phpt13 object(SimpleXMLElement)#1 (1) {
17 object(SimpleXMLElement)#2 (2) {
24 object(SimpleXMLElement)#3 (2) {
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug27469.phpt14 object(__PHP_Incomplete_Class)#1 (1) {
19 object(__PHP_Incomplete_Class)#1 (1) {
24 object(__PHP_Incomplete_Class)#1 (1) {
H A Dbug28325.phpt21 object(a)#%d (1) {
23 object(b)#%d (1) {
25 object(c)#%d (1) {
/PHP-5.5/ext/oci8/tests/
H A Dlob_028.phpt51 object(OCI-Lob)#%d (1) {
55 object(OCI-Lob)#%d (1) {
59 object(OCI-Lob)#%d (1) {
63 object(OCI-Lob)#%d (1) {
67 object(OCI-Lob)#%d (1) {
71 object(OCI-Lob)#%d (1) {
/PHP-5.5/ext/date/tests/
H A DDateTime_modify_error.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
16 // Create a date object
17 $object = new DateTime("2009-01-30 19:34:10");
20 var_dump( $object->modify() );
25 var_dump( $object->modify($modify, $extra_arg) );
/PHP-5.5/ext/reflection/tests/
H A DReflectionObject_constructor_basic.phpt17 object(ReflectionObject)#%d (1) {
21 object(ReflectionObject)#%d (1) {
25 object(ReflectionObject)#%d (1) {
H A DReflectionClass_constructor_001.phpt22 object(ReflectionClass)#%d (1) {
26 object(ReflectionClass)#%d (1) {
30 object(ReflectionClass)#%d (1) {
/PHP-5.5/ext/intl/collator/
H A Dcollator_attr.c42 &object, Collator_ce_ptr, &attribute ) == FAILURE ) in PHP_FUNCTION()
73 &object, Collator_ce_ptr, &attribute, &value ) == FAILURE) in PHP_FUNCTION()
103 &object, Collator_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
132 &object, Collator_ce_ptr, &strength ) == FAILURE ) in PHP_FUNCTION()
/PHP-5.5/Zend/tests/
H A Dbug38287.phpt22 static $object=NULL;
23 if ($object===NULL)
24 $object=new something;
25 return $object;
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt71 object(foo)#%d (1) {
75 object(foo)#%d (1) {
82 object(foo)#%d (1) {
87 object(foo)#%d (1) {
92 object(foo)#%d (1) {
100 object(foo)#%d (1) {
104 object(foo)#%d (1) {
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp261 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
650 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
748 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
774 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
797 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
843 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
889 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1060 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1239 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1318 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat.c78 &object, IntlDateFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
85 dfo = (IntlDateFormatter_object *) zend_object_store_get_object( object TSRMLS_CC ); in PHP_FUNCTION()
104 &object, IntlDateFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
112 dfo = (IntlDateFormatter_object *) zend_object_store_get_object( object TSRMLS_CC ); in PHP_FUNCTION()

Completed in 78 milliseconds

1...<<11121314151617181920>>...88