Home
last modified time | relevance | path

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

/PHP-7.4/ext/zlib/tests/
H A Dgzgetc_basic.phpt28 echo "\ncharacters counted=$count\n";
41 characters counted=176
H A Dgzgetc_basic_1.phpt28 echo "\ncharacters counted=$count\n";
42 characters counted=176
/PHP-7.4/ext/standard/tests/serialize/
H A Dcounting_of_references.phpt2 References are not counted twice
H A Dmax_depth.phpt77 // If depth limit is overridden, the depth should be counted
/PHP-7.4/Zend/tests/generators/errors/
H A Dcount_error.phpt2 Generators can't be counted
/PHP-7.4/ext/standard/tests/array/
H A Dcount_invalid.phpt2 Only arrays and countable objects can be counted
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h197 int counted; /* the process uses shared memory */ member
H A DZendAccelerator.c340 if (ZCG(counted)) { in accel_deactivate_sub()
343 ZCG(counted) = 0; in accel_deactivate_sub()
449 if (!ZCG(counted)) { in accel_find_interned_string()
453 ZCG(counted) = 1; in accel_find_interned_string()
530 if (ZCG(counted)) { in accel_new_interned_string_for_php()
564 if (ZCG(counted)) { in accel_init_interned_string_for_php()
759 ZCG(counted) = 1; in accel_use_shm_interned_strings()
761 ZCG(counted) = 0; in accel_use_shm_interned_strings()
2039 ZCG(counted) = 1; in persistent_compile_file()
2420 ZCG(counted) = 0; in accel_activate()
[all …]
/PHP-7.4/Zend/
H A Dzend_types.h179 zend_refcounted *counted; member
489 #define Z_COUNTED(zval) (zval).value.counted
/PHP-7.4/
H A D.gdbinit167 printf "(refcount=%d) ", $zvalue->value.counted->gc.refcount
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます14215 # not counted, and causes file to continue, and try and match
28504 # A kludge to read the vendor string. It's a counted string, not a
H A Dmagic14215 # not counted, and causes file to continue, and try and match
28504 # A kludge to read the vendor string. It's a counted string, not a

Completed in 166 milliseconds