Home
last modified time | relevance | path

Searched refs:object_ptr (Results 1 – 25 of 32) sorted by relevance

12

/PHP-5.5/ext/spl/
H A Dspl_engine.h68 fci.object_ptr = *retval; in spl_instantiate_arg_n()
79 fcc.object_ptr = *retval; in spl_instantiate_arg_n()
H A Dspl_iterators.c848 *object_ptr = zobj; in spl_recursive_it_get_method()
849 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_recursive_it_get_method()
852 *object_ptr = zobj; in spl_recursive_it_get_method()
1287 intern = (spl_dual_it_object*)zend_object_store_get_object(*object_ptr TSRMLS_CC); in spl_dual_it_get_method()
1293 *object_ptr = intern->inner.zobject; in spl_dual_it_get_method()
1294 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_dual_it_get_method()
1297 *object_ptr = intern->inner.zobject; in spl_dual_it_get_method()
1518 if (cfi->fci.object_ptr) { in spl_dual_it_construct()
1519 Z_ADDREF_P(cfi->fci.object_ptr); in spl_dual_it_construct()
2320 if (object->u.cbfilter->fci.object_ptr) { in spl_dual_it_free_storage()
[all …]
H A Dphp_spl.c498 obj_ptr = fcc.object_ptr; in PHP_FUNCTION()
541 obj_ptr = fcc.object_ptr; in PHP_FUNCTION()
652 obj_ptr = fcc.object_ptr; in PHP_FUNCTION()
H A Dspl_directory.c665 zend_function *spl_filesystem_object_get_method_check(zval **object_ptr, char *method, int method_l… in spl_filesystem_object_get_method_check() argument
667 spl_filesystem_object *fsobj = zend_object_store_get_object(*object_ptr TSRMLS_CC); in spl_filesystem_object_get_method_check()
675 return zend_get_std_object_handlers()->get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_filesystem_object_get_method_check()
2121 fci.object_ptr = NULL; in spl_filesystem_file_call()
2133 fcic.object_ptr = NULL; in spl_filesystem_file_call()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp253 U_CFUNC zend_function *IntlPartsIterator_get_method(zval **object_ptr, in IntlPartsIterator_get_method() argument
274 zend_object_store_get_object(*object_ptr TSRMLS_CC); in IntlPartsIterator_get_method()
277 *object_ptr = break_iter_zv; in IntlPartsIterator_get_method()
278 ret = Z_OBJ_HANDLER_P(break_iter_zv, get_method)(object_ptr, in IntlPartsIterator_get_method()
284 ret = std_object_handlers.get_method(object_ptr, in IntlPartsIterator_get_method()
/PHP-5.5/Zend/
H A Dzend_API.c2688 if (!fcc->object_ptr) { in zend_is_callable_check_class()
2702 if (!fcc->object_ptr) { in zend_is_callable_check_class()
2715 if (!fcc->object_ptr) { in zend_is_callable_check_class()
2994 if (fcc->object_ptr) { in zend_is_callable_check_func()
3028 fcc->object_ptr = NULL; in zend_is_callable_ex()
3030 if (object_ptr && Z_TYPE_P(object_ptr) != IS_OBJECT) { in zend_is_callable_ex()
3031 object_ptr = NULL; in zend_is_callable_ex()
3033 if (object_ptr && in zend_is_callable_ex()
3041 if (object_ptr) { in zend_is_callable_ex()
3042 fcc->object_ptr = object_ptr; in zend_is_callable_ex()
[all …]
H A Dzend_execute_API.c714 fci.object_ptr = object_pp ? *object_pp : NULL; in call_user_function_ex()
804 fci->object_ptr = fci_cache->object_ptr; in zend_call_function()
805 EX(object) = fci->object_ptr; in zend_call_function()
806 if (fci->object_ptr && Z_TYPE_P(fci->object_ptr) == IS_OBJECT && in zend_call_function()
807 …ore).object_buckets || !EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(fci->object_ptr)].valid)) { in zend_call_function()
891 if (fci->object_ptr) { in zend_call_function()
895 EG(This) = fci->object_ptr; in zend_call_function()
975 if (fci->object_ptr) { in zend_call_function()
976object_ptr)->call_method(EX(function_state).function->common.function_name, fci->param_count, *fci… in zend_call_function()
1100 fcall_info.object_ptr = NULL; in zend_lookup_class_ex()
[all …]
H A Dzend_execute.c553 static inline void make_real_object(zval **object_ptr TSRMLS_DC) in make_real_object()
555 if (Z_TYPE_PP(object_ptr) == IS_NULL in make_real_object()
556 || (Z_TYPE_PP(object_ptr) == IS_BOOL && Z_LVAL_PP(object_ptr) == 0) in make_real_object()
557 || (Z_TYPE_PP(object_ptr) == IS_STRING && Z_STRLEN_PP(object_ptr) == 0) in make_real_object()
559 SEPARATE_ZVAL_IF_NOT_REF(object_ptr); in make_real_object()
560 zval_dtor(*object_ptr); in make_real_object()
561 object_init(*object_ptr); in make_real_object()
660 zval *object = *object_ptr; in zend_assign_to_object()
676 SEPARATE_ZVAL_IF_NOT_REF(object_ptr); in zend_assign_to_object()
677 object = *object_ptr; in zend_assign_to_object()
[all …]
H A Dzend_vm_execute.h14371 zval **object_ptr; in zend_pre_incdec_property_helper_SPEC_VAR_CONST() local
14479 zval **object_ptr; in zend_post_incdec_property_helper_SPEC_VAR_CONST() local
15157 zval **object_ptr; in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_HANDLER() local
15187 zval **object_ptr; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_HANDLER() local
16891 zval **object_ptr; in zend_pre_incdec_property_helper_SPEC_VAR_TMP() local
16999 zval **object_ptr; in zend_post_incdec_property_helper_SPEC_VAR_TMP() local
17513 zval **object_ptr; in ZEND_ASSIGN_OBJ_SPEC_VAR_TMP_HANDLER() local
17543 zval **object_ptr; in ZEND_ASSIGN_DIM_SPEC_VAR_TMP_HANDLER() local
18990 zval **object_ptr; in zend_pre_incdec_property_helper_SPEC_VAR_VAR() local
19098 zval **object_ptr; in zend_post_incdec_property_helper_SPEC_VAR_VAR() local
[all …]
H A Dzend_closures.c183 static zend_function *zend_closure_get_method(zval **object_ptr, char *method_name, int method_len,… in zend_closure_get_method() argument
194 return zend_get_closure_invoke_method(*object_ptr TSRMLS_CC); in zend_closure_get_method()
197 return std_object_handlers.get_method(object_ptr, method_name, method_len, key TSRMLS_CC); in zend_closure_get_method()
H A Dzend_vm_def.h344 make_real_object(object_ptr TSRMLS_CC);
345 object = *object_ptr;
593 zval **object_ptr; variable
600 object_ptr = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_RW);
609 object = *object_ptr;
701 zval **object_ptr; variable
717 object = *object_ptr;
1611 zval **object_ptr; variable
1641 zval **object_ptr; variable
1644 object_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
[all …]
H A Dzend_object_handlers.h91 typedef union _zend_function *(*zend_object_get_method_t)(zval **object_ptr, char *method, int meth…
H A Dzend_interfaces.c49 fci.object_ptr = object_pp ? *object_pp : NULL; in zend_call_method()
96 fcic.object_ptr = object_pp ? *object_pp : NULL; in zend_call_method()
H A Dzend_API.h51 zval *object_ptr; member
60 zval *object_ptr; member
300 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **c…
H A Dzend_object_handlers.c1008 static union _zend_function *zend_std_get_method(zval **object_ptr, char *method_name, int method_l… in zend_std_get_method() argument
1011 zval *object = *object_ptr; in zend_std_get_method()
/PHP-5.5/ext/libxml/
H A Dlibxml.c281 if (fci->object_ptr != NULL) { in _php_libxml_destroy_fci()
282 zval_ptr_dtor(&fci->object_ptr); in _php_libxml_destroy_fci()
1120 if (fci.object_ptr != NULL) { in PHP_FUNCTION()
1121 Z_ADDREF_P(fci.object_ptr); in PHP_FUNCTION()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1436 fci.object_ptr = NULL; in _reflection_export()
1917 fci.object_ptr = NULL; in ZEND_METHOD()
1927 fcc.object_ptr = NULL; in ZEND_METHOD()
1984 fci.object_ptr = NULL; in ZEND_METHOD()
1994 fcc.object_ptr = NULL; in ZEND_METHOD()
2822 zval *object_ptr; in ZEND_METHOD() local
2863 object_ptr = NULL; in ZEND_METHOD()
2889 fci.object_ptr = object_ptr; in ZEND_METHOD()
2899 fcc.object_ptr = object_ptr; in ZEND_METHOD()
2998 fci.object_ptr = object; in ZEND_METHOD()
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c262 static union _zend_function *com_method_get(zval **object_ptr, char *name, int len, const zend_lite… in com_method_get() argument
268 zval *object = *object_ptr; in com_method_get()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c332 fc->fci.object_ptr = NULL; in do_callback()
496 collation->fc.fci.object_ptr = NULL; in php_sqlite3_collation_callback()
/PHP-5.5/ext/dom/
H A Dxpath.c202 fci.object_ptr = NULL; in dom_xpath_ext_function_php()
/PHP-5.5/ext/curl/
H A Dinterface.c1342 fci.object_ptr = NULL; in curl_write()
1410 fci.object_ptr = NULL; in curl_fnmatch()
1489 fci.object_ptr = NULL; in curl_progress()
1564 fci.object_ptr = NULL; in curl_read()
1642 fci.object_ptr = NULL; in curl_write_header()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c978 stmt->fetch.cls.fci.object_ptr = return_value; in do_fetch()
979 stmt->fetch.cls.fcc.object_ptr = return_value; in do_fetch()
1176 stmt->fetch.cls.fci.object_ptr = return_value; in do_fetch()
1177 stmt->fetch.cls.fcc.object_ptr = return_value; in do_fetch()
H A Dpdo_dbh.c468 fci.object_ptr = object; in pdo_stmt_construct()
492 fcc.object_ptr = object; in pdo_stmt_construct()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1295 fci.object_ptr = return_value; in php_mysqli_fetch_into_hash()
1329 fcc.object_ptr = return_value; in php_mysqli_fetch_into_hash()
/PHP-5.5/main/streams/
H A Duserspace.c309 fci.object_ptr = object; in user_stream_create_object()
319 fcc.object_ptr = object; in user_stream_create_object()

Completed in 231 milliseconds

12