Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-5.5/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)
4290 arg = **entry;
4293 arg_ptr = &arg;
4299 zval_dtor(&arg);
4337 arg = **entry;
4340 arg_ptr = &arg;
5598 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()
H A Dsha1.c37 char *arg; in PHP_FUNCTION() local
44 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_FUNCTION()
50 PHP_SHA1Update(&context, arg, arg_len); in PHP_FUNCTION()
68 char *arg; in PHP_FUNCTION() local
78 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_FUNCTION()
82 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-5.5/Zend/tests/
H A Derror_reporting03.phpt8 function foo($arg) {
/PHP-5.5/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.5/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.5/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.5/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.5/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.5/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.5/ext/filter/
H A Dfilter.c80 static unsigned int php_sapi_filter(int arg, char *var, char **val, unsigned int val_len, unsigned …
407 static unsigned int php_sapi_filter(int arg, char *var, char **val, unsigned int val_len, unsigned … in php_sapi_filter() argument
428 switch (arg) { in php_sapi_filter()
446 …if (arg == PARSE_COOKIE && orig_array_ptr && zend_symtable_exists(Z_ARRVAL_P(orig_array_ptr), var,… in php_sapi_filter()
526 static zval *php_filter_get_storage(long arg TSRMLS_DC)/* {{{ */ in php_filter_get_storage()
531 switch (arg) { in php_filter_get_storage()
572 long arg; in PHP_FUNCTION() local
577 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &arg, &var, &var_len) == FAILURE) { in PHP_FUNCTION()
581 array_ptr = php_filter_get_storage(arg TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c201 void * arg ) in add_variable() argument
204 int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) in add_variable()
207 int filter_arg = (arg == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER; in add_variable()
213 php_register_variable_safe((char *)pKey, new_val, new_val_len, (zval *)arg ); in add_variable()
308 void * arg ) in add_variable_magic_quote() argument
311 HashTable * symtable1 = Z_ARRVAL_P((zval * )arg); in add_variable_magic_quote()
616 void * arg ) in alter_ini() argument
1197 void * arg ) in add_associate_array() argument
1199 add_assoc_string_ex( (zval *)arg, (char *)pKey, keyLen+1, (char *)pValue in add_associate_array()
/PHP-5.5/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.5/sapi/fpm/fpm/
H A Dfpm_worker_pool.c36 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup() argument
/PHP-5.5/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.5/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.
H A Deregi_variation_004.phpt2 Test eregi() function : usage variations - pass non-variable as arg 3, which is pass-by-ref.
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.h115 …igenc_ascii_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
117 …oldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
152 …enc_unicode_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));

Completed in 78 milliseconds

12345678910>>...23