Home
last modified time | relevance | path

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

12345

/php-src/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.c278 RETURN_LONG(oldint); in PHP_FUNCTION()
294 RETURN_LONG(oldint); in PHP_FUNCTION()
310 RETURN_LONG(oldint); in PHP_FUNCTION()
345 RETURN_LONG(oldint); in PHP_FUNCTION()
H A Dlink.c114 RETURN_LONG(Z_L(-1)); in PHP_FUNCTION()
118 RETURN_LONG((zend_long) sb.st_dev); in PHP_FUNCTION()
H A Dhrtime.c22 #define PHP_RETURN_HRTIME(t) RETURN_LONG((zend_long)t)
H A Dfilestat.c873 RETURN_LONG((zend_long)stat_sb->st_mode); in php_stat()
875 RETURN_LONG((zend_long)stat_sb->st_ino); in php_stat()
877 RETURN_LONG((zend_long)stat_sb->st_size); in php_stat()
879 RETURN_LONG((zend_long)stat_sb->st_uid); in php_stat()
881 RETURN_LONG((zend_long)stat_sb->st_gid); in php_stat()
883 RETURN_LONG((zend_long)stat_sb->st_atime); in php_stat()
885 RETURN_LONG((zend_long)stat_sb->st_mtime); in php_stat()
887 RETURN_LONG((zend_long)stat_sb->st_ctime); in php_stat()
1069 RETURN_LONG(realpath_cache_size()); in FileFunction()
/php-src/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()
261 RETURN_LONG(ret); in IC_METHOD()
355 RETURN_LONG(u_getPropertyEnum(alias)); in IC_METHOD()
421 RETURN_LONG(ret); in IC_METHOD()
450 RETURN_LONG(ret); in IC_METHOD()
464 RETURN_LONG(u_forDigit(digit, radix)); in IC_METHOD()
580 RETURN_LONG(u_##name(cp)); \ in IC_BOOL_METHOD_CHAR()
[all …]
/php-src/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-src/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-src/ext/intl/breakiterator/
H A Dcodepointiterator_methods.cpp37 RETURN_LONG(fetch_cpbi(bio)->getLastCodePoint()); in PHP_METHOD()
H A Dbreakiterator_methods.cpp181 RETURN_LONG((zend_long)res); in _breakiter_no_args_ret_int32()
205 RETURN_LONG((zend_long)res); in _breakiter_int32_ret_int32()
256 RETURN_LONG((zend_long)res); in PHP_METHOD()
356 RETURN_LONG((zend_long)BREAKITER_ERROR_CODE(bio)); in PHP_METHOD()
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c49 RETURN_LONG(string_len); in PHP_FUNCTION()
118 RETURN_LONG(found - haystack); in PHP_FUNCTION()
127 RETURN_LONG(ret_pos); in PHP_FUNCTION()
178 RETURN_LONG(found - haystack_dup); in PHP_FUNCTION()
191 RETURN_LONG(ret_pos); in PHP_FUNCTION()
233 RETURN_LONG(ret_pos); in PHP_FUNCTION()
248 RETURN_LONG(ret_pos); in PHP_FUNCTION()
300 RETURN_LONG(ret_pos); in PHP_FUNCTION()
315 RETURN_LONG(ret_pos); in PHP_FUNCTION()
/php-src/ext/intl/common/
H A Dcommon_error.c28 RETURN_LONG( intl_error_get_code( NULL ) ); in PHP_FUNCTION()
/php-src/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-src/ext/ftp/
H A Dphp_ftp.c426 RETURN_LONG(mode); in PHP_FUNCTION()
651 RETURN_LONG(ret); in PHP_FUNCTION()
654 RETURN_LONG(ret); in PHP_FUNCTION()
800 RETURN_LONG(PHP_FTP_FAILED); in PHP_FUNCTION()
808 RETURN_LONG(ret); in PHP_FUNCTION()
826 RETURN_LONG(PHP_FTP_FAILED); in PHP_FUNCTION()
844 RETURN_LONG(ret); in PHP_FUNCTION()
940 RETURN_LONG(ret); in PHP_FUNCTION()
943 RETURN_LONG(ret); in PHP_FUNCTION()
1088 RETURN_LONG(ret); in PHP_FUNCTION()
[all …]
/php-src/ext/pcntl/
H A Dpcntl.c285 RETURN_LONG((zend_long) id); in PHP_FUNCTION()
384 RETURN_LONG((zend_long) child_id); in PHP_FUNCTION()
436 RETURN_LONG((zend_long) child_id); in PHP_FUNCTION()
794 RETURN_LONG((zend_long)SIG_DFL); in PHP_FUNCTION()
957 RETURN_LONG(signal_no); in PHP_FUNCTION()
1020 RETURN_LONG(signal_no); in PHP_FUNCTION()
1146 RETURN_LONG(pri); in PHP_FUNCTION()
1217 RETURN_LONG(PCNTL_G(last_error)); in PHP_FUNCTION()
1471 RETURN_LONG((zend_long) pid); in PHP_FUNCTION()
1514 RETURN_LONG((zend_long) pid); in PHP_FUNCTION()
[all …]
/php-src/ext/random/
H A Drandom.c500 RETURN_LONG(php_mt_rand() >> 1);
513 RETURN_LONG(php_mt_rand_common(min, max));
526 RETURN_LONG(PHP_MT_RAND_MAX); /* 2^^31 */
538 RETURN_LONG(php_mt_rand() >> 1);
547 RETURN_LONG(php_mt_rand_common(max, min));
550 RETURN_LONG(php_mt_rand_common(min, max));
601 RETURN_LONG(result);
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp234 RETURN_LONG((zend_long)result); in _php_intlcal_field_uec_ret_in32t_method()
542 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
576 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
594 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
616 RETURN_LONG((zend_long)result); in _php_intlcal_field_ret_in32t_method()
677 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
740 RETURN_LONG((zend_long)res); in PHP_FUNCTION()
934 RETURN_LONG(co->ucal->getRepeatedWallTimeOption()); in PHP_FUNCTION()
948 RETURN_LONG(co->ucal->getSkippedWallTimeOption()); in PHP_FUNCTION()
1175 RETURN_LONG((zend_long)CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
/php-src/ext/curl/
H A Dmulti.c106 RETURN_LONG((zend_long) error); in PHP_FUNCTION()
193 RETURN_LONG(-1); in PHP_FUNCTION()
196 RETURN_LONG(numfds); in PHP_FUNCTION()
234 RETURN_LONG((zend_long) error); in PHP_FUNCTION()
345 RETURN_LONG(mh->err.no); in PHP_FUNCTION()
/php-src/ext/zend_test/
H A Dtest.c301 RETURN_LONG(Z_LVAL_P(input)); in ZEND_FUNCTION()
325 RETURN_LONG(Z_LVAL_P(input)); in ZEND_FUNCTION()
575 RETURN_LONG(1); in ZEND_FUNCTION()
633 RETURN_LONG(zend_call_stack_use_all(limit)); in ZEND_FUNCTION()
640 RETURN_LONG(CG(map_ptr_last)); in ZEND_FUNCTION()
882 RETURN_LONG(42); in ZEND_METHOD()
943 RETURN_LONG(0); in ZEND_METHOD()
1000 RETURN_LONG(2); in ZEND_METHOD()
1011 RETURN_LONG(3); in ZEND_METHOD()
1022 RETURN_LONG(4); in ZEND_METHOD()
/php-src/ext/mysqli/
H A Dmysqli_api.c48 RETURN_LONG(-1); in PHP_FUNCTION()
397 RETURN_LONG(mysql_errno(mysql->mysql)); in PHP_FUNCTION()
802 RETURN_LONG(mysql_field_count(mysql->mysql)); in PHP_FUNCTION()
845 RETURN_LONG(mysql_field_tell(result)); in PHP_FUNCTION()
923 RETURN_LONG(mysql_get_proto_info(mysql->mysql)); in PHP_FUNCTION()
1141 RETURN_LONG(mysql_num_fields(result)); in PHP_FUNCTION()
1470 RETURN_LONG(-1); in PHP_FUNCTION()
1528 RETURN_LONG(mysql_stmt_field_count(stmt->stmt)); in PHP_FUNCTION()
1804 RETURN_LONG((unsigned long)value); in PHP_FUNCTION()
1819 RETURN_LONG(mysql_stmt_errno(stmt->stmt)); in PHP_FUNCTION()
[all …]

Completed in 108 milliseconds

12345