Home
last modified time | relevance | path

Searched refs:type1 (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/standard/tests/array/
H A Darray_merge.phpt79 var_dump(array_merge($begin_array[4], (array)"type1", (array)10, (array)12.34));
741 string(5) "type1"
/PHP-7.3/ext/standard/
H A Darray.c2761 int type1, type2; local
2765 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) {
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c85117 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