/PHP-8.4/ext/standard/ |
H A D | hrtime.c | 63 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 D | dns_win32.c | 83 add_next_index_long(weight_list, srv->wPriority); in PHP_FUNCTION()
|
H A D | dns.c | 1138 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
|
/PHP-8.4/ext/intl/resourcebundle/ |
H A D | resourcebundle.c | 62 add_next_index_long( return_value, vfield[i] ); in resourcebundle_extract_value()
|
/PHP-8.4/ext/pdo_dblib/ |
H A D | dblib_driver.c | 64 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.4/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 174 add_next_index_long(return_value, rules[i]); in PHP_METHOD()
|
/PHP-8.4/ext/intl/uchar/ |
H A D | uchar.c | 482 add_next_index_long(return_value, version[i]); in IC_METHOD() 497 add_next_index_long(return_value, version[i]); in IC_METHOD()
|
/PHP-8.4/ext/posix/ |
H A D | posix.c | 241 add_next_index_long(return_value, gidlist[i]); in PHP_FUNCTION() 1176 add_next_index_long(return_value, rl.rlim_cur); in PHP_FUNCTION() 1182 add_next_index_long(return_value, rl.rlim_max); in PHP_FUNCTION()
|
/PHP-8.4/ext/gd/ |
H A D | gd.c | 3332 add_next_index_long(return_value, x1); in PHP_FUNCTION() 3333 add_next_index_long(return_value, y1); in PHP_FUNCTION() 3334 add_next_index_long(return_value, x2); in PHP_FUNCTION() 3335 add_next_index_long(return_value, y2); in PHP_FUNCTION() 3430 add_next_index_long(return_value, brect[i]); in php_imagettftext_common() 4352 add_next_index_long(return_value, gdImageResolutionX(im)); in PHP_FUNCTION() 4353 add_next_index_long(return_value, gdImageResolutionY(im)); in PHP_FUNCTION()
|
/PHP-8.4/ext/mbstring/ |
H A D | php_mbregex.c | 1392 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.4/ext/pdo/ |
H A D | pdo_dbh.c | 50 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.4/ext/pdo_odbc/ |
H A D | odbc_driver.c | 49 add_next_index_long(info, einfo->last_error); in pdo_odbc_fetch_error_func()
|
/PHP-8.4/ext/date/ |
H A D | php_date.c | 1422 add_next_index_long(return_value, ts->s); in PHP_FUNCTION() 1423 add_next_index_long(return_value, ts->i); in PHP_FUNCTION() 1424 add_next_index_long(return_value, ts->h); in PHP_FUNCTION() 1425 add_next_index_long(return_value, ts->d); in PHP_FUNCTION() 1426 add_next_index_long(return_value, ts->m - 1); in PHP_FUNCTION() 1427 add_next_index_long(return_value, ts->y- 1900); in PHP_FUNCTION() 1428 add_next_index_long(return_value, timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION() 1429 add_next_index_long(return_value, timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION() 1430 add_next_index_long(return_value, ts->dst); in PHP_FUNCTION()
|
/PHP-8.4/ext/pcntl/ |
H A D | pcntl.c | 955 add_next_index_long(user_old_set, signal_no); in PHP_FUNCTION() 1678 add_next_index_long(return_value, i); in PHP_FUNCTION()
|
/PHP-8.4/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 91 add_next_index_long(info, einfo->errcode); in pdo_sqlite_fetch_error_func()
|
/PHP-8.4/ext/pdo_mysql/ |
H A D | mysql_driver.c | 139 add_next_index_long(info, einfo->errcode); in pdo_mysql_fetch_error_func()
|
/PHP-8.4/ext/intl/converter/ |
H A D | converter.c | 308 add_next_index_long(&zargs[1], c); in php_converter_from_u_callback()
|
/PHP-8.4/ext/pdo_firebird/ |
H A D | firebird_driver.c | 1298 add_next_index_long(info, H->einfo.sqlcode); in pdo_firebird_fetch_error_func()
|
/PHP-8.4/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 124 add_next_index_long(info, einfo->errcode); in pdo_pgsql_fetch_error_func()
|
/PHP-8.4/ext/xml/ |
H A D | xml.c | 567 add_next_index_long(element, parser->curtag); in xml_add_to_info()
|
/PHP-8.4/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 140 add_next_index_long(¶ms, next->num); in phpdbg_call_register()
|
/PHP-8.4/ext/sodium/ |
H A D | libsodium.c | 3571 add_next_index_long(return_value, (long) tag); in PHP_FUNCTION()
|
/PHP-8.4/Zend/ |
H A D | zend_API.h | 616 ZEND_API zend_result add_next_index_long(zval *arg, zend_long n);
|
H A D | zend_API.c | 2127 ZEND_API zend_result add_next_index_long(zval *arg, zend_long n) /* {{{ */ in add_next_index_long() function
|