Home
last modified time | relevance | path

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

/PHP-8.4/Zend/tests/
H A Dbug30394.phpt9 return $this->_p[ $what ];
14 $this->_p[ $what ] = $value;
17 private $_p = array();
/PHP-8.4/Zend/
H A Dzend_hash.h1062 _p--; \
1241 for (; _p != _end; _p++) { \
1257 _p--; \
1288 _bucket = _p;
1292 _bucket = _p;
1296 _bucket = _p;
1328 _h = _p->h;
1332 _h = _p->h;
1344 _h = _p->h; \
1349 _h = _p->h; \
[all …]
H A Dzend_gc.h78 zend_refcounted *_p = (zend_refcounted*)(p); \
79 if (GC_TYPE_INFO(_p) & GC_INFO_MASK) { \
80 gc_remove_from_buffer(_p); \
H A Dzend_types.h718 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); \
H A Dzend_ast.c1747 #define BINARY_OP(_op, _p, _pl, _pr) do { \ argument
1749 p = _p; \
1755 #define PREFIX_OP(_op, _p, _pl) do { \ argument
1757 p = _p; \
1767 #define POSTFIX_OP(_op, _p, _pl) do { \ argument
1769 p = _p; \
/PHP-8.4/ext/date/tests/
H A Doo_001.phpt14 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…
/PHP-8.4/ext/opcache/jit/ir/
H A Dir_private.h563 uint32_t *_p = _set->data; \
564 for (_i = 0; _i < _len; _p++, _i++) { \
565 (bit) = *_p; \
/PHP-8.4/ext/spl/
H A Dphp_spl.c493 return _p; in spl_find_registered_function()

Completed in 48 milliseconds