Home
last modified time | relevance | path

Searched refs:ttype (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c635 if(ttype(t1)!=ttype(t2))return 0; in luaO_rawequalObj()
801 switch(ttype(o)){
1357 switch(ttype(key)){
1632 switch(ttype(key)){
4835 if(ttype(l)!=ttype(r))
4847 if(ttype(l)!=ttype(r))
4861 switch(ttype(t1)){
5495 switch(ttype(o)){
5513 switch(ttype(o)){
5641 switch(ttype(o)){
[all …]
/PHP-8.3/ext/imap/
H A Dphp_imap.c4485 zend_long ttype, timeout=-1; in PHP_FUNCTION() local
4488 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|l", &ttype, &timeout) == FAILURE) { in PHP_FUNCTION()
4493 switch (ttype) { in PHP_FUNCTION()
4514 switch (ttype) { in PHP_FUNCTION()

Completed in 31 milliseconds