Home
last modified time | relevance | path

Searched refs:object_pp (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_interfaces.c34 ZEND_API zval* zend_call_method(zval **object_pp, zend_class_entry *obj_ce, zend_function **fn_prox… in zend_call_method() argument
49 fci.object_ptr = object_pp ? *object_pp : NULL; in zend_call_method()
61 fci.function_table = !object_pp ? EG(function_table) : NULL; in zend_call_method()
68 obj_ce = object_pp ? Z_OBJCE_PP(object_pp) : NULL; in zend_call_method()
87 if (object_pp) { in zend_call_method()
88 fcic.called_scope = Z_OBJCE_PP(object_pp); in zend_call_method()
96 fcic.object_ptr = object_pp ? *object_pp : NULL; in zend_call_method()
102 obj_ce = object_pp ? Z_OBJCE_PP(object_pp) : NULL; in zend_call_method()
H A Dzend_interfaces.h41 ZEND_API zval* zend_call_method(zval **object_pp, zend_class_entry *obj_ce, zend_function **fn_prox…
H A Dzend_execute_API.c714 int call_user_function(HashTable *function_table, zval **object_pp, zval *function_name, zval *retv… in call_user_function() argument
729 …ex_retval = call_user_function_ex(function_table, object_pp, function_name, &local_retval_ptr, par… in call_user_function()
742 int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name, zval **… in call_user_function_ex() argument
748 fci.object_ptr = object_pp ? *object_pp : NULL; in call_user_function_ex()
H A Dzend_API.h434 ZEND_API int call_user_function(HashTable *function_table, zval **object_pp, zval *function_name, z…
435 ZEND_API int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name…
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c1342 zval **object_pp, in dbh_method_get() argument
1351 zval *object = *object_pp; in dbh_method_get()
1358 if ((fbc = std_object_handlers.get_method(object_pp, method_name, method_len TSRMLS_CC)) == NULL) { in dbh_method_get()
H A Dpdo_stmt.c2275 zval **object_pp, in dbstmt_method_get() argument
2284 zval *object = *object_pp; in dbstmt_method_get()
2699 zval **object_pp, in row_method_get() argument

Completed in 43 milliseconds