Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add properties method for Php::Value #116

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add properties method for Php::Value #116

wants to merge 3 commits into from

Commits on Jul 10, 2014

  1. Add properties method for Php::Value

    This method can get property names.
    When the only_public argument is false, we can get all properties. and
    the private & protected property names are also the normal names, no
    such prefix `\0XXX\0`. This is the different place with the `keys`
    method.
    andot committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    a27ad47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6988cd View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2014

  1. Configuration menu
    Copy the full SHA
    6bb8329 View commit details
    Browse the repository at this point in the history