Home
last modified time | relevance | path

Searched refs:phi (Results 1 – 13 of 13) sorted by relevance

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_ssa.c87 phi->pi = from; in add_pi()
88 phi->var = var; in add_pi()
105 return phi; in add_pi()
547 var[phi->var] = phi->ssa_var; in zend_ssa_rename()
549 phi = phi->next; in zend_ssa_rename()
897 phi = dfg.use; in zend_build_ssa()
1060 ssa_vars[phi->ssa_var].var = phi->var; in zend_ssa_compute_use_def_chains()
1061 ssa_vars[phi->ssa_var].definition_phi = phi; in zend_ssa_compute_use_def_chains()
1070 ssa_vars[phi->sources[0]].phi_use_chain = phi; in zend_ssa_compute_use_def_chains()
1095 ssa_vars[phi->sources[j]].phi_use_chain = phi; in zend_ssa_compute_use_def_chains()
[all …]
H A Dzend_inference.c3449 zend_ssa_phi *phi; in can_convert_to_double() local
3556 for (phi = var->phi_use_chain; phi; phi = zend_ssa_next_use_phi(ssa, var_num, phi)) { in can_convert_to_double()
3558 type = ssa->var_info[phi->ssa_var].type; in can_convert_to_double()
3563 if (!can_convert_to_double(op_array, ssa, phi->ssa_var, value, visited)) { in can_convert_to_double()
/PHP-7.1/ext/standard/html_tables/
H A Dents_html401.txt144 phi 03C6
H A Dents_xhtml.txt176 phi 03C6
H A Dents_html5.txt1605 phi 003C6
/PHP-7.1/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt238 [φ] => φ
H A Dget_html_translation_table_basic2.phpt415 string(5) "φ"
924 string(5) "φ"
1431 string(5) "φ"
H A Dhtml_entity_decode_html4.phpt159 "φ",
H A Dget_html_translation_table_basic1.phpt402 string(5) "φ"
H A Dhtmlentities_html4.phpt215 φ U+003C6
H A Dget_html_translation_table_basic5.phpt1209 [φ] => φ
H A Dhtml_entity_decode_html5.phpt1610 "φ",
3744 φ => φ cf86
H A Dhtmlentities_html5.phpt420 φ U+003C6

Completed in 36 milliseconds