Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/opcache/
H A DZendAccelerator.c210 (ZCG(counted) || ZCSG(accelerator_enabled))) { in ZEND_INI_MH()
541 if (ZCG(counted)) { in accel_deactivate_sub()
543 ZCG(counted) = 0; in accel_deactivate_sub()
1461 (!ZCG(counted) && !ZCSG(accelerator_enabled)) ||
1474 if (!ZCG(counted)) {
1475 ZCG(counted) = 1;
2081 if (ZCG(counted)) {
2088 ZCG(counted) = 0;
2342 ZCG(counted) = 0;
2748 if (ZCG(counted)) {
[all …]
H A DZendAccelerator.h254 int counted; /* the process uses shared memory */ member
H A Dzend_accelerator_module.c422 if (ZCG(enabled) && accel_startup_ok && (ZCG(counted) || ZCSG(accelerator_enabled))) { in zend_accel_info()
572 …add_assoc_bool(return_value, "opcache_enabled", ZCG(enabled) && (ZCG(counted) || ZCSG(accelerator_… in ZEND_FUNCTION()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI349 Multiple definitions of one name is counted as one.
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING326 bits are counted from the least significant end of each unit. In caseless mode,
H A DChangeLog2911 means that a class such as [\s] counted as "explicit reference to CR or
4113 5. Named capturing subpatterns were not being correctly counted when a pattern
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4560 tions are counted, but their entries in the offsets vector are never
6060 Opening parentheses are counted from left to right (starting from 1) to
6073 ing, and is not counted when computing the number of any subsequent
6619 tion contains capturing subpatterns within it, these are counted for
8473 what is counted are not the same. The PCRE_ERROR_RECURSIONLIMIT error
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic8937 # not counted, and causes file to continue, and try and match
18047 # A kludge to read the vendor string. It's a counted string, not a

Completed in 131 milliseconds