Home
last modified time | relevance | path

Searched refs:arg (Results 426 – 450 of 583) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-7.3/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_001.phpt2 Test is_subclass_of() function : usage variations - unexpected type for arg 1
H A Dmethod_exists_variation_001.phpt2 Test method_exists() function : usage variations - unexpected type for arg 1
H A Dis_a_variation_002.phpt2 Test is_a() function : usage variations - wrong type for arg 2
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_php.c196 static void fpm_php_cleanup(int which, void *arg) /* {{{ */ in fpm_php_cleanup() argument
/PHP-7.3/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt2 Test iconv_mime_encode() function : usage variations - Pass different data types to headers arg
H A Diconv_strlen_variation1.phpt2 Test iconv_strlen() function : usage variations - Pass different data types as $str arg
/PHP-7.3/ext/mbstring/tests/
H A Dmb_substr_count_variation2.phpt2 Test mb_substr_count() function : usage variations - pass different data types as $needle arg
H A Dmb_encode_mimeheader_variation3.phpt2 …code_mimeheader() function : usage variations - Pass different data types to $transfer_encoding arg
/PHP-7.3/ext/standard/tests/array/
H A Darray_slice_variation4.phpt2 Test array_slice() function : usage variations - Pass different data types as $preserve_keys arg
H A Dcount_variation2.phpt2 Test count() function : usage variations - Pass different data types as $mode arg
/PHP-7.3/ext/standard/tests/math/
H A Dhypot_variation1.phpt30 // unexpected values to be passed to $arg argument
H A Dhypot_variation2.phpt30 // unexpected values to be passed to $arg argument
/PHP-7.3/ext/standard/tests/strings/
H A Dprint_basic.phpt6 /* Prototype : int print ( string $arg )
H A Dwordwrap_error.phpt26 // $width arg as negative value
/PHP-7.3/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt2 … floatval() and its alias doubleval() functions : usage variations - different data types as $y arg
/PHP-7.3/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt2 Test getimagesize() function : usage variations - unexpected type for arg 2
/PHP-7.3/ext/standard/tests/file/
H A Drename_variation12-win32.phpt17 /* Creating unique files in various dirs by passing relative paths to $dir arg */
H A Dunlink_error-win32-mb.phpt29 // arg < expected
H A Dunlink_error-win32.phpt27 // arg < expected
H A Dunlink_error.phpt27 // arg < expected
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI603 void* arg)
614 reg, arg);
616 3 arg: argument for func.
670 int(*func)(int,int,int,int,int,void*), void* arg)
690 void* arg)
699 arg: optional callback argument
701 4 arg; optional callback argument.
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c466 static int pcre_clean_cache(zval *data, void *arg) in pcre_clean_cache() argument
469 int *num_clean = (int *)arg; in pcre_clean_cache()
1495 zval arg; /* Argument to pass to function */ in preg_do_repl_func() local
1498 array_init_size(&arg, count + (mark ? 1 : 0)); in preg_do_repl_func()
1502 …add_assoc_stringl(&arg, subpat_names[i], &subject[offsets[i<<1]] , offsets[(i<<1)+1] - offsets[i<<… in preg_do_repl_func()
1504 add_next_index_stringl(&arg, &subject[offsets[i<<1]], offsets[(i<<1)+1] - offsets[i<<1]); in preg_do_repl_func()
1508 add_next_index_stringl(&arg, &subject[offsets[i<<1]], offsets[(i<<1)+1] - offsets[i<<1]); in preg_do_repl_func()
1512 add_assoc_string(&arg, "MARK", (char *) mark); in preg_do_repl_func()
1517 fci->params = &arg; in preg_do_repl_func()
1535 zval_ptr_dtor(&arg); in preg_do_repl_func()
/PHP-7.3/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt24 var_dump(hash_pbkdf2('md5', $password, $salt, 10, 10, true, 'extra arg'));
/PHP-7.3/ext/standard/tests/url/
H A Drawurldecode_variation_001.phpt2 Test rawurldecode() function : usage variations - unexpected type for arg 1.
H A Drawurlencode_variation_001.phpt2 Test rawurlencode() function : usage variations - unexpected type for arg 1.

Completed in 52 milliseconds

1...<<11121314151617181920>>...24