Home
last modified time | relevance | path

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

12345

/PHP-7.3/ext/standard/
H A Dftok.c47 RETURN_LONG(-1); in PHP_FUNCTION()
52 RETURN_LONG(-1); in PHP_FUNCTION()
56 RETURN_LONG(-1); in PHP_FUNCTION()
64 RETURN_LONG(k); in PHP_FUNCTION()
H A Dpageinfo.c107 RETURN_LONG(uid); in PHP_FUNCTION()
126 RETURN_LONG(gid); in PHP_FUNCTION()
145 RETURN_LONG(pid); in PHP_FUNCTION()
162 RETURN_LONG(BG(page_inode)); in PHP_FUNCTION()
187 RETURN_LONG(lm); in PHP_FUNCTION()
H A Drand.c56 RETURN_LONG(php_mt_rand() >> 1); in PHP_FUNCTION()
65 RETURN_LONG(php_mt_rand_common(max, min)); in PHP_FUNCTION()
68 RETURN_LONG(php_mt_rand_common(min, max)); in PHP_FUNCTION()
H A Dassert.c308 RETURN_LONG(oldint); in PHP_FUNCTION()
320 RETURN_LONG(oldint); in PHP_FUNCTION()
332 RETURN_LONG(oldint); in PHP_FUNCTION()
344 RETURN_LONG(oldint); in PHP_FUNCTION()
370 RETURN_LONG(oldint); in PHP_FUNCTION()
H A Dmt_rand.c321 RETURN_LONG(php_mt_rand() >> 1); in PHP_FUNCTION()
334 RETURN_LONG(php_mt_rand_common(min, max)); in PHP_FUNCTION()
350 RETURN_LONG(PHP_MT_RAND_MAX); /* 2^^31 */ in PHP_FUNCTION()
H A Dlink.c107 RETURN_LONG(-1L); in PHP_FUNCTION()
111 RETURN_LONG((zend_long) sb.st_dev); in PHP_FUNCTION()
H A Dfilestat.c870 RETURN_LONG((zend_long)ssb.sb.st_mode); in php_stat()
872 RETURN_LONG((zend_long)ssb.sb.st_ino); in php_stat()
874 RETURN_LONG((zend_long)ssb.sb.st_size); in php_stat()
876 RETURN_LONG((zend_long)ssb.sb.st_uid); in php_stat()
878 RETURN_LONG((zend_long)ssb.sb.st_gid); in php_stat()
880 RETURN_LONG((zend_long)ssb.sb.st_atime); in php_stat()
882 RETURN_LONG((zend_long)ssb.sb.st_mtime); in php_stat()
884 RETURN_LONG((zend_long)ssb.sb.st_ctime); in php_stat()
1106 RETURN_LONG(realpath_cache_size()); in FileFunction()
H A Dlink_win32.c111 RETURN_LONG(Z_L(-1)); in PHP_FUNCTION()
115 RETURN_LONG((zend_long) sb.st_dev); in PHP_FUNCTION()
/PHP-7.3/ext/calendar/
H A Dcal_unix.c52 RETURN_LONG(GregorianToSdn(ta->tm_year+1900, ta->tm_mon+1, ta->tm_mday)); in PHP_FUNCTION()
71 RETURN_LONG(uday * SECS_PER_DAY); in PHP_FUNCTION()
H A Dcalendar.c368 RETURN_LONG(sdn_next - sdn_start); in PHP_FUNCTION()
387 RETURN_LONG(cal_conversion_table[cal].to_jd(year, month, day)); in PHP_FUNCTION()
470 RETURN_LONG(GregorianToSdn(year, month, day)); in PHP_FUNCTION()
501 RETURN_LONG(JulianToSdn(year, month, day)); in PHP_FUNCTION()
644 RETURN_LONG(JewishToSdn(year, month, day)); in PHP_FUNCTION()
675 RETURN_LONG(FrenchToSdn(year, month, day)); in PHP_FUNCTION()
704 RETURN_LONG(day); in PHP_FUNCTION()
/PHP-7.3/ext/intl/collator/
H A Dcollator_attr.c56 RETURN_LONG( value ); in PHP_FUNCTION()
115 RETURN_LONG( ucol_getStrength( co->ucoll ) ); in PHP_FUNCTION()
H A Dcollator_error.c51 RETURN_LONG( COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
H A Dcollator_compare.c122 RETURN_LONG( result ); in PHP_FUNCTION()
/PHP-7.3/ext/intl/uchar/
H A Duchar.c90 RETURN_LONG(cp); in IC_METHOD()
143 RETURN_LONG(u_getIntPropertyMinValue((UProperty)prop)); in IC_METHOD()
158 RETURN_LONG(u_getIntPropertyMaxValue((UProperty)prop)); in IC_METHOD()
237 RETURN_LONG(ublock_getCode(cp)); in ZEND_END_ARG_INFO()
289 RETURN_LONG(ret); in ZEND_END_ARG_INFO()
385 RETURN_LONG(u_getPropertyEnum(alias)); in IC_METHOD()
455 RETURN_LONG(ret); in IC_METHOD()
482 RETURN_LONG(ret); in IC_METHOD()
498 RETURN_LONG(u_forDigit(digit, radix)); in IC_METHOD()
629 RETURN_LONG(u_##name(cp)); \
[all …]
/PHP-7.3/ext/intl/grapheme/
H A Dgrapheme_string.c76 RETURN_LONG(string_len); in PHP_FUNCTION()
155 RETURN_LONG(found - haystack); in PHP_FUNCTION()
163 RETURN_LONG(ret_pos); in PHP_FUNCTION()
220 RETURN_LONG(found - haystack_dup); in PHP_FUNCTION()
233 RETURN_LONG(ret_pos); in PHP_FUNCTION()
280 RETURN_LONG(ret_pos); in PHP_FUNCTION()
295 RETURN_LONG(ret_pos); in PHP_FUNCTION()
352 RETURN_LONG(ret_pos); in PHP_FUNCTION()
367 RETURN_LONG(ret_pos); in PHP_FUNCTION()
/PHP-7.3/ext/intl/breakiterator/
H A Dcodepointiterator_methods.cpp43 RETURN_LONG(fetch_cpbi(bio)->getLastCodePoint()); in PHP_FUNCTION()
H A Dbreakiterator_methods.cpp202 RETURN_LONG((zend_long)res); in _breakiter_no_args_ret_int32()
234 RETURN_LONG((zend_long)res); in _breakiter_int32_ret_int32()
302 RETURN_LONG((zend_long)res); in PHP_FUNCTION()
416 RETURN_LONG((zend_long)BREAKITER_ERROR_CODE(bio)); in PHP_FUNCTION()
/PHP-7.3/ext/curl/
H A Dmulti.c105 RETURN_LONG((zend_long) error); in PHP_FUNCTION()
236 RETURN_LONG(-1); in PHP_FUNCTION()
239 RETURN_LONG(numfds); in PHP_FUNCTION()
251 RETURN_LONG(-1); in PHP_FUNCTION()
253 RETURN_LONG(select(maxfd + 1, &readfds, &writefds, &exceptfds, &to)); in PHP_FUNCTION()
299 RETURN_LONG((zend_long) error); in PHP_FUNCTION()
457 RETURN_LONG(mh->err.no); in PHP_FUNCTION()
/PHP-7.3/ext/intl/dateformat/
H A Ddateformat_attr.c51 RETURN_LONG(dfo->date_type ); in PHP_FUNCTION()
77 RETURN_LONG(dfo->time_type ); in PHP_FUNCTION()
H A Ddateformat.c88 RETURN_LONG( INTL_DATA_ERROR_CODE(dfo) ); in PHP_FUNCTION()
/PHP-7.3/ext/ftp/
H A Dphp_ftp.c667 RETURN_LONG(mode); in PHP_FUNCTION()
914 RETURN_LONG(ret); in PHP_FUNCTION()
917 RETURN_LONG(ret); in PHP_FUNCTION()
1071 RETURN_LONG(PHP_FTP_FAILED); in PHP_FUNCTION()
1079 RETURN_LONG(ret); in PHP_FUNCTION()
1101 RETURN_LONG(PHP_FTP_FAILED); in PHP_FUNCTION()
1119 RETURN_LONG(ret); in PHP_FUNCTION()
1219 RETURN_LONG(ret); in PHP_FUNCTION()
1222 RETURN_LONG(ret); in PHP_FUNCTION()
1375 RETURN_LONG(ret); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/intl/calendar/
H A Dcalendar_methods.cpp252 RETURN_LONG((zend_long)result); in _php_intlcal_field_uec_ret_in32t_method()
584 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
625 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
646 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
678 RETURN_LONG((zend_long)result); in _php_intlcal_field_ret_in32t_method()
744 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
818 RETURN_LONG((zend_long)res); in PHP_FUNCTION()
1048 RETURN_LONG(co->ucal->getRepeatedWallTimeOption()); in PHP_FUNCTION()
1064 RETURN_LONG(co->ucal->getSkippedWallTimeOption()); in PHP_FUNCTION()
1307 RETURN_LONG((zend_long)CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
/PHP-7.3/ext/pcntl/
H A Dpcntl.c604 RETURN_LONG((zend_long) id); in PHP_FUNCTION()
617 RETURN_LONG ((zend_long) alarm(seconds)); in PHP_FUNCTION()
703 RETURN_LONG((zend_long) child_id); in PHP_FUNCTION()
756 RETURN_LONG((zend_long) child_id); in PHP_FUNCTION()
859 RETURN_LONG(WEXITSTATUS(int_status_word)); in PHP_FUNCTION()
879 RETURN_LONG(WTERMSIG(int_status_word)); in PHP_FUNCTION()
899 RETURN_LONG(WSTOPSIG(int_status_word)); in PHP_FUNCTION()
1089 RETURN_LONG((zend_long)SIG_DFL); in PHP_FUNCTION()
1212 RETURN_LONG(signo); in pcntl_sigwaitinfo()
1324 RETURN_LONG(pri); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/oci8/
H A Doci8_interface.c607 RETURN_LONG(lob_length); in PHP_FUNCTION()
649 RETURN_LONG(0); in PHP_FUNCTION()
655 RETURN_LONG(bytes_written); in PHP_FUNCTION()
788 RETURN_LONG(bytes_erased); in PHP_FUNCTION()
1240 RETURN_LONG(column->data_size); in PHP_FUNCTION()
1253 RETURN_LONG(column->scale); in PHP_FUNCTION()
1490 RETURN_LONG(0); in PHP_FUNCTION()
1582 RETURN_LONG(rows); in PHP_FUNCTION()
2292 RETURN_LONG(rowcount); in PHP_FUNCTION()
2487 RETURN_LONG(size); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/intl/formatter/
H A Dformatter_main.c129 RETURN_LONG( INTL_DATA_ERROR_CODE(nfo) ); in PHP_FUNCTION()

Completed in 85 milliseconds

12345