Home
last modified time | relevance | path

Searched refs:arg (Results 201 – 225 of 467) sorted by relevance

12345678910>>...19

/php-src/ext/standard/tests/strings/
H A Ddirname_error.phpt7 // Bad arg
H A Dstrtr_variation2.phpt10 echo "*** Testing strtr() : string containing special chars for 'str' arg ***\n";
58 *** Testing strtr() : string containing special chars for 'str' arg ***
H A Dprint_variation1.phpt6 echo "*** Testing print() function: with unexpected inputs for 'arg' argument ***\n";
79 *** Testing print() function: with unexpected inputs for 'arg' argument ***
/php-src/Zend/tests/
H A Dbug60613.phpt6 function __call($name, $arg) {
H A Dbug47771.phpt2 Bug #47771 (Exception during object construction from arg call calls object's destructor)
H A Dbug79108.phpt13 // we're able to modify the $val from here, even though the arg was not a reference
H A Dbug29368_1.phpt5 function throwme($arg)
H A Derror_reporting03.phpt8 function foo($arg) {
H A Dcall_user_func_by_ref.phpt2 call_user_func() with ref arg and type check
/php-src/ext/opcache/tests/jit/
H A Drecursive_wrong_args.phpt9 function f($arg) {
H A Dsend_val_002.phpt2 JIT SEND_VAL: 002 named arg
/php-src/Zend/
H A Dzend_execute.c746 zval_ptr_dtor(arg); in zend_verify_weak_scalar_type_hint()
754 zval_ptr_dtor(arg); in zend_verify_weak_scalar_type_hint()
763 zval_ptr_dtor(arg); in zend_verify_weak_scalar_type_hint()
1198 ref = Z_REF_P(arg); in zend_check_type()
1199 arg = Z_REFVAL_P(arg); in zend_check_type()
1264 arg++; in zend_verify_internal_arg_types()
5102 zval *arg; in zend_handle_named_arg() local
5111 if (!arg) { in zend_handle_named_arg()
5117 return arg; in zend_handle_named_arg()
5150 return arg; in zend_handle_named_arg()
[all …]
H A Dzend_list.c238 static int clean_module_resource(zval *zv, void *arg) in clean_module_resource() argument
240 int resource_id = *(int *)arg; in clean_module_resource()
246 static int zend_clean_module_rsrc_dtors_cb(zval *zv, void *arg) in zend_clean_module_rsrc_dtors_cb() argument
249 int module_number = *(int *)arg; in zend_clean_module_rsrc_dtors_cb()
H A Dzend_extensions.h64 typedef void (*message_handler_func_t)(int message, void *arg);
119 ZEND_API void zend_extension_dispatch_message(int message, void *arg);
/php-src/docs-old/
H A Dinput-filter.md102 switch(arg) {
147 long arg;
153 if(zend_parse_parameters(2, "ls", &arg, &var, &var_len) == FAILURE) {
157 switch(arg) {
/php-src/ext/intl/tests/
H A Dmsgfmt_setPattern_cache.phpt2 MessageFormatter::setPattern() invalidates arg types cache
H A Dmsgfmt_format_error3.phpt2 MessageFormatter::format() given negative arg key
/php-src/sapi/cli/tests/
H A D003-2.phpt2 defining INI options with -d (as 2nd arg)
/php-src/ext/standard/
H A Dmd5.c44 zend_string *arg; in PHP_FUNCTION() local
50 Z_PARAM_STR(arg) in PHP_FUNCTION()
56 PHP_MD5Update(&context, ZSTR_VAL(arg), ZSTR_LEN(arg)); in PHP_FUNCTION()
71 char *arg; in PHP_FUNCTION() local
81 Z_PARAM_PATH(arg, arg_len) in PHP_FUNCTION()
86 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
H A Dsha1.c32 zend_string *arg; in PHP_FUNCTION() local
38 Z_PARAM_STR(arg) in PHP_FUNCTION()
44 PHP_SHA1Update(&context, (unsigned char *) ZSTR_VAL(arg), ZSTR_LEN(arg)); in PHP_FUNCTION()
61 char *arg; in PHP_FUNCTION() local
71 Z_PARAM_PATH(arg, arg_len) in PHP_FUNCTION()
76 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
/php-src/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_004s.phpt10 new SoapVar("arg", XSD_STRING, null, null, "varString"),
28 …putStruct xsi:type="ns2:SOAPStructStruct"><varString xsi:type="xsd:string">arg</varString><varInt …
30 …e><return xsi:type="ns2:SOAPStructStruct"><varString xsi:type="xsd:string">arg</varString><varInt …
H A Dr2_groupB_005s.phpt10 new SoapVar("arg", XSD_STRING, null, null, "varString"),
28 …nputStruct xsi:type="ns2:SOAPArrayStruct"><varString xsi:type="xsd:string">arg</varString><varInt …
30 …se><return xsi:type="ns2:SOAPArrayStruct"><varString xsi:type="xsd:string">arg</varString><varInt …
/php-src/ext/reflection/tests/
H A DReflectionParameter_isVariadic_basic.phpt8 function test3($arg, ...$args) {}
/php-src/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm30 ; first arg of make_fcontext() == top of context-stack
50 ; first arg of make_fcontext() == top of context-stack
54 ; second arg of make_fcontext() == size of context-stack
68 ; third arg of make_fcontext() == address of context-function
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.h87 …unc)(char *name, size_t len, char *keyname, size_t keylen, HashTable *parent, zval *zv, void *arg);
90 …_parse_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, bool silent, void *arg);

Completed in 57 milliseconds

12345678910>>...19