Searched refs:_p (Results 1 – 8 of 8) sorted by relevance
9 return $this->_p[ $what ];14 $this->_p[ $what ] = $value;17 private $_p = array();
1074 _p--; \1253 for (; _p != _end; _p++) { \1269 _p--; \1300 _bucket = _p;1304 _bucket = _p;1308 _bucket = _p;1340 _h = _p->h;1344 _h = _p->h;1356 _h = _p->h; \1361 _h = _p->h; \[all …]
78 zend_refcounted *_p = (zend_refcounted*)(p); \79 if (GC_TYPE_INFO(_p) & GC_INFO_MASK) { \80 gc_remove_from_buffer(_p); \
718 zend_refcounted_h *_p = &(p)->gc; \719 if (zend_gc_delref(_p) == 0) { \720 rc_dtor_func((zend_refcounted *)_p); \722 gc_check_possible_root((zend_refcounted *)_p); \728 zend_refcounted_h *_p = &(p)->gc; \729 if (zend_gc_delref(_p) == 0) { \730 rc_dtor_func((zend_refcounted *)_p); \732 gc_check_possible_root_no_ref((zend_refcounted *)_p); \
1747 #define BINARY_OP(_op, _p, _pl, _pr) do { \ argument1749 p = _p; \1755 #define PREFIX_OP(_op, _p, _pl) do { \ argument1757 p = _p; \1767 #define POSTFIX_OP(_op, _p, _pl) do { \ argument1769 p = _p; \
14 class _p extends DatePeriod {51 $p = new _p;72 DateObjectError: Object of type _p (inheriting DatePeriod) has not been correctly initialized by ca…73 DateObjectError: Object of type _p (inheriting DatePeriod) has not been correctly initialized by ca…
563 uint32_t *_p = _set->data; \564 for (_i = 0; _i < _len; _p++, _i++) { \565 (bit) = *_p; \
493 return _p; in spl_find_registered_function()
Completed in 39 milliseconds