Home
last modified time | relevance | path

Searched refs:arg (Results 251 – 275 of 583) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-7.3/ext/mbstring/tests/
H A Dmb_strripos_variation1.phpt2 Test mb_strripos() function : usage variations - pass different data types to $haystack arg
17 * Pass mb_strripos different data types as $haystack arg to test behaviour
H A Dmb_strripos_variation2.phpt2 Test mb_strripos() function : usage variations - pass different data types as $needle arg
17 * Pass mb_strripos different data types as $needle arg to test behaviour
H A Dmb_ereg_variation2.phpt2 Test mb_ereg() function : usage variations - pass different data types to $string arg
16 * Test behaviour of mb_ereg() when passed different data types as $string arg
/PHP-7.3/ext/iconv/tests/
H A Diconv_strpos_variation1.phpt2 Test iconv_strpos() function : usage variations - pass different data types to $haystack arg
16 * Pass iconv_strpos different data types as $haystack arg to test behaviour
H A Diconv_strpos_variation2.phpt2 Test iconv_strpos() function : usage variations - pass different data types as $needle arg
16 * Pass iconv_strpos different data types as $needle arg to test behaviour
/PHP-7.3/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
15 * Pass different integers as $options arg to imap_close() to test which are
/PHP-7.3/ext/standard/tests/math/
H A Dlog_variation1.phpt2 Test log() function : usage variations - different data types as $arg argument
5 /* Prototype : float log ( float $arg [, float $base ] )
H A Dlog1p_basic.phpt7 /* Prototype : float log1p ( float $arg )
H A Dlog1p_variation1.phpt2 Test log1p() function : usage variations - different data types as $arg argument
7 /* Prototype : float log1p ( float $arg )
H A Ddecbin_error.phpt7 /* Prototype : float expm1 ( float $arg )
H A Dexpm1_basic.phpt7 /* Prototype : float expm1 ( float $arg )
H A Dexpm1_error.phpt5 /* Prototype : float expm1 ( float $arg )
/PHP-7.3/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.3/ext/standard/tests/strings/
H A Dstrtr_variation3.phpt16 echo "*** Testing strtr() : string containing escape sequences for 'str' arg ***\n";
69 *** Testing strtr() : string containing escape sequences for 'str' arg ***
H A Ddirname_error.phpt12 // Bad arg
H A Dquoted_printable_decode_variation1.phpt17 $arg1 = "second arg";
18 $arg2 = "third arg";
/PHP-7.3/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.3/Zend/
H A Dzend_execute.c842 zval_ptr_dtor(arg); in zend_verify_weak_scalar_type_hint()
843 ZVAL_BOOL(arg, dest); in zend_verify_weak_scalar_type_hint()
852 zval_ptr_dtor(arg); in zend_verify_weak_scalar_type_hint()
853 ZVAL_LONG(arg, dest); in zend_verify_weak_scalar_type_hint()
862 zval_ptr_dtor(arg); in zend_verify_weak_scalar_type_hint()
863 ZVAL_DOUBLE(arg, dest); in zend_verify_weak_scalar_type_hint()
870 if (!zend_parse_arg_str_weak(arg, &dest)) { in zend_verify_weak_scalar_type_hint()
904 ZVAL_DEREF(arg); in zend_check_type()
915 if (EXPECTED(Z_TYPE_P(arg) == IS_OBJECT)) { in zend_check_type()
931 return zend_is_iterable(arg); in zend_check_type()
[all …]
H A Dzend_vm_def.h4174 zval *value, *arg; variable
4182 Z_ADDREF_P(arg);
4191 zval *arg; local
4198 ZVAL_UNDEF(arg);
4205 zval *value, *arg; variable
4222 Z_ADDREF_P(arg);
4239 ZVAL_NULL(arg);
4373 ZVAL_NULL(arg);
4463 zval *arg, *top; variable
4672 arg = Z_REFVAL_P(arg);
[all …]
/PHP-7.3/ext/imap/
H A Dphp_imap.c637 if (Z_TYPE_P(arg) == IS_OBJECT) { in add_assoc_object()
638 symtable = Z_OBJPROP_P(arg); in add_assoc_object()
640 symtable = Z_ARRVAL_P(arg); in add_assoc_object()
652 if (Z_TYPE_P(arg) == IS_OBJECT) { in add_next_index_object()
653 symtable = Z_OBJPROP_P(arg); in add_next_index_object()
655 symtable = Z_ARRVAL_P(arg); in add_next_index_object()
2805 zend_string *arg; in PHP_FUNCTION() local
2823 inlen = ZSTR_LEN(arg); in PHP_FUNCTION()
2944 zend_string *arg; in PHP_FUNCTION() local
2962 inlen = ZSTR_LEN(arg); in PHP_FUNCTION()
[all …]
/PHP-7.3/main/
H A DSAPI.c169 SAPI_API void sapi_handle_post(void *arg) in sapi_handle_post() argument
172 SG(request_info).post_entry->post_handler(SG(request_info).content_type_dup, arg); in sapi_handle_post()
657 SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg) in sapi_header_op() argument
680 sapi_update_response_code((int)(zend_intptr_t) arg); in sapi_header_op()
686 sapi_header_line *p = arg; in sapi_header_op()
982 SAPI_API int sapi_register_treat_data(void (*treat_data)(int arg, char *str, zval *destArray)) in sapi_register_treat_data() argument
991 SAPI_API int sapi_register_input_filter(unsigned int (*input_filter)(int arg, char *var, char **val… in sapi_register_input_filter() argument
1110 …quest_header(char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg) /* {{{ */ in sapi_add_request_header() argument
1112 zval *return_value = (zval*)arg; in sapi_add_request_header()
/PHP-7.3/ext/standard/
H A Dbasic_functions.c217 ZEND_ARG_INFO(1, arg) /* ARRAY_INFO(1, arg, 0) */
222 ZEND_ARG_INFO(1, arg) /* ARRAY_INFO(1, arg, 0) */
275 ZEND_ARG_INFO(1, arg)
279 ZEND_ARG_INFO(1, arg)
283 ZEND_ARG_INFO(1, arg)
287 ZEND_ARG_INFO(1, arg)
291 ZEND_ARG_INFO(0, arg)
295 ZEND_ARG_INFO(0, arg)
1023 ZEND_ARG_INFO(0, arg)
5677 zend_bool arg = 0; local
[all …]
/PHP-7.3/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.3/sapi/fpm/fpm/
H A Dfpm_systemd.c48 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_systemd_heartbeat() argument
/PHP-7.3/ext/intl/tests/
H A Dbreakiter_getLocale_error.phpt2 IntlBreakIterator::getLocale(): arg errors

Completed in 96 milliseconds

1...<<11121314151617181920>>...24