Home
last modified time | relevance | path

Searched refs:RETURN_LONG (Results 101 – 111 of 111) sorted by relevance

12345

/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c1635 RETURN_LONG(stmt->row_count); in PHP_METHOD()
1783 RETURN_LONG(stmt->column_count); in PHP_METHOD()
/PHP-7.4/main/
H A Doutput.c1459 RETURN_LONG(php_output_get_level()); in PHP_FUNCTION()
/PHP-7.4/ext/ldap/
H A Dldap.c1757 RETURN_LONG(ldap_count_entries(ld->link, ldap_result)); in PHP_FUNCTION()
2898 RETURN_LONG(_get_lderrno(ld->link)); in PHP_FUNCTION()
4428 RETURN_LONG(newttl); in PHP_FUNCTION()
/PHP-7.4/ext/sodium/
H A Dlibsodium.c763 RETURN_LONG(sodium_memcmp(buf1, buf2, len1)); in PHP_FUNCTION()
3197 RETURN_LONG(sodium_compare((const unsigned char *) buf1, in PHP_FUNCTION()
/PHP-7.4/ext/snmp/
H A Dsnmp.c1721 RETURN_LONG(SNMP_G(valueretrieval)); in PHP_FUNCTION()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c2080 RETURN_LONG(MBSTRG(current_filter_illegal_substchar)); in PHP_FUNCTION()
5054 RETURN_LONG(cp); in PHP_FUNCTION()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2987 RETURN_LONG(PCRE_G(error_code)); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_API.h641 #define RETURN_LONG(l) { RETVAL_LONG(l); return; } macro
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2008 RETURN_LONG(count); in SXE_METHOD()
/PHP-7.4/ext/oci8/
H A Doci8.c2708 RETURN_LONG(statement->ncolumns); in php_oci_fetch_row()
/PHP-7.4/ext/ffi/
H A Dffi.c4205 RETURN_LONG(type->size); in ZEND_METHOD()
4231 RETURN_LONG(type->align); in ZEND_METHOD()

Completed in 133 milliseconds

12345