Home
last modified time | relevance | path

Searched refs:arg (Results 451 – 475 of 583) sorted by relevance

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

/PHP-7.3/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_002.phpt2 Test is_subclass_of() function : usage variations - unexpected type for arg 2
H A Dmethod_exists_variation_002.phpt2 Test method_exists() function : usage variations - unexpected type for arg 2
/PHP-7.3/ext/standard/tests/dir/
H A Dscandir_variation2-mb.phpt2 Test scandir() function : usage variations - diff data types as $sorting_order arg
H A Dscandir_variation2.phpt2 Test scandir() function : usage variations - diff data types as $sorting_order arg
/PHP-7.3/main/
H A Dphp_output.h233 PHPAPI int php_output_handler_hook(php_output_handler_hook_t type, void *arg);
/PHP-7.3/ext/iconv/tests/
H A Diconv_mime_decode_variation2.phpt2 Test iconv_mime_decode() function : usage variations - Pass different data types to mode arg
/PHP-7.3/ext/standard/tests/url/
H A Dparse_url_variation_001.phpt2 Test parse_url() function : usage variations - unexpected type for arg 1.
H A Dbase64_decode_variation_001.phpt2 Test base64_decode() function : usage variations - unexpected types for arg 1
H A Dbase64_decode_variation_002.phpt2 Test base64_decode() function : usage variations - unexpected types for arg 2
/PHP-7.3/Zend/
H A Dzend_execute.h55 …PI void ZEND_FASTCALL zend_check_internal_arg_type(zend_function *zf, uint32_t arg_num, zval *arg);
56 ZEND_API int ZEND_FASTCALL zend_check_arg_type(zend_function *zf, uint32_t arg_num, zval *arg, zva…
/PHP-7.3/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt199 echo "-- ini string without process_sections optional arg --\n";
212 -- ini string without process_sections optional arg --
/PHP-7.3/ext/standard/tests/file/
H A Dparse_ini_file.phpt205 echo "-- ini file without process_sections optional arg --\n";
222 -- ini file without process_sections optional arg --
/PHP-7.3/sapi/phpdbg/
H A Dxml.md69 - appears on startup if -q flag wasn't provided as command line arg
216 - may contain other elements (of type &lt;arg>) when contained in &lt;backtrace> tag
217 - &lt;arg> always contains a &lt;stream> element, the value of the variable
230 ### attributes on &lt;arg> ###
520 - when there is another arg, the prompt is changed to that arg, no further xml answer
/PHP-7.3/ext/standard/
H A Dstring.c1460 zend_string *arg; in PHP_FUNCTION() local
1463 Z_PARAM_STR(arg) in PHP_FUNCTION()
4921 char *arg; local
4927 Z_PARAM_STRING(arg, arglen)
5956 zend_string *arg; local
5959 Z_PARAM_STR(arg)
5995 zend_string *arg; local
5998 Z_PARAM_STR(arg)
6001 RETVAL_STRINGL(ZSTR_VAL(arg), ZSTR_LEN(arg));
6336 char *arg; local
[all …]
/PHP-7.3/ext/spl/
H A Dspl_array.c1469 zval function_name, params[2], *arg = NULL; in spl_array_method() local
1482 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "|z", &arg) == FAILURE) { in spl_array_method()
1486 if (arg) { in spl_array_method()
1487 ZVAL_COPY_VALUE(&params[1], arg); in spl_array_method()
1490 call_user_function(EG(function_table), NULL, &function_name, return_value, arg ? 2 : 1, params); in spl_array_method()
1493 …!= 1 || zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "z", &arg) == FAILURE) { in spl_array_method()
1497 ZVAL_COPY_VALUE(&params[1], arg); in spl_array_method()
/PHP-7.3/ext/mbstring/tests/
H A Dmb_strtolower_variation2.phpt2 Test mb_strtolower() function : usage variations - pass different data types as $encoding arg
H A Dmb_strtoupper_variation2.phpt2 Test mb_strtoupper() function : usage varitations - Pass different data types as $encoding arg
H A Dmb_internal_encoding_variation1.phpt2 Test mb_internal_encoding() function : usage variations - Pass different data types as $encoding arg
H A Dmb_regex_encoding_variation1.phpt2 Test mb_regex_encoding() function : usage variations - Pass different data types as $encoding arg
/PHP-7.3/ext/standard/tests/array/
H A Darray_slice_variation2.phpt2 Test array_slice() function : usage variations - Pass different data types as $offset arg
H A Darray_change_key_case_variation2.phpt2 Test array_change_key_case() function : usage variations - Pass different data types as $case arg
/PHP-7.3/ext/standard/tests/math/
H A Dlog_variation2.phpt5 /* Prototype : float log ( float $arg [, float $base ] )
/PHP-7.3/Zend/tests/
H A Dclosure_041.phpt2 Closure 041: Rebinding: preservation of previous scope when not given as arg unless impossible
/PHP-7.3/ext/imap/tests/
H A Dimap_fetchbody_variation3.phpt2 Test imap_fetchbody() function : usage variation - diff data types as $section arg
/PHP-7.3/sapi/litespeed/
H A Dlsapilib.c2252 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader_r() argument
2319 headers[i]._value, headers[i]._valueLen, arg ); in LSAPI_ForeachOrgHeader_r()
2328 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader_r() argument
2345 pValue, len, arg ); in LSAPI_ForeachHeader_r()
2385 pValue, pCur->valueLen, arg ); in LSAPI_ForeachHeader_r()
2396 int n, LSAPI_CB_EnvHandler fn, void * arg ) in EnvForeach() argument
2405 pEnv->pValue, pEnv->valLen, arg ); in EnvForeach()
2415 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv_r() argument
2422 fn, arg ); in LSAPI_ForeachEnv_r()
2429 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv_r() argument
[all …]

Completed in 81 milliseconds

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