Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/standard/
H A Dhrtime.c182 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 Ddns_win32.c80 add_next_index_long(weight_list, srv->wPriority); in PHP_FUNCTION()
H A Ddns.c1113 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
/PHP-7.3/ext/intl/resourcebundle/
H A Dresourcebundle.c64 add_next_index_long( return_value, vfield[i] ); in resourcebundle_extract_value()
/PHP-7.3/ext/tokenizer/
H A Dtokenizer.c112 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 Ddblib_driver.c66 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 Drulebasedbreakiterator_methods.cpp186 add_next_index_long(return_value, rules[i]); in PHP_FUNCTION()
/PHP-7.3/ext/pdo_firebird/
H A Dfirebird_driver.c591 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 Duchar.c520 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 Dodbc_driver.c49 add_next_index_long(info, einfo->last_error); in pdo_odbc_fetch_error_func()
/PHP-7.3/ext/date/
H A Dphp_date.c1834 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 Dgd.c3935 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 Dphp_mbregex.c1477 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 Dpdo_dbh.c48 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 Dsqlite_driver.c92 add_next_index_long(info, einfo->errcode); in pdo_sqlite_fetch_error_func()
/PHP-7.3/ext/pdo_oci/
H A Doci_driver.c50 add_next_index_long(info, einfo->errcode); in pdo_oci_fetch_error_func()
/PHP-7.3/ext/pdo_mysql/
H A Dmysql_driver.c129 add_next_index_long(info, einfo->errcode); in pdo_mysql_fetch_error_func()
/PHP-7.3/ext/posix/
H A Dposix.c579 add_next_index_long(return_value, gidlist[i]); in PHP_FUNCTION()
/PHP-7.3/ext/intl/converter/
H A Dconverter.c317 add_next_index_long(&zargs[1], c); in php_converter_from_u_callback()
/PHP-7.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c315 else return add_next_index_long(list, num);
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_driver.c123 add_next_index_long(info, einfo->errcode); in pdo_pgsql_fetch_error_func()
/PHP-7.3/ext/pcntl/
H A Dpcntl.c1147 add_next_index_long(user_oldset, signo); in PHP_FUNCTION()
/PHP-7.3/ext/xml/
H A Dxml.c686 add_next_index_long(element, parser->curtag); in _xml_add_to_info()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c146 add_next_index_long(&params, next->num); in phpdbg_call_register()
/PHP-7.3/ext/oci8/
H A Doci8_statement.c1026 add_next_index_long(zv, ((oci_phpsized_int *)(bind->array.elements))[i]); in php_oci_bind_post_exec()

Completed in 136 milliseconds

12