Home
last modified time | relevance | path

Searched refs:object_ptr (Results 1 – 25 of 32) sorted by last modified time

12

/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()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c328 fci.object_ptr = NULL; in xsl_ext_function_php()
/PHP-5.5/ext/xml/
H A Dxml.c524 fci.object_ptr = parser->object; in xml_call_handler()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c702 fc->fci.object_ptr = NULL;
875 collation->fci.fci.object_ptr = NULL;
/PHP-5.5/ext/spl/
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 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()
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 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()
/PHP-5.5/ext/soap/
H A Dsoap.c925 fci.object_ptr = getThis(); in PHP_METHOD()
/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/pgsql/
H A Dpgsql.c2685 fci.object_ptr = return_value;
2719 fcc.object_ptr = return_value;
/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/pdo/
H A Dpdo_dbh.c468 fci.object_ptr = object; in pdo_stmt_construct()
492 fcc.object_ptr = object; in pdo_stmt_construct()
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()
/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/ext/mysql/
H A Dphp_mysql.c2174 fci.object_ptr = return_value;
2208 fcc.object_ptr = return_value;
/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/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/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/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/Zend/
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_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.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()
H A Dzend_object_handlers.h91 typedef union _zend_function *(*zend_object_get_method_t)(zval **object_ptr, char *method, int meth…

Completed in 261 milliseconds

12