Searched refs:errstatus (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/bcmath/libbcmath/ |
H A D | mkinstalldirs | 8 errstatus=0 27 errstatus=$lasterr 34 exit $errstatus
|
/PHP-5.3/build/ |
H A D | shtool | 952 errstatus=0 958 errstatus=1 969 mkdir $p || errstatus=$? 974 chown $opt_o $p || errstatus=$? 980 chgrp $opt_g $p || errstatus=$? 986 chmod $opt_m $p || errstatus=$? 1006 mkdir $pathcomp || errstatus=$? 1011 chown $opt_o $pathcomp || errstatus=$? 1017 chgrp $opt_g $pathcomp || errstatus=$? 1023 chmod $opt_m $pathcomp || errstatus=$? [all …]
|
/PHP-5.3/ext/oci8/ |
H A D | oci8.c | 1072 sword errstatus; in PHP_INI_END() local 1076 errstatus = OCIEnvNlsCreate(&OCI_G(env), PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, 0, 0); in PHP_INI_END() 1078 if (errstatus == OCI_ERROR) { in PHP_INI_END() 1095 errstatus = OCIHandleAlloc (OCI_G(env), (dvoid **)&OCI_G(err), OCI_HTYPE_ERROR, 0, NULL); in PHP_INI_END() 1097 if (errstatus == OCI_SUCCESS) { in PHP_INI_END() 1123 if (errstatus == OCI_SUCCESS_WITH_INFO) { in PHP_INI_END() 1701 sword errstatus; in php_oci_fetch_sqltext_offset() local 1707 if (errstatus != OCI_SUCCESS) { in php_oci_fetch_sqltext_offset() 1708 statement->errcode = php_oci_error(statement->err, errstatus TSRMLS_CC); in php_oci_fetch_sqltext_offset() 1715 if (errstatus != OCI_SUCCESS) { in php_oci_fetch_sqltext_offset() [all …]
|
Completed in 18 milliseconds