Home
last modified time | relevance | path

Searched refs:obj (Results 376 – 400 of 474) sorted by relevance

1...<<111213141516171819

/PHP-7.0/tests/classes/
H A Dstatic_this.phpt25 $obj = new TestClass;
/PHP-7.0/Zend/tests/
H A Dbug61782.phpt24 $obj = new LatchkeyKid();
H A Dclosure_061.phpt97 foreach ($bindings as list($obj, $scope)) {
98 $objStr = $obj ? "new " . get_class($obj) : "null";
102 $ret = $c->bindTo($obj, $scope);
/PHP-7.0/Zend/
H A Dzend_execute.c1111 zend_object *obj; in zend_assign_to_object() local
1124 OBJ_RELEASE(obj); in zend_assign_to_object()
1368 zval rv, obj; in zend_post_incdec_overloaded_property() local
1373 Z_ADDREF(obj); in zend_post_incdec_overloaded_property()
1400 Z_OBJ_HT(obj)->write_property(&obj, property, &z_copy, cache_slot); in zend_post_incdec_overloaded_property()
1415 zval *z, *zptr, obj; in zend_pre_incdec_overloaded_property() local
1418 Z_ADDREF(obj); in zend_pre_incdec_overloaded_property()
1444 Z_OBJ_HT(obj)->write_property(&obj, property, z, cache_slot); in zend_pre_incdec_overloaded_property()
1458 zval rv, obj; in zend_assign_op_overloaded_property() local
1462 Z_ADDREF(obj); in zend_assign_op_overloaded_property()
[all …]
/PHP-7.0/ext/pdo/tests/
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-7.0/ext/xml/tests/
H A Dxml003.phpt52 $obj = new myclass;
53 xml_set_object($xml_parser, $obj);
/PHP-7.0/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);
H A Dpdo_mysql_errorinfo.phpt16 function check_error($offset, &$obj, $expected = '00000') {
17 $info = $obj->errorInfo();
/PHP-7.0/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") );
H A Dstripcslashes_variation1.phpt25 return "obj'ct";
164 string(6) "obj'ct"
H A Dstripslashes_variation1.phpt24 return "obj\'ct";
163 string(6) "obj'ct"
H A Daddslashes_variation1.phpt24 return "obj'ct";
162 string(7) "obj\'ct"
/PHP-7.0/ext/spl/
H A Dspl_heap.c85 static inline spl_heap_object *spl_heap_from_obj(zend_object *obj) /* {{{ */ { in spl_heap_from_obj() argument
86 return (spl_heap_object*)((char*)(obj) - XtOffsetOf(spl_heap_object, std)); in spl_heap_from_obj()
480 static HashTable* spl_heap_object_get_debug_info_helper(zend_class_entry *ce, zval *obj, int *is_te… in spl_heap_object_get_debug_info_helper() argument
481 spl_heap_object *intern = Z_SPLHEAP_P(obj); in spl_heap_object_get_debug_info_helper()
524 static HashTable *spl_heap_object_get_gc(zval *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_heap_object_get_gc() argument
526 spl_heap_object *intern = Z_SPLHEAP_P(obj); in spl_heap_object_get_gc()
530 return std_object_handlers.get_properties(obj); in spl_heap_object_get_gc()
534 static HashTable* spl_heap_object_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_heap_object_get_debug_info() argument
536 return spl_heap_object_get_debug_info_helper(spl_ce_SplHeap, obj, is_temp); in spl_heap_object_get_debug_info()
540 static HashTable* spl_pqueue_object_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_pqueue_object_get_debug_info() argument
[all …]
H A Dphp_spl.h79 PHPAPI zend_string *php_spl_object_hash(zval *obj);
H A Dspl_array.c98 zend_object *obj = Z_OBJ(intern->array); in spl_array_get_hash_table_ptr() local
99 if (!obj->properties) { in spl_array_get_hash_table_ptr()
100 rebuild_object_properties(obj); in spl_array_get_hash_table_ptr()
101 } else if (GC_REFCOUNT(obj->properties) > 1) { in spl_array_get_hash_table_ptr()
103 GC_REFCOUNT(obj->properties)--; in spl_array_get_hash_table_ptr()
105 obj->properties = zend_array_dup(obj->properties); in spl_array_get_hash_table_ptr()
107 return &obj->properties; in spl_array_get_hash_table_ptr()
835 spl_array_object *intern = Z_SPLARRAY_P(obj); in spl_array_get_debug_info()
855 base = Z_OBJ_HT_P(obj) == &spl_handler_ArrayIterator in spl_array_get_debug_info()
868 spl_array_object *intern = Z_SPLARRAY_P(obj); in spl_array_get_gc()
[all …]
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug73341.phpt7 $obj = unserialize($token);
/PHP-7.0/ext/wddx/
H A Dwddx.c454 static void php_wddx_serialize_object(wddx_packet *packet, zval *obj) in php_wddx_serialize_object() argument
466 PHP_SET_CLASS_ATTRIBUTES(obj); in php_wddx_serialize_object()
467 ce = Z_OBJCE_P(obj); in php_wddx_serialize_object()
489 objhash = Z_OBJPROP_P(obj); in php_wddx_serialize_object()
513 objhash = Z_OBJPROP_P(obj); in php_wddx_serialize_object()
515 if (ent == obj) { in php_wddx_serialize_object()
885 zval obj; in php_wddx_pop_element() local
970 if (object_init_ex(&obj, pce) != SUCCESS || EG(exception)) { in php_wddx_pop_element()
976 zend_hash_merge(Z_OBJPROP(obj), in php_wddx_pop_element()
981 php_store_class_name(&obj, Z_STRVAL(ent1->data), Z_STRLEN(ent1->data)); in php_wddx_pop_element()
[all …]
/PHP-7.0/ext/dom/
H A Dtext.c101 int dom_text_whole_text_read(dom_object *obj, zval *retval) in dom_text_whole_text_read() argument
106 node = dom_object_get_node(obj); in dom_text_whole_text_read()
/PHP-7.0/ext/standard/tests/array/
H A Darray_flip_variation4.phpt24 $obj = new MyClass();
49 'obj_value' => $obj,
/PHP-7.0/
H A D.appveyor.yml24 PHP_BUILD_OBJ_DIR: c:\obj
H A DREADME.PARAMETER_PARSING_API126 zval *obj;
130 &obj, my_ce, &d) == FAILURE) {
136 If null is passed for object, obj will be set to NULL. */
137 zval *obj;
140 &obj, &arr) == FAILURE) {
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 59 milliseconds

1...<<111213141516171819