Ejemplo n.º 1
0
Variant& c_stdclass::o_lvalPrivate(CStrRef s, int64 hash) {
  return o_lvalPublic(s, hash);
}
Ejemplo n.º 2
0
Variant& c_stdclass::o_lval(CStrRef prop, int64 phash, const char *context, int64 hash) {
  return o_lvalPublic(prop, phash);
}
Ejemplo n.º 3
0
Variant& c___php_incomplete_class::o_lvalPrivate(CStrRef s, int64 hash) {
  return o_lvalPublic(s, hash);
}
Ejemplo n.º 4
0
Variant& c___php_incomplete_class::o_lval(CStrRef prop, int64 phash, const char *context, int64 hash) {
  return o_lvalPublic(prop, phash);
}