/PHP-7.3/ext/standard/ |
H A D | hrtime.c | 182 add_next_index_long(return_value, (zend_long)(t / (php_hrtime_t)NANO_IN_SEC)); in PHP_FUNCTION() 183 add_next_index_long(return_value, (zend_long)(t % (php_hrtime_t)NANO_IN_SEC)); in PHP_FUNCTION()
|
H A D | dns_win32.c | 80 add_next_index_long(weight_list, srv->wPriority); in PHP_FUNCTION()
|
H A D | dns.c | 1113 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
|
/PHP-7.3/ext/intl/resourcebundle/ |
H A D | resourcebundle.c | 64 add_next_index_long( return_value, vfield[i] ); in resourcebundle_extract_value()
|
/PHP-7.3/ext/tokenizer/ |
H A D | tokenizer.c | 112 add_next_index_long(&keyword, token_type); in add_token() 114 add_next_index_long(&keyword, lineno); in add_token()
|
/PHP-7.3/ext/pdo_dblib/ |
H A D | dblib_driver.c | 66 add_next_index_long(info, einfo->dberr); in dblib_fetch_error() 69 add_next_index_long(info, einfo->oserr); in dblib_fetch_error() 70 add_next_index_long(info, einfo->severity); in dblib_fetch_error()
|
/PHP-7.3/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 186 add_next_index_long(return_value, rules[i]); in PHP_FUNCTION()
|
/PHP-7.3/ext/pdo_firebird/ |
H A D | firebird_driver.c | 591 add_next_index_long(info, sqlcode); in pdo_firebird_fetch_error_func() 599 add_next_index_long(info, -999); in pdo_firebird_fetch_error_func()
|
/PHP-7.3/ext/intl/uchar/ |
H A D | uchar.c | 520 add_next_index_long(return_value, version[i]); in IC_METHOD() 536 add_next_index_long(return_value, version[i]); in IC_METHOD()
|
/PHP-7.3/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-7.3/ext/date/ |
H A D | php_date.c | 1834 add_next_index_long(return_value, ts->s); in PHP_FUNCTION() 1835 add_next_index_long(return_value, ts->i); in PHP_FUNCTION() 1836 add_next_index_long(return_value, ts->h); in PHP_FUNCTION() 1837 add_next_index_long(return_value, ts->d); in PHP_FUNCTION() 1838 add_next_index_long(return_value, ts->m - 1); in PHP_FUNCTION() 1839 add_next_index_long(return_value, ts->y- 1900); in PHP_FUNCTION() 1840 add_next_index_long(return_value, timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION() 1841 add_next_index_long(return_value, timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION() 1842 add_next_index_long(return_value, ts->dst); in PHP_FUNCTION()
|
/PHP-7.3/ext/gd/ |
H A D | gd.c | 3935 add_next_index_long(return_value, x1); in PHP_FUNCTION() 3936 add_next_index_long(return_value, y1); in PHP_FUNCTION() 3937 add_next_index_long(return_value, x2); in PHP_FUNCTION() 3938 add_next_index_long(return_value, y2); in PHP_FUNCTION() 4064 add_next_index_long(return_value, brect[i]); in php_imagettftext_common() 5088 add_next_index_long(return_value, gdImageResolutionX(im)); in PHP_FUNCTION() 5089 add_next_index_long(return_value, gdImageResolutionY(im)); in PHP_FUNCTION()
|
/PHP-7.3/ext/mbstring/ |
H A D | php_mbregex.c | 1477 add_next_index_long(return_value, beg); in _php_mb_regex_ereg_search_exec() 1478 add_next_index_long(return_value, end - beg); in _php_mb_regex_ereg_search_exec()
|
/PHP-7.3/ext/pdo/ |
H A D | pdo_dbh.c | 48 add_next_index_long(&error_info, driver_errcode); in pdo_throw_exception() 113 add_next_index_long(&info, 0); in pdo_raise_impl_error()
|
/PHP-7.3/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 92 add_next_index_long(info, einfo->errcode); in pdo_sqlite_fetch_error_func()
|
/PHP-7.3/ext/pdo_oci/ |
H A D | oci_driver.c | 50 add_next_index_long(info, einfo->errcode); in pdo_oci_fetch_error_func()
|
/PHP-7.3/ext/pdo_mysql/ |
H A D | mysql_driver.c | 129 add_next_index_long(info, einfo->errcode); in pdo_mysql_fetch_error_func()
|
/PHP-7.3/ext/posix/ |
H A D | posix.c | 579 add_next_index_long(return_value, gidlist[i]); in PHP_FUNCTION()
|
/PHP-7.3/ext/intl/converter/ |
H A D | converter.c | 317 add_next_index_long(&zargs[1], c); in php_converter_from_u_callback()
|
/PHP-7.3/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 315 else return add_next_index_long(list, num);
|
/PHP-7.3/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 123 add_next_index_long(info, einfo->errcode); in pdo_pgsql_fetch_error_func()
|
/PHP-7.3/ext/pcntl/ |
H A D | pcntl.c | 1147 add_next_index_long(user_oldset, signo); in PHP_FUNCTION()
|
/PHP-7.3/ext/xml/ |
H A D | xml.c | 686 add_next_index_long(element, parser->curtag); in _xml_add_to_info()
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 146 add_next_index_long(¶ms, next->num); in phpdbg_call_register()
|
/PHP-7.3/ext/oci8/ |
H A D | oci8_statement.c | 1026 add_next_index_long(zv, ((oci_phpsized_int *)(bind->array.elements))[i]); in php_oci_bind_post_exec()
|