Home
last modified time | relevance | path

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

/PHP-5.5/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.c680 int call_user_function(HashTable *function_table, zval **object_pp, zval *function_name, zval *retv… in call_user_function() argument
695 …ex_retval = call_user_function_ex(function_table, object_pp, function_name, &local_retval_ptr, par… in call_user_function()
708 int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name, zval **… in call_user_function_ex() argument
714 fci.object_ptr = object_pp ? *object_pp : NULL; in call_user_function_ex()
H A Dzend_API.h450 ZEND_API int call_user_function(HashTable *function_table, zval **object_pp, zval *function_name, z…
451 ZEND_API int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name…
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1359 zval **object_pp, in dbh_method_get() argument
1368 zval *object = *object_pp; in dbh_method_get()
1375 …if ((fbc = std_object_handlers.get_method(object_pp, method_name, method_len, key TSRMLS_CC)) == N… in dbh_method_get()
H A Dpdo_stmt.c2257 zval **object_pp, in dbstmt_method_get() argument
2266 zval *object = *object_pp; in dbstmt_method_get()
2692 zval **object_pp, in row_method_get() argument

Completed in 60 milliseconds