Home
last modified time | relevance | path

Searched refs:add_next_index_long (Results 1 – 24 of 24) sorted by relevance

/PHP-8.2/ext/standard/
H A Dhrtime.c63 add_next_index_long(return_value, (zend_long)(t / (zend_hrtime_t)ZEND_NANO_IN_SEC)); in PHP_FUNCTION()
64 add_next_index_long(return_value, (zend_long)(t % (zend_hrtime_t)ZEND_NANO_IN_SEC)); in PHP_FUNCTION()
H A Ddns_win32.c83 add_next_index_long(weight_list, srv->wPriority); in PHP_FUNCTION()
H A Ddns.c1139 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
/PHP-8.2/ext/intl/resourcebundle/
H A Dresourcebundle.c62 add_next_index_long( return_value, vfield[i] ); in resourcebundle_extract_value()
/PHP-8.2/ext/pdo_dblib/
H A Ddblib_driver.c64 add_next_index_long(info, einfo->dberr); in dblib_fetch_error()
67 add_next_index_long(info, einfo->oserr); in dblib_fetch_error()
68 add_next_index_long(info, einfo->severity); in dblib_fetch_error()
/PHP-8.2/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp179 add_next_index_long(return_value, rules[i]); in PHP_METHOD()
/PHP-8.2/ext/posix/
H A Dposix.c243 add_next_index_long(return_value, gidlist[i]); in PHP_FUNCTION()
1144 add_next_index_long(return_value, rl.rlim_cur); in PHP_FUNCTION()
1150 add_next_index_long(return_value, rl.rlim_max); in PHP_FUNCTION()
/PHP-8.2/ext/intl/uchar/
H A Duchar.c471 add_next_index_long(return_value, version[i]); in IC_METHOD()
488 add_next_index_long(return_value, version[i]); in IC_METHOD()
/PHP-8.2/ext/gd/
H A Dgd.c3031 add_next_index_long(return_value, x1); in PHP_FUNCTION()
3032 add_next_index_long(return_value, y1); in PHP_FUNCTION()
3033 add_next_index_long(return_value, x2); in PHP_FUNCTION()
3034 add_next_index_long(return_value, y2); in PHP_FUNCTION()
3128 add_next_index_long(return_value, brect[i]); in php_imagettftext_common()
3952 add_next_index_long(return_value, gdImageResolutionX(im)); in PHP_FUNCTION()
3953 add_next_index_long(return_value, gdImageResolutionY(im)); in PHP_FUNCTION()
/PHP-8.2/ext/mbstring/
H A Dphp_mbregex.c1392 add_next_index_long(return_value, beg); in _php_mb_regex_ereg_search_exec()
1393 add_next_index_long(return_value, end - beg); in _php_mb_regex_ereg_search_exec()
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c50 add_next_index_long(&error_info, driver_errcode); in pdo_throw_exception()
115 add_next_index_long(&info, 0); in pdo_raise_impl_error()
/PHP-8.2/ext/pdo_odbc/
H A Dodbc_driver.c49 add_next_index_long(info, einfo->last_error); in pdo_odbc_fetch_error_func()
/PHP-8.2/ext/date/
H A Dphp_date.c1420 add_next_index_long(return_value, ts->s); in PHP_FUNCTION()
1421 add_next_index_long(return_value, ts->i); in PHP_FUNCTION()
1422 add_next_index_long(return_value, ts->h); in PHP_FUNCTION()
1423 add_next_index_long(return_value, ts->d); in PHP_FUNCTION()
1424 add_next_index_long(return_value, ts->m - 1); in PHP_FUNCTION()
1425 add_next_index_long(return_value, ts->y- 1900); in PHP_FUNCTION()
1426 add_next_index_long(return_value, timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1427 add_next_index_long(return_value, timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1428 add_next_index_long(return_value, ts->dst); in PHP_FUNCTION()
/PHP-8.2/ext/pdo_sqlite/
H A Dsqlite_driver.c91 add_next_index_long(info, einfo->errcode); in pdo_sqlite_fetch_error_func()
/PHP-8.2/ext/pdo_mysql/
H A Dmysql_driver.c139 add_next_index_long(info, einfo->errcode); in pdo_mysql_fetch_error_func()
/PHP-8.2/ext/pdo_firebird/
H A Dfirebird_driver.c1236 add_next_index_long(info, H->einfo.sqlcode); in pdo_firebird_fetch_error_func()
/PHP-8.2/ext/intl/converter/
H A Dconverter.c304 add_next_index_long(&zargs[1], c); in php_converter_from_u_callback()
/PHP-8.2/ext/pcntl/
H A Dpcntl.c808 add_next_index_long(user_old_set, signal_no); in PHP_FUNCTION()
/PHP-8.2/ext/pdo_pgsql/
H A Dpgsql_driver.c117 add_next_index_long(info, einfo->errcode); in pdo_pgsql_fetch_error_func()
/PHP-8.2/ext/xml/
H A Dxml.c564 add_next_index_long(element, parser->curtag); in _xml_add_to_info()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c140 add_next_index_long(&params, next->num); in phpdbg_call_register()
/PHP-8.2/ext/sodium/
H A Dlibsodium.c3565 add_next_index_long(return_value, (long) tag); in PHP_FUNCTION()
/PHP-8.2/Zend/
H A Dzend_API.h612 ZEND_API zend_result add_next_index_long(zval *arg, zend_long n);
H A Dzend_API.c2038 ZEND_API zend_result add_next_index_long(zval *arg, zend_long n) /* {{{ */ in add_next_index_long() function

Completed in 139 milliseconds