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

Update zvals.rst #2

Open
wants to merge 2 commits into
base: php7_turkish
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Book/.DS_Store
Binary file not shown.
12 changes: 5 additions & 7 deletions Book/php7/zvals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@ Zvals
=====

..
Writing this I'm assuming that in the previous chapter basic extension syntax was introduced und people know how to
define a function without arginfo or zpp. So this chapter can have PHP_FUNCTION examples, just without heavy zpp
usage
Bir önceki bölümde temel söz dizimi tanıtıldı ve insaların arginfo ve zpp dışındaki fonksiyon tanımlamalarını bildiklerini varsayıyorum. Bu bölümde ağır zpp kulanımları olmayan PHP_FUNCTION örnekleri vardır.


In this chapter the "zval" data structure, which is used to represent PHP values, is introduced. We explain the concepts
behind zvals and how to use them in extension code.
Bu bölümde, PHP değerlerini temsil etmek için kullanılan "zval" veri yapısı tanıtılıyor.Zvals'ın ardındaki kavramları ve bu kavramların kod kısmında nasıl kullanılıcağını açıklıyoruz.

Contents:
İçerik:

.. toctree::
:maxdepth: 2

zvals/basic_structure.rst
zvals/memory_management.rst
zvals/casts_and_operations.rst
zvals/casts_and_operations.rst