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