Home
last modified time | relevance | path

Searched refs:arg (Results 151 – 175 of 497) sorted by relevance

12345678910>>...20

/PHP-5.3/ext/soap/tests/interop/Round2/GroupB/
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 …
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 …
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_stdio.c86 static void fpm_stdio_child_said(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_stdio_child_said() argument
99 if (!arg) { in fpm_stdio_child_said()
102 child = (struct fpm_child_s *)arg; in fpm_stdio_child_said()
H A Dfpm_worker_pool.c36 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup() argument
/PHP-5.3/ext/standard/tests/math/
H A Dexpm1_variation1.phpt2 Test expm1() function : usage variations - different data types as $arg argument
8 /* Prototype : float expm1 ( float $arg )
34 // unexpected values to be passed to $arg argument
/PHP-5.3/win32/build/
H A Dphpize.js.in178 arg = args(i);
180 arg = arg.split("=", 2);
181 argname = arg[0];
182 if (arg.length > 1) {
183 argval = arg[1];
/PHP-5.3/ext/standard/tests/strings/
H A Dwordwrap_basic.phpt21 // with $width arg
23 // with $break arg
H A Dstrtr_variation2.phpt16 echo "*** Testing strtr() : string containing special chars for 'str' arg ***\n";
64 *** Testing strtr() : string containing special chars for 'str' arg ***
/PHP-5.3/ext/standard/
H A Durl_scanner_ex.h39 smart_str arg; /* read only */ member
H A Dhead.c259 static void php_head_apply_header_list_to_hash(void *data, void *arg TSRMLS_DC) in php_head_apply_header_list_to_hash()
263 if (arg && sapi_header) { in php_head_apply_header_list_to_hash()
264 add_next_index_string((zval *)arg, (char *)(sapi_header->header), 1); in php_head_apply_header_list_to_hash()
H A Dbasic_functions.c273 ZEND_ARG_INFO(1, arg)
277 ZEND_ARG_INFO(1, arg)
281 ZEND_ARG_INFO(1, arg)
285 ZEND_ARG_INFO(1, arg)
4289 arg = **entry;
4292 arg_ptr = &arg;
4298 zval_dtor(&arg);
4336 arg = **entry;
4339 arg_ptr = &arg;
5603 char *arg = NULL; local
[all …]
H A Dmd5.c49 char *arg; in PHP_NAMED_FUNCTION() local
56 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_NAMED_FUNCTION()
62 PHP_MD5Update(&context, arg, arg_len); in PHP_NAMED_FUNCTION()
78 char *arg; in PHP_NAMED_FUNCTION() local
88 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_NAMED_FUNCTION()
92 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL); in PHP_NAMED_FUNCTION()
/PHP-5.3/sapi/cli/tests/
H A D003-2.phpt2 defining INI options with -d (as 2nd arg)
/PHP-5.3/Zend/tests/
H A Dbug47771.phpt2 Bug #47771 (Exception during object construction from arg call calls object's destructor)
H A Dobjects_002.phpt17 function foo($arg) {}
H A Derror_reporting03.phpt8 function foo($arg) {
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c108 ZEND_ARG_INFO(0, arg)
1473 zval **arg; in PHP_FUNCTION() local
1478 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Zs", &arg, &type, &type_len) == FAILURE) { in PHP_FUNCTION()
1484 if (set_zval_xmlrpc_type(*arg, vtype) == SUCCESS) { in PHP_FUNCTION()
1498 zval **arg; in PHP_FUNCTION() local
1502 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z", &arg) == FAILURE) { in PHP_FUNCTION()
1506 type = get_zval_xmlrpc_type(*arg, 0); in PHP_FUNCTION()
1508 …vtype = determine_vector_type((Z_TYPE_PP(arg) == IS_OBJECT) ? Z_OBJPROP_PP(arg) : Z_ARRVAL_PP(arg)… in PHP_FUNCTION()
1519 zval *arg, **val; in PHP_FUNCTION() local
1521 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a", &arg) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-5.3/
H A DREADME.input_filter108 switch(arg) {
153 long arg;
161 if(zend_parse_parameters(2 TSRMLS_CC, "ls", &arg, &var, &var_len) == FAILURE) {
165 switch(arg) {
/PHP-5.3/Zend/
H A Dzend_ini.h197 …*zend_ini_parser_cb_t)(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg TSRMLS_DC);
199 …bool unbuffered_errors, int scanner_mode, zend_ini_parser_cb_t ini_parser_cb, void *arg TSRMLS_DC);
200 …bool unbuffered_errors, int scanner_mode, zend_ini_parser_cb_t ini_parser_cb, void *arg TSRMLS_DC);
210 void *arg; member
/PHP-5.3/ext/filter/
H A Dfilter.c79 static unsigned int php_sapi_filter(int arg, char *var, char **val, unsigned int val_len, unsigned …
405 static unsigned int php_sapi_filter(int arg, char *var, char **val, unsigned int val_len, unsigned … in php_sapi_filter() argument
427 switch (arg) { in php_sapi_filter()
445 …if (arg == PARSE_COOKIE && orig_array_ptr && zend_symtable_exists(Z_ARRVAL_P(orig_array_ptr), var,… in php_sapi_filter()
538 static zval *php_filter_get_storage(long arg TSRMLS_DC)/* {{{ */ in php_filter_get_storage()
544 switch (arg) { in php_filter_get_storage()
585 long arg; in PHP_FUNCTION() local
590 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &arg, &var, &var_len) == FAILURE) { in PHP_FUNCTION()
594 array_ptr = php_filter_get_storage(arg TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.3/tests/output/
H A Dob_start_error_002.phpt2 Test wrong number of arguments and wrong arg types for ob_start()
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c153 …gument_all(sapi_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg) in sapi_stack_apply_with_argument_all() argument
160 retval = apply_function(stack->elements[i], arg); in sapi_stack_apply_with_argument_all()
165 retval = apply_function(stack->elements[i], arg); in sapi_stack_apply_with_argument_all()
173 …pi_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg, int stopval) in sapi_stack_apply_with_argument_stop_if_equals() argument
180 if ((ret = apply_function(stack->elements[i], arg)) == stopval) { in sapi_stack_apply_with_argument_stop_if_equals()
187 if ((ret = apply_function(stack->elements[i], arg)) == stopval) { in sapi_stack_apply_with_argument_stop_if_equals()
196 …http_error(sapi_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg) in sapi_stack_apply_with_argument_stop_if_http_error() argument
203 if ((ret = apply_function(stack->elements[i], arg)) > 0) { in sapi_stack_apply_with_argument_stop_if_http_error()
210 if ((ret = apply_function(stack->elements[i], arg)) > 0) { in sapi_stack_apply_with_argument_stop_if_http_error()
1171 static CONST_PREFIX char *php_apache_phpini_set(cmd_parms *cmd, HashTable *conf, char *arg) in php_apache_phpini_set() argument
[all …]
/PHP-5.3/ext/spl/tests/
H A DarrayObject_uasort_error1.phpt2 Test ArrayObject::uasort() function : wrong arg count
H A DarrayObject_uksort_error1.phpt2 Test ArrayObject::uksort() function : wrong arg count
/PHP-5.3/ext/ereg/tests/
H A Dereg_variation_004.phpt2 Test ereg() function : usage variations - pass non-variable as arg 3, which is pass-by-ref.

Completed in 68 milliseconds

12345678910>>...20