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

我看鸟哥md文档中所有code引用都是 ```c,四个 #25

Open
sunmenghua opened this issue Dec 22, 2015 · 2 comments
Open

我看鸟哥md文档中所有code引用都是 ```c,四个 #25

sunmenghua opened this issue Dec 22, 2015 · 2 comments

Comments

@sunmenghua
Copy link

md的code引用是 ``` + language 就够了:

try_again:
swtich (Z_TYPE_P(zv)) {
    case IS_TRING:
    break;
    case IS_ARRAY:
    break;
    ...
    case IS_REFERNCE:
    zv = Z_REFVAL_P(zv); //解引用
    goto try_again;
    break;  
}
@qtsunami
Copy link

@laruence 深入理解PHP7之REFERENCE中的 case IS_TRING 应该是IS_STRING吧

@laruence
Copy link
Owner

恩, 笔误

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants