Home
last modified time | relevance | path

Searched refs:add_assoc_long_ex (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/pcntl/
H A Dpcntl.c1047 add_assoc_long_ex(user_siginfo, "signo", sizeof("signo"), siginfo.si_signo); in pcntl_sigwaitinfo()
1048 add_assoc_long_ex(user_siginfo, "errno", sizeof("errno"), siginfo.si_errno); in pcntl_sigwaitinfo()
1049 add_assoc_long_ex(user_siginfo, "code", sizeof("code"), siginfo.si_code); in pcntl_sigwaitinfo()
1053 add_assoc_long_ex(user_siginfo, "status", sizeof("status"), siginfo.si_status); in pcntl_sigwaitinfo()
1060 add_assoc_long_ex(user_siginfo, "pid", sizeof("pid"), siginfo.si_pid); in pcntl_sigwaitinfo()
1061 add_assoc_long_ex(user_siginfo, "uid", sizeof("uid"), siginfo.si_uid); in pcntl_sigwaitinfo()
1072 add_assoc_long_ex(user_siginfo, "band", sizeof("band"), siginfo.si_band); in pcntl_sigwaitinfo()
1074 add_assoc_long_ex(user_siginfo, "fd", sizeof("fd"), siginfo.si_fd); in pcntl_sigwaitinfo()
/PHP-5.5/ext/mysqli/
H A Dmysqli_prop.c218 add_assoc_long_ex(single_error, "errno", sizeof("errno"), message->error_no); in link_error_list_read()
229 add_assoc_long_ex(single_error, "errno", sizeof("errno"), mysql_errno(mysql->mysql)); in link_error_list_read()
415 add_assoc_long_ex(single_error, "errno", sizeof("errno"), message->error_no); in stmt_error_list_read()
426 add_assoc_long_ex(single_error, "errno", sizeof("errno"), mysql_stmt_errno(stmt->stmt)); in stmt_error_list_read()
H A Dmysqli_nonapi.c442 add_assoc_long_ex(single_error, "errno", sizeof("errno"), message->error_no);
453 add_assoc_long_ex(single_error, "errno", sizeof("errno"), mysql_errno(mysql->mysql));
486 add_assoc_long_ex(single_error, "errno", sizeof("errno"), message->error_no);
497 add_assoc_long_ex(single_error, "errno", sizeof("errno"), mysql_stmt_errno(stmt->stmt));
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp323 add_assoc_long_ex(&zv, "rawOffset", sizeof("rawOffset"), (long)rawOffset); in TimeZone_get_debug_info()
324 add_assoc_long_ex(&zv, "currentOffset", sizeof("currentOffset"), in TimeZone_get_debug_info()
/PHP-5.5/ext/intl/idn/
H A Didn.c193 add_assoc_long_ex(idna_info, "errors", sizeof("errors"), (long)info.errors); in php_intl_idn_to_46()
/PHP-5.5/ext/session/
H A Dsession.c2701add_assoc_long_ex(progress->data, "start_time", sizeof("start_time"), (long)sapi_get_req…
2702add_assoc_long_ex(progress->data, "content_length", sizeof("content_length"), progress->content_…
2723 add_assoc_long_ex(progress->current_file, "error", sizeof("error"), 0);
2726add_assoc_long_ex(progress->current_file, "start_time", sizeof("start_time"), (long)time…
2759 add_assoc_long_ex(progress->current_file, "error", sizeof("error"), data->cancel_upload);
/PHP-5.5/Zend/
H A Dzend_API.h376 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n);
385 #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key)+1, __n)
H A Dzend_builtin_functions.c2272 add_assoc_long_ex(stack_frame, "line", sizeof("line"), lineno); in zend_fetch_debug_backtrace()
2289 add_assoc_long_ex(stack_frame, "line", sizeof("line"), prev->opline->lineno); in zend_fetch_debug_backtrace()
H A Dzend_API.c1225 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n) /* {{{ */ in add_assoc_long_ex() function
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4515 add_assoc_long_ex(return_value, "seconds", sizeof("seconds"), php_rem.tv_sec);
4516 add_assoc_long_ex(return_value, "nanoseconds", sizeof("nanoseconds"), php_rem.tv_nsec);
4769 add_assoc_long_ex(return_value, "type", sizeof("type"), PG(last_error_type));
4772 add_assoc_long_ex(return_value, "line", sizeof("line"), PG(last_error_lineno));
/PHP-5.5/ext/imap/
H A Dphp_imap.c774 add_assoc_long_ex(return_value, "usage", sizeof("usage"), qlist->usage); in mail_getquota()
775 add_assoc_long_ex(return_value, "limit", sizeof("limit"), qlist->limit); in mail_getquota()
778 add_assoc_long_ex(t_map, "usage", sizeof("usage"), qlist->usage); in mail_getquota()
779 add_assoc_long_ex(t_map, "limit", sizeof("limit"), qlist->limit); in mail_getquota()
/PHP-5.5/ext/spl/
H A Dspl_dllist.c532 add_assoc_long_ex(&zrv, pnstr, pnlen+1, intern->flags); in spl_dllist_object_get_debug_info()
H A Dspl_heap.c548 add_assoc_long_ex(&zrv, pnstr, pnlen+1, intern->flags); in spl_heap_object_get_debug_info_helper()
/PHP-5.5/ext/curl/
H A Dinterface.c157 #define CAAL(s, v) add_assoc_long_ex(return_value, s, sizeof(s), (long) v);

Completed in 151 milliseconds