Home
last modified time | relevance | path

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

/PHP-8.2/Zend/tests/
H A Dbug30394.phpt9 return $this->_p[ $what ];
14 $this->_p[ $what ] = $value;
17 private $_p = array();
/PHP-8.2/Zend/
H A Dzend_hash.h1058 _p--; \
1237 for (; _p != _end; _p++) { \
1253 _p--; \
1284 _bucket = _p;
1288 _bucket = _p;
1292 _bucket = _p;
1324 _h = _p->h;
1328 _h = _p->h;
1340 _h = _p->h; \
1345 _h = _p->h; \
[all …]
H A Dzend_gc.h59 zend_refcounted *_p = (zend_refcounted*)(p); \
60 if (GC_TYPE_INFO(_p) & GC_INFO_MASK) { \
61 gc_remove_from_buffer(_p); \
H A Dzend_ast.c1641 #define BINARY_OP(_op, _p, _pl, _pr) do { \ argument
1643 p = _p; \
1649 #define PREFIX_OP(_op, _p, _pl) do { \ argument
1651 p = _p; \
1661 #define POSTFIX_OP(_op, _p, _pl) do { \ argument
1663 p = _p; \
/PHP-8.2/ext/date/tests/
H A Doo_001.phpt14 class _p extends DatePeriod {
51 $p = new _p;
/PHP-8.2/ext/spl/
H A Dphp_spl.c496 return _p; in spl_find_registered_function()

Completed in 27 milliseconds