Beispiel #1
0
bool c_stdclass::o_existsPrivate(CStrRef s, int64 hash) const {
  return o_existsPublic(s, hash);
}
Beispiel #2
0
bool c_stdclass::o_exists(CStrRef prop, int64 phash, const char *context, int64 hash) const {
  return o_existsPublic(prop, phash);
}
Beispiel #3
0
bool c___php_incomplete_class::o_existsPrivate(CStrRef s, int64 hash) const {
  return o_existsPublic(s, hash);
}
Beispiel #4
0
bool c___php_incomplete_class::o_exists(CStrRef prop, int64 phash, const char *context, int64 hash) const {
  return o_existsPublic(prop, phash);
}