Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.6/sapi/cli/tests/
H A D003-2.phpt2 defining INI options with -d (as 2nd arg)
/PHP-5.6/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.6/sapi/phpdbg/tests/
H A Drun-tests.php55 $arg = substr($key, 2);
56 if (($e=strpos($arg, '=')) !== false) {
57 $key = substr($arg, 0, $e);
58 $value = substr($arg, $e+1);
60 $key = $arg;
/PHP-5.6/ext/reflection/tests/
H A DReflectionParameter_isVariadic_basic.phpt8 function test3($arg, ...$args) {}
/PHP-5.6/ext/xmlrpc/
H A Dxmlrpc-epi-php.c108 ZEND_ARG_INFO(0, arg)
1481 zval **arg; in PHP_FUNCTION() local
1486 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Zs", &arg, &type, &type_len) == FAILURE) { in PHP_FUNCTION()
1492 if (set_zval_xmlrpc_type(*arg, vtype) == SUCCESS) { in PHP_FUNCTION()
1506 zval **arg; in PHP_FUNCTION() local
1510 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z", &arg) == FAILURE) { in PHP_FUNCTION()
1514 type = get_zval_xmlrpc_type(*arg, 0); in PHP_FUNCTION()
1516 …vtype = determine_vector_type((Z_TYPE_PP(arg) == IS_OBJECT) ? Z_OBJPROP_PP(arg) : Z_ARRVAL_PP(arg)… in PHP_FUNCTION()
1527 zval *arg, **val; in PHP_FUNCTION() local
1529 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a", &arg) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/intl/tests/
H A Dbreakiter_getText_error.phpt2 IntlBreakIterator::getText(): arg errors
H A Dmsgfmt_setPattern_cache.phpt2 MessageFormatter::setPattern() invalidates arg types cache
H A Dmsgfmt_format_error3.phpt2 MessageFormatter::format() given negative arg key
H A Dcalendar_clear_variation1.phpt2 IntlCalendar::clear() 1 arg variation
H A Dcalendar_setTimeZone_variation1.phpt2 IntlCalendar::setTimeZone() variation with NULL arg
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c703 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg_fast()
724 if (arg & OFFS_REG_MASK) { in can_cache()
727 …if (argw && argw == next_argw && (arg == next_arg || (arg & OFFS_REG_MASK) == (next_arg & OFFS_REG… in can_cache()
732 if (arg == next_arg) { in can_cache()
746 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg()
759 base = arg & REG_MASK; in getput_arg()
761 if (SLJIT_UNLIKELY(arg & OFFS_REG_MASK)) { in getput_arg()
772 if (arg == compiler->cache_arg) in getput_arg()
776 compiler->cache_arg = arg; in getput_arg()
801 compiler->cache_arg = arg; in getput_arg()
[all …]
H A DsljitNativeTILEGX_64.c1290 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg_fast()
1319 if (arg & OFFS_REG_MASK) { in can_cache()
1323 && (arg == next_arg || (arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK))) in can_cache()
1328 if (arg == next_arg) { in can_cache()
1344 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg()
1355 base = arg & REG_MASK; in getput_arg()
1378 compiler->cache_arg = arg; in getput_arg()
1412 compiler->cache_arg = arg; in getput_arg()
1481 if (compiler->cache_arg == arg in getput_arg()
1514 if (arg == next_arg in getput_arg()
[all …]
/PHP-5.6/ext/standard/tests/strings/
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.6/Zend/
H A Dzend_ini.h195 …*zend_ini_parser_cb_t)(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg TSRMLS_DC);
197 …bool unbuffered_errors, int scanner_mode, zend_ini_parser_cb_t ini_parser_cb, void *arg TSRMLS_DC);
198 …bool unbuffered_errors, int scanner_mode, zend_ini_parser_cb_t ini_parser_cb, void *arg TSRMLS_DC);
208 void *arg; member
/PHP-5.6/Zend/tests/bug67436/
H A Dbug67436_nohandler.phpt22 Strict Standards: Declaration of b::test() should be compatible with a::test($arg = c::TESTCONSTANT…
/PHP-5.6/ext/standard/
H A Dbasic_functions.c276 ZEND_ARG_INFO(1, arg)
280 ZEND_ARG_INFO(1, arg)
284 ZEND_ARG_INFO(1, arg)
288 ZEND_ARG_INFO(1, arg)
4264 arg = **entry;
4267 arg_ptr = &arg;
4273 zval_dtor(&arg);
4311 arg = **entry;
4314 arg_ptr = &arg;
5572 char *arg = NULL; local
[all …]
H A Dhead.c263 static void php_head_apply_header_list_to_hash(void *data, void *arg TSRMLS_DC) in php_head_apply_header_list_to_hash()
267 if (arg && sapi_header) { in php_head_apply_header_list_to_hash()
268 add_next_index_string((zval *)arg, (char *)(sapi_header->header), 1); in php_head_apply_header_list_to_hash()
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, "p|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_NAMED_FUNCTION()
92 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_NAMED_FUNCTION()
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Diso8859_1.c106 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold() argument
110 flag, f, arg); in apply_all_case_fold()
/PHP-5.6/ext/standard/tests/serialize/
H A Dbug70213.phpt9 function __autoload($arg) {
/PHP-5.6/ext/filter/
H A Dfilter.c80 static unsigned int php_sapi_filter(int arg, char *var, char **val, unsigned int val_len, unsigned …
414 static unsigned int php_sapi_filter(int arg, char *var, char **val, unsigned int val_len, unsigned … in php_sapi_filter() argument
435 switch (arg) { in php_sapi_filter()
453 …if (arg == PARSE_COOKIE && orig_array_ptr && zend_symtable_exists(Z_ARRVAL_P(orig_array_ptr), var,… in php_sapi_filter()
533 static zval *php_filter_get_storage(long arg TSRMLS_DC)/* {{{ */ in php_filter_get_storage()
538 switch (arg) { in php_filter_get_storage()
579 long arg; in PHP_FUNCTION() local
584 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &arg, &var, &var_len) == FAILURE) { in PHP_FUNCTION()
588 array_ptr = php_filter_get_storage(arg TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.6/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()
1166 static CONST_PREFIX char *php_apache_phpini_set(cmd_parms *cmd, HashTable *conf, char *arg) in php_apache_phpini_set() argument
[all …]
/PHP-5.6/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 75 milliseconds

12345678910>>...24