Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp245 U_CFUNC zend_function *IntlPartsIterator_get_method(zend_object **object_ptr, zend_string *method, … in IntlPartsIterator_get_method() argument
260 IntlIterator_object *obj = php_intl_iterator_fetch_object(*object_ptr); in IntlPartsIterator_get_method()
263 *object_ptr = Z_OBJ_P(break_iter_zv); in IntlPartsIterator_get_method()
264 ret = Z_OBJ_HANDLER_P(break_iter_zv, get_method)(object_ptr, method, key); in IntlPartsIterator_get_method()
269 ret = std_object_handlers.get_method(object_ptr, method, key); in IntlPartsIterator_get_method()
/PHP-7.0/Zend/
H A Dzend_vm_execute.h17610 zval *object_ptr; local
17655 object_ptr = Z_REFVAL_P(object_ptr);
19277 zval *object_ptr; local
19322 object_ptr = Z_REFVAL_P(object_ptr);
20836 zval *object_ptr; local
20881 object_ptr = Z_REFVAL_P(object_ptr);
22563 object_ptr = Z_REFVAL_P(object_ptr);
32132 object_ptr = Z_REFVAL_P(object_ptr);
34927 object_ptr = Z_REFVAL_P(object_ptr);
37207 object_ptr = Z_REFVAL_P(object_ptr);
[all …]
H A Dzend_vm_def.h2180 zval *object_ptr; variable
2187 object_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
2196 if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
2199 SEPARATE_ARRAY(object_ptr);
2207 SEPARATE_ARRAY(object_ptr);
2224 if (EXPECTED(Z_ISREF_P(object_ptr))) {
2225 object_ptr = Z_REFVAL_P(object_ptr);
2226 if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
2237 if (EXPECTED(Z_STRLEN_P(object_ptr) != 0)) {
2254 zval_ptr_dtor_nogc(object_ptr);
[all …]
/PHP-7.0/ext/com_dotnet/
H A Dcom_handlers.c258 static union _zend_function *com_method_get(zend_object **object_ptr, zend_string *name, const zval… in com_method_get() argument
263 php_com_dotnet_object *obj = (php_com_dotnet_object*)*object_ptr; in com_method_get()

Completed in 144 milliseconds