Home
last modified time | relevance | path

Searched refs:object (Results 476 – 500 of 2192) sorted by relevance

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

/PHP-5.5/ext/reflection/tests/
H A Dbug52057.phpt34 object(ReflectionMethod)#%d (2) {
41 object(ReflectionMethod)#%d (2) {
48 object(ReflectionMethod)#%d (2) {
/PHP-5.5/ext/standard/tests/class_object/
H A Dmethod_exists_basic_002.phpt5 /* Prototype : proto bool is_subclass_of(object object, string class_name)
6 * Description: Returns true if the object has this class as one of its parents
H A Dget_object_vars_basic_002.phpt2 get_object_vars(): visibility from non static methods (target object passed as arg)
5 /* Prototype : proto array get_object_vars(object obj)
6 * Description: Returns an array of object properties
/PHP-5.5/ext/date/tests/
H A D012.phpt22 object(DateTime)#1 (3) {
35 object(DateTime)#1 (3) {
44 object(DateTime)#1 (3) {
H A D013.phpt22 object(DateTime)#%d (3) {
39 object(DateTime)#1 (3) {
48 object(DateTime)#1 (3) {
H A Dbug51866.phpt47 object(DateTime)#%d (3) {
73 object(DateTime)#%d (3) {
99 object(DateTime)#%d (3) {
142 object(DateTime)#%d (3) {
/PHP-5.5/Zend/
H A Dzend_closures.c140 static zend_function *zend_closure_get_constructor(zval *object TSRMLS_DC) /* {{{ */ in zend_closure_get_constructor()
201 static zval *zend_closure_read_property(zval *object, zval *member, int type, const zend_literal *k… in zend_closure_read_property() argument
209 static void zend_closure_write_property(zval *object, zval *member, zval *value, const zend_literal… in zend_closure_write_property() argument
231 static void zend_closure_unset_property(zval *object, zval *member, const zend_literal *key TSRMLS_… in zend_closure_unset_property() argument
237 static void zend_closure_free_storage(void *object TSRMLS_DC) /* {{{ */ in zend_closure_free_storage()
239 zend_closure *closure = (zend_closure *)object; in zend_closure_free_storage()
270 zend_object_value object; in zend_closure_new() local
278 object.handlers = &closure_handlers; in zend_closure_new()
280 return object; in zend_closure_new()
320 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in zend_closure_get_debug_info() argument
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_1.phpt124 object(cr)#%d (2) {
131 object(cr)#%d (2) {
138 object(cr)#%d (2) {
204 object(cr)#%d (2) {
211 object(cr)#%d (2) {
277 object(cr)#%d (2) {
284 object(cr)#%d (2) {
350 object(cr)#%d (2) {
357 object(cr)#%d (2) {
H A Darray_fill_keys_variation4.phpt25 public function __toString() { return "Class A object"; }
35 echo "\n-- Testing array_fill_keys() function with object --\n";
65 -- Testing array_fill_keys() function with object --
68 object(classA)#%d (0) {
/PHP-5.5/ext/spl/tests/
H A Dbug41528.phpt22 object(ClassOne)#1 (2) {
30 object(ClassOne)#2 (2) {
H A Darray_018.phpt34 object(ArrayObject)#1 (1) {
41 object(ArrayObject)#2 (1) {
H A Dbug45216.phpt12 $object = new SplFileObject($file);
13 var_dump($object->fgetss());
H A DarrayObject_asort_basic1.phpt27 object(ArrayObject)#%d (1) {
41 object(ArrayObject)#%d (1) {
53 object(ArrayObject)#%d (1) {
H A DarrayObject_ksort_basic1.phpt26 object(ArrayObject)#%d (1) {
40 object(ArrayObject)#2 (1) {
54 object(ArrayObject)#%d (1) {
/PHP-5.5/Zend/tests/
H A Dbug62005.phpt2 Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object)
11 Warning: Creating default object from empty value in %sbug62005.php on line %d
H A Dbug31720.phpt2 Bug #31720 (Invalid object callbacks not caught in array_walk())
13 …r 2 to be a valid callback, first array member is not a valid class name or object in %s on line %d
H A Dbug35239.phpt16 object(stdClass)#%d (1) {
18 &object(stdClass)#%d (3) {
H A Dbug41075.phpt2 Bug #41075 (memleak when creating default object caused exception)
30 string(40) "Creating default object from empty value"
H A Dclass_alias_020.phpt28 object(foo\foo)#1 (0) {
30 object(foo\bar\foo)#2 (0) {
H A Ddereference_011.phpt28 object(foo)#%d (1) {
37 object(foo)#%d (1) {
/PHP-5.5/ext/intl/collator/
H A Dcollator_create.c32 zval* object; in collator_ctor() local
36 object = return_value; in collator_ctor()
H A Dcollator_class.c40 void *object, in Collator_objects_dtor() argument
43 zend_objects_destroy_object( object, handle TSRMLS_CC ); in Collator_objects_dtor()
48 void Collator_objects_free( zend_object *object TSRMLS_DC ) in Collator_objects_free()
50 Collator_object* co = (Collator_object*)object; in Collator_objects_free()
/PHP-5.5/tests/lang/
H A Dcompare_objects_basic2.phpt2 Test object compare when object handler different
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_attr.c39 …if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, MessageForma… in PHP_FUNCTION()
72 &object, MessageFormatter_ce_ptr, &value, &value_len ) == FAILURE ) in PHP_FUNCTION()
128 &object, MessageFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_006.phpt23 object(__PHP_Incomplete_Class)#%d (0) {
26 …od or access a property of an incomplete object. Please ensure that the class definition "unknown"…

Completed in 68 milliseconds

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