Home
last modified time | relevance | path

Searched refs:obj (Results 276 – 300 of 390) sorted by relevance

1...<<111213141516

/PHP-5.5/ext/pdo/tests/
H A Dpdo_026.phpt72 foreach($stmt as $obj) {
73 var_dump($obj);
H A Dpdo_018.phpt92 foreach($objs as $obj)
94 $cname = get_class($obj);
113 foreach($objs as $idx => $obj)
115 $ctype = $ctypes[get_class($obj)];
116 if (method_exists($obj, 'serialize'))
118 $val = $obj->serialize();
H A Dpdo_029.phpt82 foreach($stmt as $obj) {
83 var_dump($obj);
H A Dpdo_030.phpt83 foreach($stmt as $obj) {
84 var_dump($obj);
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_001.phpt34 echo "\n--- testing reference to an obj ---\n";
78 --- testing reference to an obj ---
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_keys_variation4.phpt27 $obj = new classA();
36 var_dump( array_fill_keys($array, $obj) );
H A Darray_flip_variation4.phpt24 $obj = new MyClass();
49 'obj_value' => $obj,
/PHP-5.5/ext/dom/
H A Dnodelist.c54 int dom_nodelist_length_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_nodelist_length_read() argument
61 objmap = (dom_nnodemap_object *)obj->ptr; in dom_nodelist_length_read()
H A Dtext.c105 int dom_text_whole_text_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_text_whole_text_read() argument
110 node = dom_object_get_node(obj); in dom_text_whole_text_read()
/PHP-5.5/ext/spl/tests/
H A Dobserver_002.phpt43 function __construct($name = 'obj')
101 function contains($obj)
103 return $this->observers->contains($obj);
H A Dbug70168.phpt25 ["obj"]=>
/PHP-5.5/ext/com_dotnet/
H A DREADME18 $obj->foo[43]->bar();
25 $obj = new COM("...");
26 $obj[1]->foo();
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp273 IntlIterator_object *obj = (IntlIterator_object*) in IntlPartsIterator_get_method() local
275 if (obj->iterator && obj->iterator->data) { in IntlPartsIterator_get_method()
276 zval *break_iter_zv = static_cast<zval*>(obj->iterator->data); in IntlPartsIterator_get_method()
/PHP-5.5/ext/wddx/
H A Dwddx.c458 static void php_wddx_serialize_object(wddx_packet *packet, zval *obj) in php_wddx_serialize_object() argument
480 PHP_SET_CLASS_ATTRIBUTES(obj); in php_wddx_serialize_object()
492 objhash = HASH_OF(obj); in php_wddx_serialize_object()
514 PHP_SET_CLASS_ATTRIBUTES(obj); in php_wddx_serialize_object()
526 objhash = HASH_OF(obj); in php_wddx_serialize_object()
530 if (*ent == obj) { in php_wddx_serialize_object()
923 zval *obj; in php_wddx_pop_element() local
1003 MAKE_STD_ZVAL(obj); in php_wddx_pop_element()
1004 object_init_ex(obj, *pce); in php_wddx_pop_element()
1007 zend_hash_merge(Z_OBJPROP_P(obj), in php_wddx_pop_element()
[all …]
/PHP-5.5/Zend/tests/
H A Dbug61782.phpt24 $obj = new LatchkeyKid();
/PHP-5.5/tests/classes/
H A Dstatic_this.phpt25 $obj = new TestClass;
/PHP-5.5/ext/xml/tests/
H A Dxml003.phpt52 $obj = new myclass;
53 xml_set_object($xml_parser, $obj);
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c210 zval *obj; member
313 if (intern->obj) { in reflection_free_objects_storage()
371 if (obj) { in _class_string()
555 if (obj && Z_OBJ_HT_P(obj)->get_properties) { in _class_string()
1710 if (intern->obj) { in ZEND_METHOD()
1731 if (intern->obj) { in ZEND_METHOD()
2786 zval *obj; in ZEND_METHOD() local
3823 if (intern->obj && Z_OBJ_HANDLER_P(intern->obj, has_property)) { in ZEND_METHOD()
4098 zval obj; in ZEND_METHOD() local
4107 if (intern->obj) { in ZEND_METHOD()
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorcode.phpt16 function check_error($offset, &$obj, $expected = '00000') {
18 $code = $obj->errorCode();
/PHP-5.5/ext/standard/tests/strings/
H A Dtrim1.phpt44 $obj = new string1;
45 var_dump( trim($obj, "Ot") );
H A Drtrim.phpt35 $obj = new string1;
36 var_dump( rtrim($obj, "tc") );
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt27 <path-to-server>/https-servername/config/obj.conf (for servers < 6) or
40 In obj.conf (for virtual server classes [Sun 6.0+] in their vserver.obj.conf):
103 or similar. Add the following line to the object in obj.conf for
117 type="magnus-internal/directory" in obj.conf with the following:
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c64 struct finfo_object *obj; \
65 obj = (struct finfo_object*)zend_object_store_get_object(_object TSRMLS_CC); \
66 obj->ptr = _ptr; \
71 struct finfo_object *obj = zend_object_store_get_object(object TSRMLS_CC); \
72 finfo = obj->ptr; \
/PHP-5.5/ext/spl/
H A Dphp_spl.h88 PHPAPI void php_spl_object_hash(zval *obj, char* md5str TSRMLS_DC);
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c154 ZEND_ARG_INFO(0, obj)
750 zval *obj = NULL; in ZEND_FUNCTION() local
759 if (!obj) { in ZEND_FUNCTION()
841 zval *obj; in is_a_impl() local
861 if (zend_lookup_class(Z_STRVAL_P(obj), Z_STRLEN_P(obj), &the_ce TSRMLS_CC) == FAILURE) { in is_a_impl()
865 } else if (Z_TYPE_P(obj) == IS_OBJECT && HAS_CLASS_ENTRY(*obj)) { in is_a_impl()
866 instance_ce = Z_OBJCE_P(obj); in is_a_impl()
984 zval *obj; in ZEND_FUNCTION() local
998 if (Z_OBJ_HT_P(obj)->get_properties == NULL) { in ZEND_FUNCTION()
1002 properties = Z_OBJ_HT_P(obj)->get_properties(obj TSRMLS_CC); in ZEND_FUNCTION()
[all …]

Completed in 58 milliseconds

1...<<111213141516