Home
last modified time | relevance | path

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

12

/PHP-7.4/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.c84 add_next_index_long(weight_list, srv->wPriority); in PHP_FUNCTION()
H A Ddns.c1136 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle.c64 add_next_index_long( return_value, vfield[i] ); in resourcebundle_extract_value()
/PHP-7.4/ext/tokenizer/
H A Dtokenizer.c112 add_next_index_long(&keyword, token_type); in add_token()
118 add_next_index_long(&keyword, lineno); in add_token()
/PHP-7.4/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.4/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp180 add_next_index_long(return_value, rules[i]); in PHP_FUNCTION()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c600 add_next_index_long(info, sqlcode); in pdo_firebird_fetch_error_func()
608 add_next_index_long(info, -999); in pdo_firebird_fetch_error_func()
/PHP-7.4/ext/intl/uchar/
H A Duchar.c518 add_next_index_long(return_value, version[i]); in IC_METHOD()
534 add_next_index_long(return_value, version[i]); in IC_METHOD()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c49 add_next_index_long(info, einfo->last_error); in pdo_odbc_fetch_error_func()
/PHP-7.4/ext/date/
H A Dphp_date.c1825 add_next_index_long(return_value, ts->s); in PHP_FUNCTION()
1826 add_next_index_long(return_value, ts->i); in PHP_FUNCTION()
1827 add_next_index_long(return_value, ts->h); in PHP_FUNCTION()
1828 add_next_index_long(return_value, ts->d); in PHP_FUNCTION()
1829 add_next_index_long(return_value, ts->m - 1); in PHP_FUNCTION()
1830 add_next_index_long(return_value, ts->y- 1900); in PHP_FUNCTION()
1831 add_next_index_long(return_value, timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1832 add_next_index_long(return_value, timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1833 add_next_index_long(return_value, ts->dst); in PHP_FUNCTION()
/PHP-7.4/ext/gd/
H A Dgd.c4018 add_next_index_long(return_value, x1); in PHP_FUNCTION()
4019 add_next_index_long(return_value, y1); in PHP_FUNCTION()
4020 add_next_index_long(return_value, x2); in PHP_FUNCTION()
4021 add_next_index_long(return_value, y2); in PHP_FUNCTION()
4139 add_next_index_long(return_value, brect[i]); in php_imagettftext_common()
5210 add_next_index_long(return_value, gdImageResolutionX(im)); in PHP_FUNCTION()
5211 add_next_index_long(return_value, gdImageResolutionY(im)); in PHP_FUNCTION()
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c1491 add_next_index_long(return_value, beg); in _php_mb_regex_ereg_search_exec()
1492 add_next_index_long(return_value, end - beg); in _php_mb_regex_ereg_search_exec()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c49 add_next_index_long(&error_info, driver_errcode); in pdo_throw_exception()
114 add_next_index_long(&info, 0); in pdo_raise_impl_error()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c92 add_next_index_long(info, einfo->errcode); in pdo_sqlite_fetch_error_func()
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c50 add_next_index_long(info, einfo->errcode); in pdo_oci_fetch_error_func()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c133 add_next_index_long(info, einfo->errcode); in pdo_mysql_fetch_error_func()
/PHP-7.4/ext/posix/
H A Dposix.c589 add_next_index_long(return_value, gidlist[i]); in PHP_FUNCTION()
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c315 else return add_next_index_long(list, num);
/PHP-7.4/ext/intl/converter/
H A Dconverter.c320 add_next_index_long(&zargs[1], c); in php_converter_from_u_callback()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c118 add_next_index_long(info, einfo->errcode); in pdo_pgsql_fetch_error_func()
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1207 add_next_index_long(user_oldset, signo); in PHP_FUNCTION()
/PHP-7.4/ext/xml/
H A Dxml.c711 add_next_index_long(element, parser->curtag); in _xml_add_to_info()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c146 add_next_index_long(&params, next->num); in phpdbg_call_register()
/PHP-7.4/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 115 milliseconds

12