Home
last modified time | relevance | path

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

12

/PHP-5.6/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.c892 *object_ptr = zobj; in spl_recursive_it_get_method()
893 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_recursive_it_get_method()
896 *object_ptr = zobj; in spl_recursive_it_get_method()
1359 intern = (spl_dual_it_object*)zend_object_store_get_object(*object_ptr TSRMLS_CC); in spl_dual_it_get_method()
1365 *object_ptr = intern->inner.zobject; in spl_dual_it_get_method()
1366 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_dual_it_get_method()
1369 *object_ptr = intern->inner.zobject; in spl_dual_it_get_method()
1592 if (cfi->fci.object_ptr) { in spl_dual_it_construct()
1593 Z_ADDREF_P(cfi->fci.object_ptr); in spl_dual_it_construct()
2395 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()
2122 fci.object_ptr = NULL; in spl_filesystem_file_call()
2134 fcic.object_ptr = NULL; in spl_filesystem_file_call()
/PHP-5.6/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.6/Zend/
H A Dzend_API.c2744 if (!fcc->object_ptr) { in zend_is_callable_check_class()
2758 if (!fcc->object_ptr) { in zend_is_callable_check_class()
2771 if (!fcc->object_ptr) { in zend_is_callable_check_class()
3050 if (fcc->object_ptr) { in zend_is_callable_check_func()
3084 fcc->object_ptr = NULL; in zend_is_callable_ex()
3086 if (object_ptr && Z_TYPE_P(object_ptr) != IS_OBJECT) { in zend_is_callable_ex()
3087 object_ptr = NULL; in zend_is_callable_ex()
3089 if (object_ptr && in zend_is_callable_ex()
3097 if (object_ptr) { in zend_is_callable_ex()
3098 fcc->object_ptr = object_ptr; in zend_is_callable_ex()
[all …]
H A Dzend_execute_API.c609 fci.object_ptr = object_pp ? *object_pp : NULL; in call_user_function_ex()
699 fci->object_ptr = fci_cache->object_ptr; in zend_call_function()
700 EX(object) = fci->object_ptr; in zend_call_function()
701 if (fci->object_ptr && Z_TYPE_P(fci->object_ptr) == IS_OBJECT && in zend_call_function()
702 …ore).object_buckets || !EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(fci->object_ptr)].valid)) { in zend_call_function()
786 if (fci->object_ptr) { in zend_call_function()
790 EG(This) = fci->object_ptr; in zend_call_function()
873 if (fci->object_ptr) { in zend_call_function()
874object_ptr)->call_method(EX(function_state).function->common.function_name, fci->param_count, *fci… in zend_call_function()
998 fcall_info.object_ptr = NULL; in zend_lookup_class_ex()
[all …]
H A Dzend_execute.c561 static inline void make_real_object(zval **object_ptr TSRMLS_DC) in make_real_object()
563 if (Z_TYPE_PP(object_ptr) == IS_NULL in make_real_object()
564 || (Z_TYPE_PP(object_ptr) == IS_BOOL && Z_LVAL_PP(object_ptr) == 0) in make_real_object()
565 || (Z_TYPE_PP(object_ptr) == IS_STRING && Z_STRLEN_PP(object_ptr) == 0) in make_real_object()
567 SEPARATE_ZVAL_IF_NOT_REF(object_ptr); in make_real_object()
568 zval_dtor(*object_ptr); in make_real_object()
569 object_init(*object_ptr); in make_real_object()
688 zval *object = *object_ptr; in zend_assign_to_object()
704 SEPARATE_ZVAL_IF_NOT_REF(object_ptr); in zend_assign_to_object()
705 object = *object_ptr; in zend_assign_to_object()
[all …]
H A Dzend_vm_execute.h14801 zval **object_ptr; in zend_pre_incdec_property_helper_SPEC_VAR_CONST() local
14916 zval **object_ptr; in zend_post_incdec_property_helper_SPEC_VAR_CONST() local
15592 zval **object_ptr; in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_HANDLER() local
15622 zval **object_ptr; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_HANDLER() local
17335 zval **object_ptr; in zend_pre_incdec_property_helper_SPEC_VAR_TMP() local
17450 zval **object_ptr; in zend_post_incdec_property_helper_SPEC_VAR_TMP() local
17964 zval **object_ptr; in ZEND_ASSIGN_OBJ_SPEC_VAR_TMP_HANDLER() local
17994 zval **object_ptr; in ZEND_ASSIGN_DIM_SPEC_VAR_TMP_HANDLER() local
19455 zval **object_ptr; in zend_pre_incdec_property_helper_SPEC_VAR_VAR() local
19570 zval **object_ptr; in zend_post_incdec_property_helper_SPEC_VAR_VAR() local
[all …]
H A Dzend_closures.c198 static zend_function *zend_closure_get_method(zval **object_ptr, char *method_name, int method_len,… in zend_closure_get_method() argument
209 return zend_get_closure_invoke_method(*object_ptr TSRMLS_CC); in zend_closure_get_method()
212 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;
596 zval **object_ptr; variable
603 object_ptr = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_RW);
612 object = *object_ptr;
711 zval **object_ptr; variable
727 object = *object_ptr;
1619 zval **object_ptr; variable
1649 zval **object_ptr; variable
1652 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
303 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **c…
/PHP-5.6/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()
1121 if (fci.object_ptr != NULL) { in PHP_FUNCTION()
1122 Z_ADDREF_P(fci.object_ptr); in PHP_FUNCTION()
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c1474 fci.object_ptr = NULL; in _reflection_export()
1955 fci.object_ptr = NULL; in ZEND_METHOD()
1965 fcc.object_ptr = NULL; in ZEND_METHOD()
2022 fci.object_ptr = NULL; in ZEND_METHOD()
2032 fcc.object_ptr = NULL; in ZEND_METHOD()
2888 zval *object_ptr; in ZEND_METHOD() local
2929 object_ptr = NULL; in ZEND_METHOD()
2955 fci.object_ptr = object_ptr; in ZEND_METHOD()
2965 fcc.object_ptr = object_ptr; in ZEND_METHOD()
3064 fci.object_ptr = object; in ZEND_METHOD()
[all …]
/PHP-5.6/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.6/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.6/sapi/phpdbg/
H A Dphpdbg_prompt.c97 fci.object_ptr = NULL; in phpdbg_call_register()
554 fci.object_ptr = &exception; in phpdbg_handle_exception()
/PHP-5.6/ext/dom/
H A Dxpath.c202 fci.object_ptr = NULL; in dom_xpath_ext_function_php()
/PHP-5.6/ext/curl/
H A Dinterface.c1337 fci.object_ptr = NULL; in curl_write()
1405 fci.object_ptr = NULL; in curl_fnmatch()
1484 fci.object_ptr = NULL; in curl_progress()
1559 fci.object_ptr = NULL; in curl_read()
1637 fci.object_ptr = NULL; in curl_write_header()
/PHP-5.6/ext/pdo/
H A Dpdo_stmt.c966 stmt->fetch.cls.fci.object_ptr = return_value; in do_fetch()
967 stmt->fetch.cls.fcc.object_ptr = return_value; in do_fetch()
1164 stmt->fetch.cls.fci.object_ptr = return_value; in do_fetch()
1165 stmt->fetch.cls.fcc.object_ptr = return_value; in do_fetch()
H A Dpdo_dbh.c474 fci.object_ptr = object; in pdo_stmt_construct()
486 fcc.object_ptr = object; in pdo_stmt_construct()
/PHP-5.6/ext/mysqli/
H A Dmysqli.c1307 fci.object_ptr = return_value; in php_mysqli_fetch_into_hash()
1330 fcc.object_ptr = return_value; in php_mysqli_fetch_into_hash()
/PHP-5.6/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 245 milliseconds

12