Home
last modified time | relevance | path

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

/PHP-7.3/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-7.3/Zend/
H A Dzend_vm_gen.php1067 if ($hot === 'HOT_') {
1069 } else if ($hot === 'HOT_NOCONST_') {
1071 } else if ($hot === 'HOT_OBJ_') {
1073 } else if ($hot === 'HOT_SEND_') {
1081 if ($hot === 'COLD_') {
1083 } else if ($hot === 'COLD_CONST_') {
1085 } else if ($hot === 'COLD_CONSTCONST_') {
1087 } else if ($hot === 'HOT_OBJ_') {
1089 } else if ($hot === 'HOT_NOCONST_') {
2349 $hot = !empty($m[1]) ? $m[1] : false;
[all …]
H A Dzend_portability.h221 # define ZEND_HOT __attribute__((hot))
240 # define ZEND_ATTRIBUTE_HOT_LABEL __attribute__((hot));
/PHP-7.3/build/
H A Dax_gcc_func_attribute.m446 # hot
149 [hot], [
/PHP-7.3/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 25 milliseconds