Home
last modified time | relevance | path

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

/PHP-8.0/Zend/tests/
H A Dbug30394.phpt9 return $this->_p[ $what ];
14 $this->_p[ $what ] = $value;
17 private $_p = array();
/PHP-8.0/Zend/
H A Dzend_hash.h947 for (; _p != _end; _p++) { \
960 _p--; \
994 _bucket = _p;
998 _bucket = _p;
1026 _h = _p->h;
1030 _h = _p->h;
1042 _h = _p->h; \
1047 _h = _p->h; \
1052 _h = _p->h; \
1057 _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.c1423 #define BINARY_OP(_op, _p, _pl, _pr) do { \ argument
1425 p = _p; \
1431 #define PREFIX_OP(_op, _p, _pl) do { \ argument
1433 p = _p; \
1443 #define POSTFIX_OP(_op, _p, _pl) do { \ argument
1445 p = _p; \
/PHP-8.0/ext/date/tests/
H A Doo_001.phpt14 class _p extends DatePeriod {
51 $p = new _p;
/PHP-8.0/ext/spl/
H A Dphp_spl.c486 return _p; in spl_find_registered_function()

Completed in 25 milliseconds