Home
last modified time | relevance | path

Searched refs:hot (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/simplexml/tests/
H A Dbug27010.phpt9 <drinks xmlns:hot="http://www.example.com/hot">
10 <hot:drink><hot:name>Coffee</hot:name></hot:drink>
11 <hot:drink><hot:name>Tea</hot:name></hot:drink>
23 foreach ($sxe->children('http://www.example.com/hot') as $element_name => $element) {
/PHP-8.1/Zend/
H A Dzend_vm_gen.php983 if ($hot === 'HOT_' || $hot === 'INLINE_') {
985 } else if ($hot === 'HOT_NOCONST_') {
987 } else if ($hot === 'HOT_NOCONSTCONST_') {
989 } else if ($hot === 'HOT_OBJ_') {
991 } else if ($hot === 'HOT_SEND_') {
999 if ($hot === 'COLD_') {
1003 } else if ($hot === 'COLD_CONST_') {
1005 } else if ($hot === 'COLD_CONSTCONST_') {
1007 } else if ($hot === 'HOT_OBJ_') {
1009 } else if ($hot === 'HOT_NOCONST_') {
[all …]
H A Dzend_portability.h239 # define ZEND_HOT __attribute__((hot))
257 # define ZEND_ATTRIBUTE_HOT_LABEL __attribute__((hot));
/PHP-8.1/build/
H A Dax_gcc_func_attribute.m446 # hot
149 [hot], [
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt46 All of the following columns are "too hot" - too server dependent

Completed in 20 milliseconds