Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c135 add_next_index_long(keyword, token_type); in tokenize()
143 add_next_index_long(keyword, token_line); in tokenize()
163 add_next_index_long(keyword, T_INLINE_HTML); in tokenize()
165 add_next_index_long(keyword, token_line); in tokenize()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle.c64 add_next_index_long( return_value, vfield[i] ); in resourcebundle_extract_value()
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_driver.c63 add_next_index_long(info, einfo->dberr); in dblib_fetch_error()
65 add_next_index_long(info, einfo->oserr); in dblib_fetch_error()
66 add_next_index_long(info, einfo->severity); in dblib_fetch_error()
/PHP-5.5/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp186 add_next_index_long(return_value, rules[i]); in PHP_FUNCTION()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c611 add_next_index_long(info, sqlcode); in pdo_firebird_fetch_error_func()
619 add_next_index_long(info, -999); in pdo_firebird_fetch_error_func()
/PHP-5.5/ext/standard/
H A Ddns_win32.c80 add_next_index_long(weight_list, srv->wPriority); in PHP_FUNCTION()
H A Ddns.c1079 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
H A Darray.c1715 add_next_index_long(return_value, (long)low); in PHP_FUNCTION()
1723 add_next_index_long(return_value, (long)low); in PHP_FUNCTION()
1726 add_next_index_long(return_value, (long)low); in PHP_FUNCTION()
4048 add_next_index_long(return_value, num_key); in PHP_FUNCTION()
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c51 add_next_index_long(info, einfo->last_error); in pdo_odbc_fetch_error_func()
/PHP-5.5/ext/gd/
H A Dgd.c3889 add_next_index_long(return_value, brect[i]); in php_imagettftext_common()
4242 add_next_index_long(return_value, str_img->metrics.leftSideBearing); in PHP_FUNCTION()
4243 add_next_index_long(return_value, str_img->metrics.descent); in PHP_FUNCTION()
4244 add_next_index_long(return_value, str_img->metrics.rightSideBearing); in PHP_FUNCTION()
4245 add_next_index_long(return_value, str_img->metrics.ascent); in PHP_FUNCTION()
4341 add_next_index_long(return_value, (int) ceil(((double) str_bbox.llx)*sz/1000)); in PHP_FUNCTION()
4342 add_next_index_long(return_value, (int) ceil(((double) str_bbox.lly)*sz/1000)); in PHP_FUNCTION()
4343 add_next_index_long(return_value, (int) ceil(((double) str_bbox.urx)*sz/1000)); in PHP_FUNCTION()
4344 add_next_index_long(return_value, (int) ceil(((double) str_bbox.ury)*sz/1000)); in PHP_FUNCTION()
/PHP-5.5/ext/date/
H A Dphp_date.c1779 add_next_index_long(return_value, ts->s); in PHP_FUNCTION()
1780 add_next_index_long(return_value, ts->i); in PHP_FUNCTION()
1781 add_next_index_long(return_value, ts->h); in PHP_FUNCTION()
1782 add_next_index_long(return_value, ts->d); in PHP_FUNCTION()
1783 add_next_index_long(return_value, ts->m - 1); in PHP_FUNCTION()
1784 add_next_index_long(return_value, ts->y- 1900); in PHP_FUNCTION()
1785 add_next_index_long(return_value, timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1786 add_next_index_long(return_value, timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1787 add_next_index_long(return_value, ts->dst); in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c1246 add_next_index_long(return_value, beg); in _php_mb_regex_ereg_search_exec()
1247 add_next_index_long(return_value, end - beg); in _php_mb_regex_ereg_search_exec()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c132 add_next_index_long(info, einfo->errcode); in pdo_mysql_fetch_error_func()
/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c52 add_next_index_long(info, einfo->errcode); in pdo_oci_fetch_error_func()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c95 add_next_index_long(info, einfo->errcode); in pdo_sqlite_fetch_error_func()
/PHP-5.5/ext/posix/
H A Dposix.c514 add_next_index_long(return_value, gidlist[i]); in PHP_FUNCTION()
/PHP-5.5/ext/pcntl/
H A Dpcntl.c968 add_next_index_long(user_oldset, signo); in PHP_FUNCTION()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c123 add_next_index_long(info, einfo->errcode); in pdo_pgsql_fetch_error_func()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c333 add_next_index_long(zsource, c); in php_converter_from_u_callback()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c321 else return add_next_index_long(list, num);
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c542 add_next_index_long(match_pair, offset); in add_offset_pair()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c90 add_next_index_long(info, 0); in pdo_raise_impl_error()
/PHP-5.5/ext/xml/
H A Dxml.c748 add_next_index_long(*element,parser->curtag); in _xml_add_to_info()
/PHP-5.5/Zend/
H A Dzend_API.h409 ZEND_API int add_next_index_long(zval *arg, long n);
/PHP-5.5/ext/oci8/
H A Doci8_statement.c911 add_next_index_long(bind->zval, ((ub4 *)(bind->array.elements))[i]); in php_oci_bind_post_exec()

Completed in 164 milliseconds

12