Home
last modified time | relevance | path

Searched refs:RETURN_STRING (Results 51 – 64 of 64) sorted by relevance

123

/php-src/ext/ldap/
H A Dldap.c2877 RETURN_STRING(ldap_err2string(perrno)); in PHP_FUNCTION()
2897 RETURN_STRING(ldap_err2string(ld_errno)); in PHP_FUNCTION()
/php-src/ext/snmp/
H A Dsnmp.c1658 RETURN_STRING(snmp_object->snmp_errstr); in PHP_METHOD()
/php-src/ext/sockets/
H A Dsockets.c1194 RETURN_STRING(sockets_strerror(arg1));
/php-src/ext/sqlite3/
H A Dsqlite3.c354 RETURN_STRING((char *)sqlite3_errmsg(db_obj->db)); in PHP_METHOD()
/php-src/ext/pdo/
H A Dpdo_stmt.c1531 RETURN_STRING(stmt->error_code); in PHP_METHOD()
/php-src/ext/pcre/
H A Dphp_pcre.c3024 RETURN_STRING(php_pcre_get_error_msg(PCRE_G(error_code))); in PHP_FUNCTION()
/php-src/ext/date/
H A Dphp_date.c4253 RETURN_STRING(tzid); in PHP_FUNCTION()
5379 RETURN_STRING(tzdb->version); in PHP_FUNCTION()
/php-src/ext/dom/
H A Dphp_dom.c2239 RETURN_STRING(str); in php_dom_get_content_into_zval()
/php-src/ext/exif/
H A Dexif.c2786 RETURN_STRING(szTemp); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_API.h1041 #define RETURN_STRING(s) do { RETVAL_STRING(s); return; } while (0) macro
/php-src/ext/phar/
H A Dphar_object.c2787 RETURN_STRING(phar_obj->archive->version); in PHP_METHOD()
/php-src/ext/standard/
H A Dstring.c463 RETURN_STRING(value); in PHP_FUNCTION()
/php-src/ext/openssl/
H A Dopenssl.c6933 RETURN_STRING(buf); in PHP_FUNCTION()
/php-src/ext/ffi/
H A Dffi.c4590 RETURN_STRING((char*)ptr); in ZEND_METHOD()

Completed in 189 milliseconds

123