Home
last modified time | relevance | path

Searched refs:_p (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/Zend/tests/
H A Dbug30394.phpt9 return $this->_p[ $what ];
14 $this->_p[ $what ] = $value;
17 private $_p = array();
/PHP-7.0/Zend/
H A Dzend_hash.h773 for (; _p != _end; _p++) { \
796 _bucket = _p;
812 _h = _p->h;
820 _h = _p->h; \
825 _h = _p->h; \
835 _h = _p->h; \
846 _h = _p->h; \
852 _h = _p->h; \
862 _h = _p->h; \
868 _bucket = _p;
[all …]
H A Dzend_gc.h139 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 Dzend_ast.c984 #define BINARY_OP(_op, _p, _pl, _pr) do { \ argument
986 p = _p; \
992 #define PREFIX_OP(_op, _p, _pl) do { \ argument
994 p = _p; \
1004 #define POSTFIX_OP(_op, _p, _pl) do { \ argument
1006 p = _p; \
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c2279 if (Z_REFCOUNTED(_p->val) && Z_DELREF(_p->val) == 0) { in zend_accel_fast_shutdown()
2280 accel_fast_zval_dtor(&_p->val); in zend_accel_fast_shutdown()
2282 zend_accel_fast_del_bucket(&EG(symbol_table), HT_IDX_TO_HASH(_idx-1), _p); in zend_accel_fast_shutdown()
2288 zend_function *func = Z_PTR(_p->val); in zend_accel_fast_shutdown()
2305 zend_class_entry *ce = Z_PTR(_p->val); in zend_accel_fast_shutdown()
2338 zend_accel_fast_del_bucket(EG(class_table), HT_IDX_TO_HASH(_idx-1), _p); in zend_accel_fast_shutdown()
2347 zend_function *func = Z_PTR(_p->val); in zend_accel_fast_shutdown()
2357 zend_class_entry *ce = Z_PTR(_p->val); in zend_accel_fast_shutdown()
2362 zend_accel_fast_del_bucket(EG(class_table), HT_IDX_TO_HASH(_idx-1), _p); in zend_accel_fast_shutdown()
2368 zend_constant *c = Z_PTR(_p->val); in zend_accel_fast_shutdown()
[all …]

Completed in 25 milliseconds