Home
last modified time | relevance | path

Searched refs:arg (Results 351 – 375 of 572) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-5.5/ext/standard/tests/math/
H A Ddecoct_variation1_64bit.phpt2 Test decoct() function : usage variations - different data types as $number arg
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_resource_basic.phpt13 public function SayHello($arg) {
/PHP-5.5/ext/standard/tests/array/
H A Darray_push_variation2.phpt2 Test array_push() function : usage variations - Pass different data types as $var arg
H A Darray_slice_variation3.phpt2 Test array_slice() function : usage variations - Pass different data types as $length arg
H A Dusort_variation8.phpt2 Test usort() function : usage variations - use built in functions as $cmp_function arg
H A Deach_variation1.phpt2 Test each() function : usage variations - Pass different data types as $arr arg
12 * Pass different data types as $arr arg to each() to test behaviour
/PHP-5.5/Zend/tests/
H A Dclosure_046.phpt2 Closure 046: Rebinding: preservation of previous scope when "static" given as scope arg (same as cl…
/PHP-5.5/ext/ctype/tests/
H A Dctype_digit_variation1.phpt2 Test ctype_digit() function : usage variations - different data types as $c arg
H A Dctype_alnum_variation1.phpt2 Test ctype_alnum() function : usage variations - Different data types as $c arg
H A Dctype_alpha_variation1.phpt2 Test ctype_alpha() function : usage variations - different data types as $c arg
H A Dctype_cntrl_variation1.phpt2 Test ctype_cntrl() function : usage variations - Different data types as $c arg
H A Dctype_graph_variation1.phpt2 Test ctype_graph() function : usage variations - different data types as $c arg
H A Dctype_lower_variation1.phpt2 Test ctype_lower() function : usage variations - different data types as $c arg
H A Dctype_print_variation1.phpt2 Test ctype_print() function : usage variations - different data types as $c arg
H A Dctype_xdigit_variation1.phpt2 Test ctype_xdigit() function : usage variations - different data typse as $c arg
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strlen_variation1.phpt2 Test mb_strlen() function : usage variations - Pass different data types as $str arg
H A Dmb_strtolower_variation1.phpt2 Test mb_strtolower() function : usage variations - pass different data types as $sourcestring arg
H A Dmb_substr_count_variation1.phpt2 Test mb_substr_count() function : usage variations - Pass different data types as $haystack arg
/PHP-5.5/ext/interbase/tests/
H A D006.phpt26 "create procedure add1 (arg integer)
30 result = arg +1;
/PHP-5.5/sapi/tux/
H A Dphp_tux.c407 void tux_register_on_close(void (*arg)(int)) in tux_register_on_close()
409 TG(on_close) = arg; in tux_register_on_close()
/PHP-5.5/main/
H A Dphp_ini.c348 static void php_load_php_extension_cb(void *arg TSRMLS_DC) in php_load_php_extension_cb()
351 php_load_extension(*((char **) arg), MODULE_PERSISTENT, 0 TSRMLS_CC); in php_load_php_extension_cb()
358 static void php_load_zend_extension_cb(void *arg TSRMLS_DC) in php_load_zend_extension_cb()
360 char *filename = *((char **) arg); in php_load_zend_extension_cb()
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp88 const char *arg,
633 const char *arg, in stress_main() argument
673 context.env["QUERY_STRING"]= arg; in stress_main()
691 ECB.lpszQueryString = strdup(arg); in stress_main()
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c228 #define timelib_split_free(arg) { \ argument
230 for (i = 0; i < arg.c; i++) { \
231 free(arg.v[i]); \
233 if (arg.v) { \
234 free(arg.v); \
/PHP-5.5/ext/hash/
H A Dhash_sha.c91 char *arg; in PHP_FUNCTION() local
98 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_FUNCTION()
104 PHP_SHA1Update(&context, arg, arg_len); in PHP_FUNCTION()
121 char *arg; in PHP_FUNCTION() local
131 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_FUNCTION()
135 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c738 zval *arg = &OPLINE_OP1_LITERAL(sv); in zend_optimize_block()
743 … if(zend_get_persistent_constant(Z_STRVAL_P(arg), Z_STRLEN_P(arg), &c, 0 TSRMLS_CC ELS_CC) != 0) { in zend_optimize_block()
744 literal_dtor(arg); in zend_optimize_block()
754 …if(zend_hash_find(EG(function_table), Z_STRVAL_P(arg), Z_STRLEN_P(arg)+1, (void **)&function) == S… in zend_optimize_block()
755 literal_dtor(arg); in zend_optimize_block()
763 … if(zend_get_persistent_constant(Z_STRVAL_P(arg), Z_STRLEN_P(arg), &c, 1 TSRMLS_CC ELS_CC) != 0) { in zend_optimize_block()
764 literal_dtor(arg); in zend_optimize_block()
772 if(zend_hash_exists(&module_registry, Z_STRVAL_P(arg), Z_STRLEN_P(arg)+1)) { in zend_optimize_block()
773 literal_dtor(arg); in zend_optimize_block()

Completed in 102 milliseconds

1...<<11121314151617181920>>...23