Lines Matching refs:test
1 if test -z "$SED"; then
8 if test "$PHP_PDO_OCI_TAIL1" = "a"; then
19 if test -f "$PDO_OCI_LCS"; then
23 elif test -f $PDO_OCI_LCS_BASE.9.0; then
36 AS_IF([test "$ac_cv_sizeof_long" -eq 4],[
45 if test -d "$PDO_OCI_DIR/lib" && test ! -d "$PDO_OCI_DIR/lib32"; then
47 elif test ! -d "$PDO_OCI_DIR/lib" && test -d "$PDO_OCI_DIR/lib32"; then
49 elif test -d "$PDO_OCI_DIR/lib" && test -d "$PDO_OCI_DIR/lib32"; then
64 if test "$PHP_PDO_OCI" != "no"; then
66 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
71 if test "$PHP_PDO_OCI" = "yes" || test -z "$PHP_PDO_OCI"; then
79 if test -z "$PDO_OCI_DIR"; then
85 if test "instantclient" = "`echo $PDO_OCI_DIR | cut -d, -f1`" ; then
88 AS_IF([test "$ac_cv_sizeof_long" -eq 4],[
110 if test -f "$OCISDKRPMINC/oci.h" ; then
113 elif test -f "$OCISDKMANINC/oci.h" ; then
116 elif test -f "$OCISDKZIPINC/oci.h" ; then
125 if test -d "$PDO_OCI_DIR/rdbms/public"; then
129 if test -d "$PDO_OCI_DIR/rdbms/demo"; then
133 if test -d "$PDO_OCI_DIR/network/public"; then
137 if test -d "$PDO_OCI_DIR/plsql/public"; then
141 if test -d "$PDO_OCI_DIR/include"; then
146 if test -f "$PDO_OCI_LIB_DIR/sysliblist"; then
148 elif test -f "$PDO_OCI_DIR/rdbms/lib/sysliblist"; then