Searched refs:type1 (Results 1 – 3 of 3) sorted by relevance
79 var_dump(array_merge($begin_array[4], (array)"type1", (array)10, (array)12.34));741 string(5) "type1"
2761 int type1, type2; local2765 type1 = is_numeric_string(Z_STRVAL_P(zlow), Z_STRLEN_P(zlow), NULL, NULL, 0);2768 if (type1 == IS_DOUBLE || type2 == IS_DOUBLE || is_step_double) {2770 } else if (type1 == IS_LONG || type2 == IS_LONG) {
85117 u16 type1; /* Numeric type of left operand */85125 type1 = numericType(pIn1);85130 if( (type1 & type2 & MEM_Int)!=0 ){85188 if( ((type1|type2)&MEM_Real)==0 && !bIntint ){
Completed in 475 milliseconds