Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_iterators.c127 } caching; member
1362 array_init(&intern->u.caching.zcache); in spl_dual_it_construct()
1508 if (intern->u.caching.zstr) { in spl_dual_it_free()
1510 intern->u.caching.zstr = NULL; in spl_dual_it_free()
2103 zval_ptr_dtor(&object->u.caching.zcache); in spl_dual_it_free_storage()
2328 intern->u.caching.flags |= CIT_VALID; in spl_caching_it_next()
2384 intern->u.caching.flags &= ~CIT_VALID; in spl_caching_it_next()
2482 if (intern->u.caching.zstr) { in PHP_METHOD()
2483 RETURN_STR_COPY(intern->u.caching.zstr); in PHP_METHOD()
2612 RETURN_LONG(intern->u.caching.flags); in PHP_METHOD()
[all …]
/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_tree_walk.phpt39 echo "-- On document, after caching followed by removing --\n";
84 -- On document, after caching followed by removing --
H A DDOMDocument_liveness_caching_invalidation.phpt2 DOMDocument liveness caching invalidation by textContent
/php-src/ext/curl/tests/
H A Dcurl_multi_segfault.phpt2 Segfault due to libcurl connection caching
/php-src/ext/mysqli/tests/
H A Dmysqli_pconn_reuse.phpt2 mysqli_pconnect() - reusing/caching persistent connections - TODO
/php-src/ext/opcache/
H A Dconfig.m4347 …AC_MSG_ERROR([No supported shared memory caching support was found when configuring opcache. Check…
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst184 Opcache also performs some optimizations on the opcodes before caching them. As opcaches are
/php-src/
H A Dphp.ini-development1404 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1405 ; or leave this empty to avoid sending anti-caching headers.
1670 ; Enables or disables WSDL caching feature.
1801 ; SHM reset. The default "" disables file based caching.
1804 ; Enables or disables opcode caching in shared memory.
1844 ; Prevents caching files that are less than this number of seconds old. It
1845 ; protects from caching of incompletely updated files. In case all file updates
H A Dphp.ini-production1406 ; Set to {nocache,private,public,} to determine HTTP caching aspects
1407 ; or leave this empty to avoid sending anti-caching headers.
1672 ; Enables or disables WSDL caching feature.
1803 ; SHM reset. The default "" disables file based caching.
1806 ; Enables or disables opcode caching in shared memory.
1846 ; Prevents caching files that are less than this number of seconds old. It
1847 ; protects from caching of incompletely updated files. In case all file updates
/php-src/ext/soap/tests/bugs/
H A Dbug37083.phpt2 Bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS)

Completed in 39 milliseconds