Home
last modified time | relevance | path

Searched refs:obj (Results 301 – 325 of 413) sorted by relevance

1...<<11121314151617

/PHP-5.6/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.6/ext/com_dotnet/
H A DREADME18 $obj->foo[43]->bar();
25 $obj = new COM("...");
26 $obj[1]->foo();
/PHP-5.6/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.6/ext/pdo/tests/
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.6/Zend/tests/
H A Dbug61782.phpt24 $obj = new LatchkeyKid();
/PHP-5.6/tests/classes/
H A Dstatic_this.phpt25 $obj = new TestClass;
/PHP-5.6/ext/xml/tests/
H A Dxml003.phpt52 $obj = new myclass;
53 xml_set_object($xml_parser, $obj);
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c210 zval *obj; member
332 if (intern->obj) { in reflection_free_objects_storage()
390 if (obj) { in _class_string()
574 if (obj && Z_OBJ_HT_P(obj)->get_properties) { in _class_string()
1748 if (intern->obj) { in ZEND_METHOD()
1769 if (intern->obj) { in ZEND_METHOD()
2852 zval *obj; in ZEND_METHOD() local
3897 if (intern->obj && Z_OBJ_HANDLER_P(intern->obj, has_property)) { in ZEND_METHOD()
4172 zval obj; in ZEND_METHOD() local
4181 if (intern->obj) { in ZEND_METHOD()
[all …]
/PHP-5.6/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.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorcode.phpt16 function check_error($offset, &$obj, $expected = '00000') {
18 $code = $obj->errorCode();
H A Dpdo_mysql_get_attribute.phpt63 $obj = new stdClass();
64 set_and_get(4, $db, PDO::ATTR_AUTOCOMMIT, $obj);
/PHP-5.6/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.6/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.6/ext/standard/tests/serialize/
H A Dbug73341.phpt7 $obj = unserialize($token);
/PHP-5.6/ext/spl/
H A Dphp_spl.h83 PHPAPI void php_spl_object_hash(zval *obj, char* md5str TSRMLS_DC);
H A Dspl_array.c177 *obj = intern; in spl_array_object_new_ex()
539 spl_array_object *obj = intern; in spl_array_unset_dimension_ex() local
542 if ((obj->ar_flags & SPL_ARRAY_IS_SELF) != 0) { in spl_array_unset_dimension_ex()
544 } else if (Z_TYPE_P(obj->array) == IS_OBJECT) { in spl_array_unset_dimension_ex()
545 if ((obj->ar_flags & SPL_ARRAY_USE_OTHER) == 0) { in spl_array_unset_dimension_ex()
546 obj = (spl_array_object*)zend_object_store_get_object(obj->array TSRMLS_CC); in spl_array_unset_dimension_ex()
549 obj = (spl_array_object*)zend_object_store_get_object(obj->array TSRMLS_CC); in spl_array_unset_dimension_ex()
552 obj = NULL; in spl_array_unset_dimension_ex()
556 if (obj) { in spl_array_unset_dimension_ex()
562 obj->std.properties_table[property_info->offset] = NULL; in spl_array_unset_dimension_ex()
[all …]
/PHP-5.6/ext/wddx/
H A Dwddx.c465 static void php_wddx_serialize_object(wddx_packet *packet, zval *obj) in php_wddx_serialize_object() argument
478 PHP_SET_CLASS_ATTRIBUTES(obj); in php_wddx_serialize_object()
479 ce = Z_OBJCE_P(obj); in php_wddx_serialize_object()
502 objhash = HASH_OF(obj); in php_wddx_serialize_object()
530 objhash = HASH_OF(obj); in php_wddx_serialize_object()
534 if (*ent == obj) { in php_wddx_serialize_object()
938 zval *obj; in php_wddx_pop_element() local
1027 MAKE_STD_ZVAL(obj); in php_wddx_pop_element()
1028 object_init_ex(obj, *pce); in php_wddx_pop_element()
1031 zend_hash_merge(Z_OBJPROP_P(obj), in php_wddx_pop_element()
[all …]
/PHP-5.6/ext/dom/
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.6/ext/standard/tests/array/
H A Darray_flip_variation4.phpt24 $obj = new MyClass();
49 'obj_value' => $obj,
/PHP-5.6/Zend/
H A Dzend_builtin_functions.c154 ZEND_ARG_INFO(0, obj)
753 zval *obj = NULL; in ZEND_FUNCTION() local
762 if (!obj) { in ZEND_FUNCTION()
844 zval *obj; in is_a_impl() local
864 if (zend_lookup_class(Z_STRVAL_P(obj), Z_STRLEN_P(obj), &the_ce TSRMLS_CC) == FAILURE) { in is_a_impl()
868 } else if (Z_TYPE_P(obj) == IS_OBJECT && HAS_CLASS_ENTRY(*obj)) { in is_a_impl()
869 instance_ce = Z_OBJCE_P(obj); in is_a_impl()
987 zval *obj; in ZEND_FUNCTION() local
1001 if (Z_OBJ_HT_P(obj)->get_properties == NULL) { in ZEND_FUNCTION()
1005 properties = Z_OBJ_HT_P(obj)->get_properties(obj TSRMLS_CC); in ZEND_FUNCTION()
[all …]
/PHP-5.6/
H A Dltmain.sh796 *.obj) xform=obj ;;
1032 command="$command -o $obj"
1067 $show "$mv $output_obj $obj"
4128 for obj in $save_libobjs
4149 objlist=$obj
4336 output="$obj"
5541 if (for obj in $oldobjs
5566 for obj in $save_oldobjs
5570 " ") oldobjs=$obj ;;
5582 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
[all …]

Completed in 406 milliseconds

1...<<11121314151617