jakubmisek on master
core: avoids string alloc in ty… mysqli: fixes missing get_resul… (compare)
jakubmisek on v1.0.20
@calvinbaart we've changed the getLastError()
implementation so it never returns FALSE
. Note in PHP it does return FALSE
sometimes but it is not documented and I think developers (and frameworks) do not expect it anyway.
The only scenario where it can be used would be if someone would like to check if any of date-parsing function were used already by checking getLastError()
is FALSE
.
eval()
think is not ready for it yet. Note compiler needs the whole context, all the classes and dependencies. It cannot just compile a piece of it, or at least not efficiently.
0.9.9
to 1.0.0
(-dev
)!
class X {
function __construct(int ...$args) {
//print_r( $args );
}
}
PEAR_Error
?