Searched refs:_p (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/Zend/tests/ |
H A D | bug30394.phpt | 9 return $this->_p[ $what ]; 14 $this->_p[ $what ] = $value; 17 private $_p = array();
|
/PHP-7.1/Zend/ |
H A D | zend_hash.h | 800 for (; _p != _end; _p++) { \ 823 _bucket = _p; 839 _h = _p->h; 847 _h = _p->h; \ 852 _h = _p->h; \ 862 _h = _p->h; \ 873 _h = _p->h; \ 879 _h = _p->h; \ 889 _h = _p->h; \ 895 _bucket = _p; [all …]
|
H A D | zend_gc.h | 139 zend_refcounted *_p = (zend_refcounted*)(p); \ in END_EXTERN_C() 140 if (GC_ADDRESS(GC_INFO(_p))) { \ in END_EXTERN_C() 141 gc_remove_from_buffer(_p); \ in END_EXTERN_C()
|
H A D | zend_ast.c | 987 #define BINARY_OP(_op, _p, _pl, _pr) do { \ argument 989 p = _p; \ 995 #define PREFIX_OP(_op, _p, _pl) do { \ argument 997 p = _p; \ 1007 #define POSTFIX_OP(_op, _p, _pl) do { \ argument 1009 p = _p; \
|
/PHP-7.1/ext/opcache/ |
H A D | ZendAccelerator.c | 2323 if (Z_REFCOUNTED(_p->val) && Z_DELREF(_p->val) == 0) { in zend_accel_fast_shutdown() 2324 accel_fast_zval_dtor(&_p->val); in zend_accel_fast_shutdown() 2326 zend_accel_fast_del_bucket(&EG(symbol_table), HT_IDX_TO_HASH(_idx-1), _p); in zend_accel_fast_shutdown() 2332 zend_function *func = Z_PTR(_p->val); in zend_accel_fast_shutdown() 2349 zend_class_entry *ce = Z_PTR(_p->val); in zend_accel_fast_shutdown() 2382 zend_accel_fast_del_bucket(EG(class_table), HT_IDX_TO_HASH(_idx-1), _p); in zend_accel_fast_shutdown() 2391 zend_function *func = Z_PTR(_p->val); in zend_accel_fast_shutdown() 2401 zend_class_entry *ce = Z_PTR(_p->val); in zend_accel_fast_shutdown() 2406 zend_accel_fast_del_bucket(EG(class_table), HT_IDX_TO_HASH(_idx-1), _p); in zend_accel_fast_shutdown() 2412 zend_constant *c = Z_PTR(_p->val); in zend_accel_fast_shutdown() [all …]
|
Completed in 23 milliseconds