Home
last modified time | relevance | path

Searched refs:counted (Results 1 – 16 of 16) sorted by relevance

/php-src/ext/zlib/tests/
H A Dgzgetc_basic_1.phpt28 echo "\ncharacters counted=$count\n";
41 characters counted=176
H A Dgzgetc_basic.phpt28 echo "\ncharacters counted=$count\n";
40 characters counted=176
/php-src/ext/standard/tests/serialize/
H A Dcounting_of_references.phpt2 References are not counted twice
H A Dmax_depth.phpt90 // If depth limit is overridden, the depth should be counted
/php-src/Zend/tests/generators/errors/
H A Dcount_error.phpt2 Generators can't be counted
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst40 All of the reference counted types share a common initial struct sequence.
71 use the provided macros. There are macros that work with reference counted types directly, prefixed
100 Whether the macro works with non-reference counted types. If it does, the operation is usually a
128 …Whether the macro works with immutable types, described under `Immutable reference counted types`_.
140 In PHP, arrays and strings are value types. Since they are also reference counted types, this
155 Immutable reference counted types
158 Sometimes, even a reference counted type is not reference counted. When PHP runs in a multi-process
219 ``GC_IMMUTABLE`` has been discussed in `Immutable reference counted types`_.
H A Dzval.rst47 zend_refcounted *counted;
71 ``counted``. ``counted`` polymorphically refers to any `reference counted <todo>`__ value, including
155 - Same as ``ZVAL_COPY_VALUE``, but if the value is reference counted, increase the counter.
221 copying data from one ``zval`` to another. Normally, ``zval.value.counted`` is copied as a generic
H A Dzend_string.rst188 Interned strings are *not* reference counted, as they are expected to live for the entire request,
/php-src/ext/standard/tests/array/
H A Dcount_invalid.phpt2 Only arrays and countable objects can be counted
/php-src/ext/mbstring/tests/
H A Dmb_substr_count.phpt64 // needle, that match would be disregarded and not counted in the returned value
/php-src/ext/opcache/
H A DZendAccelerator.h198 bool counted; /* the process uses shared memory */ member
H A DZendAccelerator.c358 if (ZCG(counted)) { in accel_deactivate_sub()
361 ZCG(counted) = false; in accel_deactivate_sub()
479 if (!ZCG(counted)) { in accel_find_interned_string()
483 ZCG(counted) = true; in accel_find_interned_string()
568 if (ZCG(counted)) { in accel_new_interned_string_for_php()
600 if (ZCG(counted)) { in accel_init_interned_string_for_php()
814 ZCG(counted) = true; in accel_use_shm_interned_strings()
2089 if (!ZCG(counted)) { in persistent_compile_file()
2656 if (ZCG(counted)) { in accel_activate()
3440 ZCG(counted) = true;
[all …]
/php-src/Zend/
H A Dzend_types.h318 zend_refcounted *counted; member
696 #define Z_COUNTED(zval) (zval).value.counted
/php-src/
H A D.gdbinit167 printf "(refcount=%d) ", $zvalue->value.counted->gc.refcount
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます14828 # number of clusters in image; empty clusters at the end are not saved and counted like: 2372 2848
17351 # not counted, and causes file to continue, and try and match
38583 # A kludge to read the vendor string. It's a counted string, not a
H A Dmagic14828 # number of clusters in image; empty clusters at the end are not saved and counted like: 2372 2848
17351 # not counted, and causes file to continue, and try and match
38583 # A kludge to read the vendor string. It's a counted string, not a

Completed in 295 milliseconds