Searched defs:zerrstr (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | fsock.c | 37 zval *zerrno = NULL, *zerrstr = NULL; local 50 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lzzd", &host, &host_len, &port, &zerrno, &zerrstr, &timeout) == FAILURE) { 74 if (zerrstr) { 75 zval_dtor(zerrstr); 76 ZVAL_STRING(zerrstr, "", 1); 98 if (zerrstr && errstr) { 100 zval_dtor(zerrstr); 101 ZVAL_STRING(zerrstr, errstr, 0); 103 else if (!zerrstr && errstr) {
|
| H A D | streamsfuncs.c | 90 zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL; local 103 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|zzdlr", &host, &host_len, &zerrno, &zerrstr, &timeout, &flags, &zcontext) == FAILURE) { 126 if (zerrstr) { 127 zval_dtor(zerrstr); 128 ZVAL_STRING(zerrstr, "", 1); 154 if (zerrstr && errstr) { 156 zval_dtor(zerrstr); 157 ZVAL_STRING(zerrstr, errstr, 0); 179 zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL; local 188 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|zzlr", &host, &host_len, &zerrno, &zerrstr, [all...] |
Completed in 3 milliseconds