Home
last modified time | relevance | path

Searched refs:obj (Results 326 – 350 of 390) sorted by relevance

1...<<111213141516

/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c150 static HashTable* spl_fixedarray_object_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{{ … in spl_fixedarray_object_get_gc() argument
152 …spl_fixedarray_object *intern = (spl_fixedarray_object*)zend_object_store_get_object(obj TSRMLS_C… in spl_fixedarray_object_get_gc()
153 HashTable *ht = zend_std_get_properties(obj TSRMLS_CC); in spl_fixedarray_object_get_gc()
167 static HashTable* spl_fixedarray_object_get_properties(zval *obj TSRMLS_DC) /* {{{{ */ in spl_fixedarray_object_get_properties()
169 …spl_fixedarray_object *intern = (spl_fixedarray_object*)zend_object_store_get_object(obj TSRMLS_C… in spl_fixedarray_object_get_properties()
170 HashTable *ht = zend_std_get_properties(obj TSRMLS_CC); in spl_fixedarray_object_get_properties()
223 …darray_object_new_ex(zend_class_entry *class_type, spl_fixedarray_object **obj, zval *orig, int cl… in spl_fixedarray_object_new_ex() argument
231 *obj = intern; in spl_fixedarray_object_new_ex()
H A Dspl_heap.c385 static zend_object_value spl_heap_object_new_ex(zend_class_entry *class_type, spl_heap_object **obj in spl_heap_object_new_ex() argument
393 *obj = intern; in spl_heap_object_new_ex()
523 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
524 spl_heap_object *intern = (spl_heap_object*)zend_object_store_get_object(obj TSRMLS_CC); in spl_heap_object_get_debug_info_helper()
572 static HashTable* spl_heap_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ in spl_heap_object_get_debug_info() argument
574 return spl_heap_object_get_debug_info_helper(spl_ce_SplHeap, obj, is_temp TSRMLS_CC); in spl_heap_object_get_debug_info()
578 static HashTable* spl_pqueue_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ in spl_pqueue_object_get_debug_info() argument
580 return spl_heap_object_get_debug_info_helper(spl_ce_SplPriorityQueue, obj, is_temp TSRMLS_CC); in spl_pqueue_object_get_debug_info()
H A Dspl_iterators.h172 PHPAPI int spl_iterator_apply(zval *obj, spl_iterator_apply_func_t apply_func, void *puser TSRMLS_D…
/PHP-5.5/Zend/
H A Dzend_API.c264 zval *obj; in parse_arg_object_to_string() local
265 MAKE_STD_ZVAL(obj); in parse_arg_object_to_string()
268 *arg = obj; in parse_arg_object_to_string()
273 efree(obj); in parse_arg_object_to_string()
1043 EG(scope) = Z_OBJCE_P(obj); in zend_merge_properties()
3081 zval **obj = NULL; in zend_is_callable_ex() local
3088 if (obj && method && in zend_is_callable_ex()
3099 memcpy(ptr, Z_STRVAL_PP(obj), Z_STRLEN_PP(obj)); in zend_is_callable_ex()
3100 ptr += Z_STRLEN_PP(obj); in zend_is_callable_ex()
3122 fcc->object_ptr = *obj; in zend_is_callable_ex()
[all …]
/PHP-5.5/ext/simplexml/
H A DREADME13 foreach ($obj->node_name as $elem) {
/PHP-5.5/ext/standard/tests/class_object/
H A Dproperty_exists_error.phpt13 $object_or_class = "obj";
H A Dget_object_vars_basic_001.phpt5 /* Prototype : proto array get_object_vars(object obj)
H A Dget_object_vars_variation_003.phpt5 /* Prototype : proto array get_object_vars(object obj)
65 // loop through each element of the array for obj
/PHP-5.5/ext/json/tests/
H A Dpass001.1.phpt86 $obj = json_decode($test);
87 var_dump($obj);
93 $obj_enc = json_encode($obj, JSON_PARTIAL_OUTPUT_ON_ERROR);
100 $obj = json_decode($obj_enc);
101 var_dump($obj);
H A Dpass001.1_64bit.phpt86 $obj = json_decode($test);
87 var_dump($obj);
93 $obj_enc = json_encode($obj, JSON_PARTIAL_OUTPUT_ON_ERROR);
100 $obj = json_decode($obj_enc);
101 var_dump($obj);
/PHP-5.5/Zend/RFCs/
H A D001.txt70 14 function foo($obj)
72 16 $obj->setMember("foo");
85 result in the $obj->setMember("foo") call being called on a duplicate
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_keys_variation2.phpt26 $obj = new classA();
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt88 $obj = myclass::singleton('Creating object');
89 $myobj = serialize($obj);
/PHP-5.5/ext/spl/tests/
H A Dobserver_001.phpt10 function __construct($name = 'obj')
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt132 $obj = new stdClass();
133 if (!is_object($stmt = new mysqli_stmt($link, $obj)))
/PHP-5.5/Zend/tests/
H A Ddebug_backtrace_options.phpt38 $obj = new self();
39 $obj->doCall($dowhat, $how);
/PHP-5.5/ext/json/
H A DJSON_parser.c600 zval *obj; in parse_JSON_ex() local
603 obj = z; in parse_JSON_ex()
605 ALLOC_INIT_ZVAL(obj); in parse_JSON_ex()
609 object_init(obj); in parse_JSON_ex()
611 array_init(obj); in parse_JSON_ex()
614 jp->the_zstack[jp->top] = obj; in parse_JSON_ex()
/PHP-5.5/
H A D.gdbinit69 set $handle = $t->object.value.obj.handle
70 set $handlers = $t->object.value.obj.handlers
71 set $zobj = (zend_object *)$eg.objects_store.object_buckets[$handle].bucket.obj.object
217 set $handle = $zvalue->value.obj.handle
218 set $handlers = $zvalue->value.obj.handlers
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES142 function assignNew($obj) {
143 $this = $obj;
/PHP-5.5/ext/soap/
H A Dphp_soap.h203 zval* add_soap_fault(zval *obj, char *fault_code, char *fault_string, char *fault_actor, zval *faul…
H A Dsoap.c52 static void clear_soap_fault(zval *obj TSRMLS_DC);
1322 zval *obj; in PHP_METHOD() local
1335 MAKE_COPY_ZVAL(&obj, service->soap_object); in PHP_METHOD()
3262 static void clear_soap_fault(zval *obj TSRMLS_DC)
3264 if (obj != NULL && obj->type == IS_OBJECT) {
3276 add_property_zval(obj, "__soap_fault", fault);
3282 if (Z_TYPE_P(obj) != IS_OBJECT) {
3283 object_init_ex(obj, soap_fault_class_entry);
3293 add_property_string(obj, "faultcode", fault_code, 1);
3326 add_property_zval(obj, "detail", fault_detail);
[all …]
/PHP-5.5/ext/dom/
H A Dphp_dom.h97 dom_object *dom_object_get_data(xmlNodePtr obj);
/PHP-5.5/ext/xml/tests/
H A Dxml_set_object_variation2.phpt11 /* Prototype : proto int xml_set_object(resource parser, object &obj)
80 // loop through each element of the array for obj
/PHP-5.5/ext/exif/tests/
H A Dexif_imagetype_variation1.phpt23 return "obj'ct";
197 Warning: exif_imagetype(obj'ct): failed to open stream: No such file or directory in %s on line %d
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt267 foreach($valid_objects as $obj) {
269 var_export( $obj );
271 var_export( $obj, FALSE);
273 var_dump( var_export( $obj, TRUE) );

Completed in 141 milliseconds

1...<<111213141516