Searched defs:zerrno (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) { 70 if (zerrno) { 71 zval_dtor(zerrno); 72 ZVAL_LONG(zerrno, 0); 94 if (zerrno) { 95 zval_dtor(zerrno); 96 ZVAL_LONG(zerrno, err);
|
| 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) { 122 if (zerrno) { 123 zval_dtor(zerrno); 124 ZVAL_LONG(zerrno, 0); 150 if (zerrno) { 151 zval_dtor(zerrno); 152 ZVAL_LONG(zerrno, err); 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, [all...] |
Completed in 3 milliseconds