Home
last modified time | relevance | path

Searched refs:RETURN_LONG (Results 1 – 25 of 113) sorted by relevance

12345

/PHP-8.2/ext/standard/
H A Dpageinfo.c96 RETURN_LONG(uid); in PHP_FUNCTION()
112 RETURN_LONG(gid); in PHP_FUNCTION()
128 RETURN_LONG(pid); in PHP_FUNCTION()
142 RETURN_LONG(BG(page_inode)); in PHP_FUNCTION()
164 RETURN_LONG(lm); in PHP_FUNCTION()
H A Dftok.c53 RETURN_LONG(-1); in PHP_FUNCTION()
61 RETURN_LONG(k); in PHP_FUNCTION()
H A Dassert.c235 RETURN_LONG(oldint); in PHP_FUNCTION()
251 RETURN_LONG(oldint); in PHP_FUNCTION()
267 RETURN_LONG(oldint); in PHP_FUNCTION()
302 RETURN_LONG(oldint); in PHP_FUNCTION()
H A Dlink.c116 RETURN_LONG(Z_L(-1)); in PHP_FUNCTION()
120 RETURN_LONG((zend_long) sb.st_dev); in PHP_FUNCTION()
H A Dfilestat.c926 RETURN_LONG((zend_long)ssb.sb.st_mode); in php_stat()
928 RETURN_LONG((zend_long)ssb.sb.st_ino); in php_stat()
930 RETURN_LONG((zend_long)ssb.sb.st_size); in php_stat()
932 RETURN_LONG((zend_long)ssb.sb.st_uid); in php_stat()
934 RETURN_LONG((zend_long)ssb.sb.st_gid); in php_stat()
936 RETURN_LONG((zend_long)ssb.sb.st_atime); in php_stat()
938 RETURN_LONG((zend_long)ssb.sb.st_mtime); in php_stat()
940 RETURN_LONG((zend_long)ssb.sb.st_ctime); in php_stat()
1122 RETURN_LONG(realpath_cache_size()); in FileFunction()
/PHP-8.2/ext/calendar/
H A Dcal_unix.c51 RETURN_LONG(GregorianToSdn(ta->tm_year+1900, ta->tm_mon+1, ta->tm_mday)); in PHP_FUNCTION()
70 RETURN_LONG(uday * SECS_PER_DAY); in PHP_FUNCTION()
H A Dcalendar.c224 RETURN_LONG(sdn_next - sdn_start); in PHP_FUNCTION()
242 RETURN_LONG(cal_conversion_table[cal].to_jd(year, month, day)); in PHP_FUNCTION()
322 RETURN_LONG(GregorianToSdn(year, month, day)); in PHP_FUNCTION()
351 RETURN_LONG(JulianToSdn(year, month, day)); in PHP_FUNCTION()
493 RETURN_LONG(JewishToSdn(year, month, day)); in PHP_FUNCTION()
522 RETURN_LONG(FrenchToSdn(year, month, day)); in PHP_FUNCTION()
550 RETURN_LONG(day); in PHP_FUNCTION()
/PHP-8.2/ext/intl/uchar/
H A Duchar.c80 RETURN_LONG(cp); in IC_METHOD()
132 RETURN_LONG(u_getIntPropertyMinValue((UProperty)prop)); in IC_METHOD()
144 RETURN_LONG(u_getIntPropertyMaxValue((UProperty)prop)); in IC_METHOD()
209 RETURN_LONG(ublock_getCode(cp)); in IC_METHOD()
259 RETURN_LONG(ret); in IC_METHOD()
350 RETURN_LONG(u_getPropertyEnum(alias)); in IC_METHOD()
413 RETURN_LONG(ret); in IC_METHOD()
442 RETURN_LONG(ret); in IC_METHOD()
454 RETURN_LONG(u_forDigit(digit, radix)); in IC_METHOD()
572 RETURN_LONG(u_##name(cp)); \ in IC_BOOL_METHOD_CHAR()
[all …]
/PHP-8.2/ext/intl/collator/
H A Dcollator_attr.c46 RETURN_LONG( value ); in PHP_FUNCTION()
91 RETURN_LONG( ucol_getStrength( co->ucoll ) ); in PHP_FUNCTION()
H A Dcollator_error.c41 RETURN_LONG( COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
H A Dcollator_compare.c112 RETURN_LONG( result ); in PHP_FUNCTION()
/PHP-8.2/ext/intl/grapheme/
H A Dgrapheme_string.c49 RETURN_LONG(string_len); in PHP_FUNCTION()
115 RETURN_LONG(found - haystack); in PHP_FUNCTION()
124 RETURN_LONG(ret_pos); in PHP_FUNCTION()
172 RETURN_LONG(found - haystack_dup); in PHP_FUNCTION()
185 RETURN_LONG(ret_pos); in PHP_FUNCTION()
224 RETURN_LONG(ret_pos); in PHP_FUNCTION()
239 RETURN_LONG(ret_pos); in PHP_FUNCTION()
288 RETURN_LONG(ret_pos); in PHP_FUNCTION()
303 RETURN_LONG(ret_pos); in PHP_FUNCTION()
/PHP-8.2/ext/intl/breakiterator/
H A Dcodepointiterator_methods.cpp39 RETURN_LONG(fetch_cpbi(bio)->getLastCodePoint()); in PHP_METHOD()
H A Dbreakiterator_methods.cpp187 RETURN_LONG((zend_long)res); in _breakiter_no_args_ret_int32()
211 RETURN_LONG((zend_long)res); in _breakiter_int32_ret_int32()
267 RETURN_LONG((zend_long)res); in PHP_METHOD()
369 RETURN_LONG((zend_long)BREAKITER_ERROR_CODE(bio)); in PHP_METHOD()
/PHP-8.2/ext/intl/dateformat/
H A Ddateformat.c39 RETURN_LONG( INTL_DATA_ERROR_CODE(dfo) ); in PHP_FUNCTION()
H A Ddateformat_attr.c42 RETURN_LONG(dfo->date_type ); in PHP_FUNCTION()
62 RETURN_LONG(dfo->time_type ); in PHP_FUNCTION()
/PHP-8.2/ext/intl/common/
H A Dcommon_error.c30 RETURN_LONG( intl_error_get_code( NULL ) ); in PHP_FUNCTION()
/PHP-8.2/ext/pcntl/
H A Dpcntl.c193 RETURN_LONG((zend_long) id); in PHP_FUNCTION()
206 RETURN_LONG((zend_long) alarm(seconds)); in PHP_FUNCTION()
292 RETURN_LONG((zend_long) child_id); in PHP_FUNCTION()
344 RETURN_LONG((zend_long) child_id); in PHP_FUNCTION()
462 RETURN_LONG(WTERMSIG(int_status_word)); in PHP_FUNCTION()
699 RETURN_LONG((zend_long)SIG_DFL); in PHP_FUNCTION()
830 RETURN_LONG(signo); in pcntl_sigwaitinfo()
956 RETURN_LONG(pri); in PHP_FUNCTION()
1027 RETURN_LONG(PCNTL_G(last_error)); in PHP_FUNCTION()
1281 RETURN_LONG((zend_long) pid); in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/ftp/
H A Dphp_ftp.c437 RETURN_LONG(mode); in PHP_FUNCTION()
662 RETURN_LONG(ret); in PHP_FUNCTION()
665 RETURN_LONG(ret); in PHP_FUNCTION()
811 RETURN_LONG(PHP_FTP_FAILED); in PHP_FUNCTION()
819 RETURN_LONG(ret); in PHP_FUNCTION()
837 RETURN_LONG(PHP_FTP_FAILED); in PHP_FUNCTION()
855 RETURN_LONG(ret); in PHP_FUNCTION()
951 RETURN_LONG(ret); in PHP_FUNCTION()
954 RETURN_LONG(ret); in PHP_FUNCTION()
1099 RETURN_LONG(ret); in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/intl/calendar/
H A Dcalendar_methods.cpp236 RETURN_LONG((zend_long)result); in _php_intlcal_field_uec_ret_in32t_method()
484 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
518 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
536 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
558 RETURN_LONG((zend_long)result); in _php_intlcal_field_ret_in32t_method()
619 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
682 RETURN_LONG((zend_long)res); in PHP_FUNCTION()
876 RETURN_LONG(co->ucal->getRepeatedWallTimeOption()); in PHP_FUNCTION()
890 RETURN_LONG(co->ucal->getSkippedWallTimeOption()); in PHP_FUNCTION()
1117 RETURN_LONG((zend_long)CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
/PHP-8.2/ext/curl/
H A Dmulti.c106 RETURN_LONG((zend_long) error); in PHP_FUNCTION()
195 RETURN_LONG(-1); in PHP_FUNCTION()
201 RETURN_LONG(-1); in PHP_FUNCTION()
204 RETURN_LONG(numfds); in PHP_FUNCTION()
242 RETURN_LONG((zend_long) error); in PHP_FUNCTION()
353 RETURN_LONG(mh->err.no); in PHP_FUNCTION()
/PHP-8.2/ext/random/
H A Drandom.c717 RETURN_LONG(php_mt_rand() >> 1);
730 RETURN_LONG(php_mt_rand_common(min, max));
743 RETURN_LONG(PHP_MT_RAND_MAX); /* 2^^31 */
755 RETURN_LONG(php_mt_rand() >> 1);
764 RETURN_LONG(php_mt_rand_common(max, min));
767 RETURN_LONG(php_mt_rand_common(min, max));
818 RETURN_LONG(result);
/PHP-8.2/ext/oci8/
H A Doci8_interface.c520 RETURN_LONG(lob_length); in PHP_FUNCTION()
551 RETURN_LONG(0); in PHP_FUNCTION()
557 RETURN_LONG(bytes_written); in PHP_FUNCTION()
661 RETURN_LONG(bytes_erased); in PHP_FUNCTION()
1063 RETURN_LONG(column->data_size); in PHP_FUNCTION()
1075 RETURN_LONG(column->scale); in PHP_FUNCTION()
1293 RETURN_LONG(0); in PHP_FUNCTION()
1384 RETURN_LONG(rows); in PHP_FUNCTION()
2086 RETURN_LONG(rowcount); in PHP_FUNCTION()
2240 RETURN_LONG(size); in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/mysqli/
H A Dmysqli_api.c51 RETURN_LONG(-1); in PHP_FUNCTION()
400 RETURN_LONG(mysql_errno(mysql->mysql)); in PHP_FUNCTION()
805 RETURN_LONG(mysql_field_count(mysql->mysql)); in PHP_FUNCTION()
848 RETURN_LONG(mysql_field_tell(result)); in PHP_FUNCTION()
926 RETURN_LONG(mysql_get_proto_info(mysql->mysql)); in PHP_FUNCTION()
1144 RETURN_LONG(mysql_num_fields(result)); in PHP_FUNCTION()
1473 RETURN_LONG(-1); in PHP_FUNCTION()
1531 RETURN_LONG(mysql_stmt_field_count(stmt->stmt)); in PHP_FUNCTION()
1807 RETURN_LONG((unsigned long)value); in PHP_FUNCTION()
1822 RETURN_LONG(mysql_stmt_errno(stmt->stmt)); in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/zend_test/
H A Dtest.c489 RETURN_LONG(1); in ZEND_FUNCTION()
495 RETURN_LONG(CG(map_ptr_last)); in ZEND_FUNCTION()
713 RETURN_LONG(42); in ZEND_METHOD()
768 RETURN_LONG(0); in ZEND_METHOD()
825 RETURN_LONG(2); in ZEND_METHOD()
836 RETURN_LONG(3); in ZEND_METHOD()
847 RETURN_LONG(4); in ZEND_METHOD()

Completed in 82 milliseconds

12345