Home
last modified time | relevance | path

Searched refs:arg (Results 226 – 250 of 421) sorted by relevance

12345678910>>...17

/PHP-7.4/sapi/cgi/tests/
H A D008.phpt21 public static function foo(Test $arg) {
45 …pan style="color: #007700">(</span><span style="color: #0000BB">Test&nbsp;$arg</span><span style="…
/PHP-7.4/ext/ldap/
H A Dconfig.m4104 dnl Check for 3 arg ldap_set_rebind_proc
105 AC_CACHE_CHECK([for 3 arg ldap_set_rebind_proc], ac_cv_3arg_setrebindproc,
109 AC_DEFINE(HAVE_3ARG_SETREBINDPROC,1,[Whether 3 arg set_rebind_proc()])
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_stdio.c117 static void fpm_stdio_child_said(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ argument
129 if (!arg) {
132 child = (struct fpm_child_s *)arg;
H A Dfpm_systemd.c48 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_systemd_heartbeat() argument
H A Dfpm_conf.c1269 static void fpm_conf_cleanup(int which, void *arg) /* {{{ */ in fpm_conf_cleanup() argument
1285 static void fpm_conf_ini_parser_include(char *inc, void *arg) /* {{{ */ in fpm_conf_ini_parser_include() argument
1288 int *error = (int *)arg; in fpm_conf_ini_parser_include()
1294 if (!inc || !arg) return; in fpm_conf_ini_parser_include()
1341 static void fpm_conf_ini_parser_section(zval *section, void *arg) /* {{{ */ in fpm_conf_ini_parser_section() argument
1345 int *error = (int *)arg; in fpm_conf_ini_parser_section()
1379 static void fpm_conf_ini_parser_entry(zval *name, zval *value, void *arg) /* {{{ */ in fpm_conf_ini_parser_entry() argument
1384 int *error = (int *)arg; in fpm_conf_ini_parser_entry()
1438 int *error = (int *)arg; in fpm_conf_ini_parser_array()
1496 if (!arg1 || !arg) return; in fpm_conf_ini_parser()
[all …]
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp70 zval arg; in timezone_convert_to_datetimezone() local
100 ZVAL_STR(&arg, u8str); in timezone_convert_to_datetimezone()
101 …zend_call_method_with_1_params(ret, NULL, &Z_OBJCE_P(ret)->constructor, "__construct", NULL, &arg); in timezone_convert_to_datetimezone()
108 zval_ptr_dtor(&arg); in timezone_convert_to_datetimezone()
111 zval_ptr_dtor(&arg); in timezone_convert_to_datetimezone()
/PHP-7.4/ext/standard/tests/math/
H A Dlog1p_basic.phpt7 /* Prototype : float log1p ( float $arg )
H A Dexpm1_basic.phpt7 /* Prototype : float expm1 ( float $arg )
/PHP-7.4/main/
H A DSAPI.c165 SAPI_API void sapi_handle_post(void *arg) in sapi_handle_post() argument
168 SG(request_info).post_entry->post_handler(SG(request_info).content_type_dup, arg); in sapi_handle_post()
653 SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg) in sapi_header_op() argument
676 sapi_update_response_code((int)(zend_intptr_t) arg); in sapi_header_op()
682 sapi_header_line *p = arg; in sapi_header_op()
978 SAPI_API int sapi_register_treat_data(void (*treat_data)(int arg, char *str, zval *destArray)) in sapi_register_treat_data() argument
987 SAPI_API int sapi_register_input_filter(unsigned int (*input_filter)(int arg, char *var, char **val… in sapi_register_input_filter() argument
1106 …quest_header(char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg) /* {{{ */ in sapi_add_request_header() argument
1108 zval *return_value = (zval*)arg; in sapi_add_request_header()
/PHP-7.4/ext/imap/
H A Dphp_imap.c640 if (Z_TYPE_P(arg) == IS_OBJECT) { in add_assoc_object()
641 symtable = Z_OBJPROP_P(arg); in add_assoc_object()
643 symtable = Z_ARRVAL_P(arg); in add_assoc_object()
655 if (Z_TYPE_P(arg) == IS_OBJECT) { in add_next_index_object()
656 symtable = Z_OBJPROP_P(arg); in add_next_index_object()
658 symtable = Z_ARRVAL_P(arg); in add_next_index_object()
2827 zend_string *arg; in PHP_FUNCTION() local
2845 inlen = ZSTR_LEN(arg); in PHP_FUNCTION()
2966 zend_string *arg; in PHP_FUNCTION() local
2984 inlen = ZSTR_LEN(arg); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_005w.phpt23 $s1 = new SOAPStruct('arg',34,325.325);
34 …chFault><param1 xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt …
/PHP-7.4/ext/standard/
H A Dbasic_functions.c206 ZEND_ARG_INFO(1, arg) /* ARRAY_INFO(1, arg, 0) */
211 ZEND_ARG_INFO(1, arg) /* ARRAY_INFO(1, arg, 0) */
264 ZEND_ARG_INFO(1, arg)
268 ZEND_ARG_INFO(1, arg)
272 ZEND_ARG_INFO(1, arg)
276 ZEND_ARG_INFO(1, arg)
280 ZEND_ARG_INFO(0, arg)
284 ZEND_ARG_INFO(0, arg)
1010 ZEND_ARG_INFO(0, arg)
5687 zend_bool arg = 0; local
[all …]
H A Dhead.c380 static void php_head_apply_header_list_to_hash(void *data, void *arg) in php_head_apply_header_list_to_hash() argument
384 if (arg && sapi_header) { in php_head_apply_header_list_to_hash()
385 add_next_index_string((zval *)arg, (char *)(sapi_header->header)); in php_head_apply_header_list_to_hash()
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_getLocale_error.phpt2 IntlBreakIterator::getLocale(): arg errors
H A Dbreakiter_first_last_previous_current_error.phpt2 IntlBreakIterator::first()/last()/previous()/current(): arg errors
H A Dbreakiter_setText_error.phpt2 IntlBreakIterator::setText(): arg errors
/PHP-7.4/ext/standard/tests/streams/
H A Dbug79984.phpt2 Bug #79984 (Stream filter is not called with closing arg)
/PHP-7.4/Zend/
H A Dzend_execute.c843 zval_ptr_dtor(arg); in zend_verify_weak_scalar_type_hint()
844 ZVAL_BOOL(arg, dest); in zend_verify_weak_scalar_type_hint()
853 zval_ptr_dtor(arg); in zend_verify_weak_scalar_type_hint()
854 ZVAL_LONG(arg, dest); in zend_verify_weak_scalar_type_hint()
863 zval_ptr_dtor(arg); in zend_verify_weak_scalar_type_hint()
864 ZVAL_DOUBLE(arg, dest); in zend_verify_weak_scalar_type_hint()
1022 if (UNEXPECTED(Z_ISREF_P(arg))) { in zend_check_type()
1023 ref = Z_REF_P(arg); in zend_check_type()
1024 arg = Z_REFVAL_P(arg); in zend_check_type()
1053 return zend_is_iterable(arg); in zend_check_type()
[all …]
H A Dzend_builtin_functions.c472 zval *arg; in ZEND_FUNCTION() local
508 if (EXPECTED(!Z_ISUNDEF_P(arg))) { in ZEND_FUNCTION()
509 ZVAL_COPY_DEREF(return_value, arg); in ZEND_FUNCTION()
1005 zval *arg; in ZEND_FUNCTION() local
1021 if (Z_TYPE_P(arg) == IS_OBJECT) { in ZEND_FUNCTION()
1022 ce = Z_OBJ_P(arg)->ce; in ZEND_FUNCTION()
2003 zval *name_array = (zval *)arg; in add_zendext_info()
2125 zval *arg; in debug_backtrace_get_args() local
2130 if (arg) { in debug_backtrace_get_args()
2132 Z_ADDREF_P(arg); in debug_backtrace_get_args()
[all …]
H A Dzend_execute_API.c759 zval *arg = &fci->params[i]; in zend_call_function() local
763 if (UNEXPECTED(!Z_ISREF_P(arg))) { in zend_call_function()
766 ZVAL_NEW_REF(arg, arg); in zend_call_function()
788 if (Z_ISREF_P(arg) && in zend_call_function()
791 arg = Z_REFVAL_P(arg); in zend_call_function()
797 ZVAL_COPY(param, arg); in zend_call_function()
799 Z_TRY_ADDREF_P(arg); in zend_call_function()
800 ZVAL_NEW_REF(param, arg); in zend_call_function()
1239 VOID CALLBACK tq_timer_cb(PVOID arg, BOOLEAN timed_out) in tq_timer_cb() argument
1249 eg = (zend_executor_globals *)arg; in tq_timer_cb()
/PHP-7.4/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_004.phpt2 …s_subclass_of() function : usage variations - unexpected type for arg 1 with valid class in arg 2.
H A Dget_object_vars_basic_002.phpt2 get_object_vars(): visibility from non static methods (target object passed as arg)
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation9.phpt2 Test scandir() function : usage variations - different ints as $sorting_order arg
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c524 static void firebird_info_cb(void *arg, char const *s) /* {{{ */ in firebird_info_cb() argument
526 if (arg) { in firebird_info_cb()
527 if (*(char*)arg) { /* second call */ in firebird_info_cb()
528 strlcat(arg, " ", INFO_BUF_LEN); in firebird_info_cb()
530 strlcat(arg, s, INFO_BUF_LEN); in firebird_info_cb()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation6.phpt2 Test mb_encode_mimeheader() function : usage variations - Pass different strings to $linefeed arg

Completed in 125 milliseconds

12345678910>>...17