Searched defs:as (Results 1 – 3 of 3) sorted by relevance
/PHP-5.5/main/ |
H A D | php_streams.h | 481 #define php_stream_can_cast(stream, as) _php_stream_cast((stream), (as), NULL, 0 TSRMLS_CC) argument 482 #define php_stream_cast(stream, as, ret, show_err) _php_stream_cast((stream), (as), (ret), (show_er… argument
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gd.c | 1205 double as = sin (atan2 (dy, dx)); in gdImageLine() local 1422 double as = sin(atan2(dy, dx)); in gdImageDashedLine() local 1472 double as = sin (atan2 (dy, dx)); in gdImageDashedLine() local
|
/PHP-5.5/ext/openssl/ |
H A D | openssl.c | 1462 ASN1_STRING *as; in openssl_x509v3_subjectAltName() local
|
Completed in 29 milliseconds