Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/standard/
H A Darray.c1620 int type1, type2; in PHP_FUNCTION() local
1624 type1 = is_numeric_string(Z_STRVAL_P(zlow), Z_STRLEN_P(zlow), NULL, NULL, 0); in PHP_FUNCTION()
1627 if (type1 == IS_DOUBLE || type2 == IS_DOUBLE || is_step_double) { in PHP_FUNCTION()
1629 } else if (type1 == IS_LONG || type2 == IS_LONG) { in PHP_FUNCTION()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c72281 u16 type1; /* Numeric type of left operand */
72289 type1 = numericType(pIn1);
72295 if( (type1 & type2 & MEM_Int)!=0 ){
72351 if( ((type1|type2)&MEM_Real)==0 && !bIntint ){

Completed in 356 milliseconds