Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c318 RETURN_LONG(size); in PHAR_FUNC()
479 RETURN_LONG((zend_long)stat_sb->st_mode); in phar_fancy_stat()
481 RETURN_LONG((zend_long)stat_sb->st_ino); in phar_fancy_stat()
483 RETURN_LONG((zend_long)stat_sb->st_size); in phar_fancy_stat()
485 RETURN_LONG((zend_long)stat_sb->st_uid); in phar_fancy_stat()
487 RETURN_LONG((zend_long)stat_sb->st_gid); in phar_fancy_stat()
489 RETURN_LONG((zend_long)stat_sb->st_atime); in phar_fancy_stat()
491 RETURN_LONG((zend_long)stat_sb->st_mtime); in phar_fancy_stat()
493 RETURN_LONG((zend_long)stat_sb->st_ctime); in phar_fancy_stat()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c154 RETURN_LONG(-1); in PHP_FUNCTION()
836 RETURN_LONG(mysql_errno(mysql->mysql));
1317 RETURN_LONG(mysql_field_count(mysql->mysql));
1357 RETURN_LONG(mysql_field_tell(result));
1427 RETURN_LONG(mysql_get_proto_info(mysql->mysql));
1668 RETURN_LONG(mysql_num_fields(result));
1686 RETURN_LONG(0);
2050 RETURN_LONG(-1);
2394 RETURN_LONG((unsigned long)value);
2410 RETURN_LONG(mysql_stmt_errno(stmt->stmt));
[all …]
H A Dmysqli_priv.h97 RETURN_LONG((zend_long) (__val)); \
/PHP-7.4/ext/standard/
H A Dlevenshtein.c131 RETURN_LONG(distance); in PHP_FUNCTION()
H A Dhrtime.c140 #define PHP_RETURN_HRTIME(t) RETURN_LONG((zend_long)t)
H A Dstreamsfuncs.c360RETURN_LONG(php_stream_xport_sendto(stream, data, datalen, (int)flags, target_addr_len ? &sa : NUL… in PHP_FUNCTION()
498 RETURN_LONG(len); in PHP_FUNCTION()
829 RETURN_LONG(retval); in PHP_FUNCTION()
845 RETURN_LONG(retval); in PHP_FUNCTION()
1419 RETURN_LONG(ret == 0 ? 0 : EOF); in PHP_FUNCTION()
1454 RETURN_LONG(ret > 0 ? (zend_long)ret : (zend_long)EOF); in PHP_FUNCTION()
1484 RETURN_LONG(ret == 0 ? 0 : EOF); in PHP_FUNCTION()
1535 RETURN_LONG(0); in PHP_FUNCTION()
H A Dhead.c421 RETURN_LONG(old_response_code); in PHP_FUNCTION()
431 RETURN_LONG(SG(sapi_headers).http_response_code); in PHP_FUNCTION()
H A Dfile.c713 RETURN_LONG(numbytes); in PHP_FUNCTION()
983 RETURN_LONG(FG(pclose_ret)); in PHP_FUNCTION()
1207 RETURN_LONG(0); in PHP_FUNCTION()
1217 RETURN_LONG(ret); in PHP_FUNCTION()
1281 RETURN_LONG(ret); in PHP_FUNCTION()
1302 RETURN_LONG(php_stream_seek(stream, offset, (int) whence)); in PHP_FUNCTION()
1402 RETURN_LONG(size); in PHP_FUNCTION()
1433 RETURN_LONG(oldumask); in PHP_FUNCTION()
1452 RETURN_LONG(size); in PHP_FUNCTION()
1916 RETURN_LONG(ret); in PHP_FUNCTION()
H A Drandom.c293 RETURN_LONG(result); in PHP_FUNCTION()
H A Dversioning.c222 RETURN_LONG(compare); in PHP_FUNCTION()
/PHP-7.4/ext/curl/
H A Dshare.c146 RETURN_LONG(sh->err.no); in PHP_FUNCTION()
/PHP-7.4/ext/shmop/
H A Dshmop.c303 RETURN_LONG(shmop->size); in PHP_FUNCTION()
338 RETURN_LONG(writesize); in PHP_FUNCTION()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp232 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
485 RETURN_LONG(to->utimezone->getRawOffset()); in PHP_FUNCTION()
576 RETURN_LONG((zend_long)to->utimezone->getDSTSavings()); in PHP_FUNCTION()
619 RETURN_LONG((zend_long)TIMEZONE_ERROR_CODE(to)); in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_heap.c588 RETURN_LONG(count); in SPL_METHOD()
760 RETURN_LONG(intern->flags); in SPL_METHOD()
776 RETURN_LONG(intern->flags); in SPL_METHOD()
824 RETURN_LONG(spl_ptr_heap_zval_max_cmp(a, b, NULL)); in SPL_METHOD()
867 RETURN_LONG(spl_ptr_heap_zval_min_cmp(a, b, NULL)); in SPL_METHOD()
881 RETURN_LONG(spl_ptr_heap_zval_max_cmp(a, b, NULL)); in SPL_METHOD()
977 RETURN_LONG(intern->heap->count - 1); in SPL_METHOD()
H A Dspl_observer.c483 RETURN_LONG(zend_hash_num_elements(&intern->storage)); in SPL_METHOD()
511 RETURN_LONG(zend_hash_num_elements(&intern->storage)); in SPL_METHOD()
538 RETURN_LONG(zend_hash_num_elements(&intern->storage)); in SPL_METHOD()
575 RETURN_LONG(ret); in SPL_METHOD()
579 RETURN_LONG(zend_hash_num_elements(&intern->storage)); in SPL_METHOD()
619 RETURN_LONG(intern->index); in SPL_METHOD()
1052 RETURN_LONG(intern->flags); in SPL_METHOD()
/PHP-7.4/ext/session/
H A Dmod_user_class.c160 RETURN_LONG(nrdels); in PHP_METHOD()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat.c166 RETURN_LONG( INTL_DATA_ERROR_CODE(mfo) ); in PHP_FUNCTION()
/PHP-7.4/ext/pspell/
H A Dpspell.c351 RETURN_LONG(Z_RES_HANDLE_P(ind)); in PHP_FUNCTION()
456 RETURN_LONG(Z_RES_HANDLE_P(ind)); in PHP_FUNCTION()
486 RETURN_LONG(Z_RES_HANDLE_P(ind)); in PHP_FUNCTION()
743 RETURN_LONG(Z_RES_HANDLE_P(ind)); in PHP_FUNCTION()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp147 RETURN_LONG(dfo->calendar); in PHP_FUNCTION()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c312 RETURN_LONG( len ); in ZEND_END_ARG_INFO()
390 RETURN_LONG(INTL_DATA_ERROR_CODE(rb)); in ZEND_END_ARG_INFO()
/PHP-7.4/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp142 RETURN_LONG(fetch_rbbi(bio)->getRuleStatus()); in PHP_FUNCTION()
/PHP-7.4/win32/
H A Dcodepage.c606 RETURN_LONG(GetACP()); in PHP_FUNCTION()
608 RETURN_LONG(GetOEMCP()); in PHP_FUNCTION()
611 RETURN_LONG(cp->id); in PHP_FUNCTION()
/PHP-7.4/ext/gd/
H A Dgd.c1530 RETURN_LONG(Z_RES_HANDLE_P(ind) + 5); in PHP_FUNCTION()
1889 RETURN_LONG((zend_long)ct); in PHP_FUNCTION()
2267 RETURN_LONG(ret); in PHP_FUNCTION()
2913 RETURN_LONG(ct); in PHP_FUNCTION()
2967 RETURN_LONG(im->pixels[y][x]); in PHP_FUNCTION()
3448 RETURN_LONG(gdImageColorsTotal(im)); in PHP_FUNCTION()
3473 RETURN_LONG(gdImageGetTransparent(im)); in PHP_FUNCTION()
3498 RETURN_LONG(gdImageGetInterlaced(im)); in PHP_FUNCTION()
3652 RETURN_LONG(arg ? font->h : font->w); in php_imagefontsize()
3955 RETURN_LONG(gdImageSX(im)); in PHP_FUNCTION()
[all …]
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c362 RETURN_LONG(zend_mm_gc(zend_mm_get_heap())); in ZEND_FUNCTION()
375 RETURN_LONG(gc_collect_cycles()); in ZEND_FUNCTION()
456 RETURN_LONG(-1); in ZEND_FUNCTION()
460 RETURN_LONG(-1); in ZEND_FUNCTION()
463 RETURN_LONG(ZEND_CALL_NUM_ARGS(ex)); in ZEND_FUNCTION()
608 RETURN_LONG(zend_binary_strcmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
630 RETURN_LONG(zend_binary_strncmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len)); in ZEND_FUNCTION()
645 RETURN_LONG(zend_binary_strcasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
667 RETURN_LONG(zend_binary_strncasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len)); in ZEND_FUNCTION()
1929 RETURN_LONG((zend_long)tsrm_thread_id()); in ZEND_FUNCTION()
/PHP-7.4/ext/intl/common/
H A Dcommon_error.c31 RETURN_LONG( intl_error_get_code( NULL ) ); in PHP_FUNCTION()

Completed in 172 milliseconds

12345