Home
last modified time | relevance | path

Searched refs:obj (Results 201 – 225 of 382) sorted by relevance

12345678910>>...16

/PHP-5.4/ext/xml/tests/
H A Dxml_set_object_error.phpt11 /* Prototype : proto int xml_set_object(resource parser, object &obj)
25 $obj = new stdclass();
27 var_dump( xml_set_object(null, $obj, $extra_arg) );
/PHP-5.4/ext/openssl/
H A Dopenssl.mak25 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
45 OBJECTS = $(addprefix $(OBJ_DIR)/,$(CPP_SRC_NODIR:.c=.obj) $(C_SRC_NODIR:.c=.obj))
100 vpath %.obj $(OBJ_DIR)
121 $(OBJ_DIR)/%.obj: %.cpp
125 $(OBJ_DIR)/%.obj: %.c
173 -@del "$(OBJ_DIR)\*.obj"
/PHP-5.4/ext/soap/tests/
H A Dtypemap005.phpt30 $obj = new book;
31 $obj->a = (string)$sxe->a;
32 $obj->b = (string)$sxe->b;
33 return $obj;
/PHP-5.4/Zend/tests/traits/bugs/
H A Doverridding-conflicting-property-initializer.phpt19 $obj = new baz();
20 echo $obj->zoo, "\n";
/PHP-5.4/ext/standard/tests/assert/
H A Dassert.phpt37 $obj = new a();
38 assert_options(ASSERT_CALLBACK,array(&$obj,"assert"));
/PHP-5.4/Zend/
H A DZEND_CHANGES87 $obj = new MyClass();
93 $obj = new MyClass2();
97 $obj->printHello();
364 $obj->name = 'Hello';
666 $obj = foo;
668 print $obj->my_prop;
702 $obj = new Foo();
813 $obj = new Foo;
839 $this->obj = $obj;
924 $obj = new ArrayClass;
[all …]
H A Dzend_closures.c153 ZEND_API zend_function *zend_get_closure_invoke_method(zval *obj TSRMLS_DC) /* {{{ */ in zend_get_closure_invoke_method()
155 zend_closure *closure = (zend_closure *)zend_object_store_get_object(obj TSRMLS_CC); in zend_get_closure_invoke_method()
169 ZEND_API const zend_function *zend_get_closure_method_def(zval *obj TSRMLS_DC) /* {{{ */ in zend_get_closure_method_def()
171 zend_closure *closure = (zend_closure *)zend_object_store_get_object(obj TSRMLS_CC); in zend_get_closure_method_def()
176 ZEND_API zval* zend_get_closure_this_ptr(zval *obj TSRMLS_DC) /* {{{ */ in zend_get_closure_this_ptr()
178 zend_closure *closure = (zend_closure *)zend_object_store_get_object(obj TSRMLS_CC); in zend_get_closure_this_ptr()
295 int zend_closure_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zval *… in zend_closure_get_closure() argument
299 if (Z_TYPE_P(obj) != IS_OBJECT) { in zend_closure_get_closure()
303 closure = (zend_closure *)zend_object_store_get_object(obj TSRMLS_CC); in zend_closure_get_closure()
379 static HashTable *zend_closure_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{ */ in zend_closure_get_gc() argument
[all …]
/PHP-5.4/Zend/tests/
H A Dbug64417.phpt29 class obj implements ArrayAccess {
33 $o = new obj;
H A Ddereference_001.phpt31 $obj = new foo;
32 return $obj->test();
/PHP-5.4/ext/spl/tests/
H A DarrayObject_magicMethods4.phpt35 $obj = new C;
36 $ao = new UsesMagic($obj);
42 var_dump($obj);
51 var_dump($obj);
60 var_dump($obj);
69 var_dump($obj);
H A DarrayObject_magicMethods5.phpt35 $obj = new C;
36 $ao = new UsesMagic($obj);
42 var_dump($obj);
51 var_dump($obj);
60 var_dump($obj);
69 var_dump($obj);
H A DarrayObject_magicMethods6.phpt35 $obj = new C;
36 $ao = new UsesMagic($obj, ArrayObject::ARRAY_AS_PROPS);
42 var_dump($obj);
51 var_dump($obj);
60 var_dump($obj);
69 var_dump($obj);
H A Dobserver_005.phpt112 ["obj"]=>
128 ["obj"]=>
180 ["obj"]=>
196 ["obj"]=>
H A Dbug49263.phpt28 ["obj"]=>
42 ["obj"]=>
H A Dspl_autoload_008.phpt29 $obj = new MyAutoLoader;
37 array($obj, 'autoLoad'),
38 array($obj, 'dynaLoad'),
/PHP-5.4/tests/lang/
H A DforeachLoopObjects.001.phpt16 $obj = new C;
17 foreach ($obj as $v) {
20 foreach ($obj as $k => $v) {
/PHP-5.4/ext/intl/tests/
H A Dbug62915-2.phpt25 $obj = $rc->newInstanceArgs($subclass::$ARGS);
26 $clone = clone $obj;
/PHP-5.4/ext/standard/tests/strings/
H A Daddcslashes_002.phpt21 $obj = new string1;
22 var_dump( addcslashes($obj, "b") );
/PHP-5.4/ext/zip/
H A Dphp_zip.c418 intern = obj->za; \
467 if (!obj) { in php_zipobj_get_filename()
471 if (obj->filename) { in php_zipobj_get_filename()
472 return obj->filename; in php_zipobj_get_filename()
827 if (obj && obj->za != NULL) { in php_zip_property_reader()
874 ze_zip_object *obj; in php_zip_get_property_ptr_ptr() local
893 if (obj->prop_handler != NULL) { in php_zip_get_property_ptr_ptr()
916 ze_zip_object *obj; in php_zip_read_property() local
964 ze_zip_object *obj; in php_zip_has_property() local
1020 ze_zip_object *obj; in php_zip_get_properties() local
[all …]
/PHP-5.4/ext/com_dotnet/
H A Dcom_typeinfo.c265 ITypeInfo *php_com_locate_typeinfo(char *typelibname, php_com_dotnet_object *obj, char *dispname, i… in php_com_locate_typeinfo() argument
272 if (obj) { in php_com_locate_typeinfo()
277 …if (SUCCEEDED(IDispatch_QueryInterface(V_DISPATCH(&obj->v), &IID_IProvideClassInfo2, (void**)&pci2… in php_com_locate_typeinfo()
281 …if (!gotguid && SUCCEEDED(IDispatch_QueryInterface(V_DISPATCH(&obj->v), &IID_IProvideClassInfo, (v… in php_com_locate_typeinfo()
288 if (obj->typeinfo) { in php_com_locate_typeinfo()
289 ITypeInfo_AddRef(obj->typeinfo); in php_com_locate_typeinfo()
290 return obj->typeinfo; in php_com_locate_typeinfo()
292 IDispatch_GetTypeInfo(V_DISPATCH(&obj->v), 0, LANG_NEUTRAL, &typeinfo); in php_com_locate_typeinfo()
297 } else if (dispname && obj->typeinfo) { in php_com_locate_typeinfo()
300 ITypeInfo_GetContainingTypeLib(obj->typeinfo, &typelib, &idx); in php_com_locate_typeinfo()
[all …]
/PHP-5.4/ext/xmlrpc/tests/
H A Dbug44996.phpt10 …$obj = xmlrpc_decode("<?xml version=\"1.0\"?><methodResponse><params><param><value><dateTime.iso86…
11 print_r($obj);
/PHP-5.4/ext/simplexml/tests/
H A Dbug51615.phpt16 foreach ($html->body->span as $obj) {
17 var_dump((string)$obj->title);
/PHP-5.4/tests/classes/
H A Ddestructor_and_globals.phpt32 static public function destroy(&$obj) {
33 $obj = NULL;
H A Diterators_001.phpt9 private $obj;
12 function __construct($obj) {
15 $this->obj = $obj;
20 $more = $this->num < $this->obj->max;
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt32 var_dump($obj = new mysqli_fetch_object_test(1, 2));
36 var_dump($obj = mysqli_fetch_object($res, 'mysqli_fetch_object_test', array(1, 2)));
42 var_dump($obj->mysqli_fetch_object_test(1, 2));

Completed in 68 milliseconds

12345678910>>...16