Home
last modified time | relevance | path

Searched refs:arg (Results 201 – 225 of 421) sorted by last modified time

12345678910>>...17

/PHP-7.4/ext/intl/tests/
H A Dbreakiter_following_preceding_isBoundary_error.phpt2 IntlBreakIterator::following()/preceding()/isBoundary(): arg errors
H A Dbreakiter_getLocale_error.phpt2 IntlBreakIterator::getLocale(): arg errors
H A Dbreakiter_getText_error.phpt2 IntlBreakIterator::getText(): arg errors
H A Dbreakiter_next_error.phpt2 IntlBreakIterator::next(): arg errors
H A Dbreakiter_setText_error.phpt2 IntlBreakIterator::setText(): arg errors
H A Dcalendar_clear_variation1.phpt2 IntlCalendar::clear() 1 arg variation
/PHP-7.4/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
15 * Pass different integers as $options arg to imap_close() to test which are
H A Dimap_fetchbody_variation5.phpt2 Test imap_fetchbody() function : usage variation - different resources as $stream_id arg
H A Dimap_fetchbody_variation6.phpt2 Test imap_fetchbody() function : usage variations - $msg_no arg
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp211 zend_long arg; in _breakiter_int32_ret_int32() local
215 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &arg) == FAILURE) { in _breakiter_int32_ret_int32()
224 if (arg < INT32_MIN || arg > INT32_MAX) { in _breakiter_int32_ret_int32()
232 int32_t res = (bio->biter->*func)((int32_t)arg); in _breakiter_int32_ret_int32()
265 zval *arg; in PHP_FUNCTION() local
266 int res = zend_parse_parameters(ZEND_NUM_ARGS(), "z", &arg); in PHP_FUNCTION()
268 if (Z_TYPE_P(arg) == IS_NULL) { in PHP_FUNCTION()
/PHP-7.4/ext/intl/collator/
H A Dcollator_convert.c382 zval* collator_make_printable_zval( zval* arg, zval *rv) in collator_make_printable_zval() argument
387 if( Z_TYPE_P(arg) != IS_STRING ) in collator_make_printable_zval()
390 int use_copy = zend_make_printable_zval(arg, &arg_copy); in collator_make_printable_zval()
399 str = collator_convert_zstr_utf8_to_utf16( arg, rv ); in collator_make_printable_zval()
404 COLLATOR_CONVERT_RETURN_FAILED( arg ); in collator_make_printable_zval()
420 zval* collator_normalize_sort_argument( zval* arg, zval *rv ) in collator_normalize_sort_argument() argument
424 if( Z_TYPE_P( arg ) != IS_STRING ) in collator_normalize_sort_argument()
429 COLLATOR_CONVERT_RETURN_FAILED( arg ); in collator_normalize_sort_argument()
433 n_arg = collator_convert_string_to_number_if_possible( arg, rv ); in collator_normalize_sort_argument()
435 if( n_arg == arg ) in collator_normalize_sort_argument()
[all …]
H A Dcollator_convert.h30 zval* collator_normalize_sort_argument( zval* arg, zval *rv );
32 zval* collator_convert_string_to_number( zval* arg, zval *rv );
36 zval* collator_make_printable_zval( zval* arg, zval *rv );
/PHP-7.4/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt22 var_dump(hash_pbkdf2('md5', $password, $salt, 10, 10, true, 'extra arg'));
/PHP-7.4/ext/hash/
H A Dhash_md.c109 char *arg; in PHP_NAMED_FUNCTION() local
115 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_NAMED_FUNCTION()
120 PHP_MD5Update(&context, arg, arg_len); in PHP_NAMED_FUNCTION()
136 char *arg; in PHP_NAMED_FUNCTION() local
145 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_NAMED_FUNCTION()
149 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_NAMED_FUNCTION()
H A Dhash_sha.c90 char *arg; in PHP_FUNCTION() local
96 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
101 PHP_SHA1Update(&context, arg, arg_len); in PHP_FUNCTION()
118 char *arg; in PHP_FUNCTION() local
127 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
131 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-7.4/ext/filter/
H A Dfilter.c80 static unsigned int php_sapi_filter(int arg, char *var, char **val, size_t val_len, size_t *new_val…
422 static unsigned int php_sapi_filter(int arg, char *var, char **val, size_t val_len, size_t *new_val… in php_sapi_filter() argument
439 switch (arg) { in php_sapi_filter()
457 if (arg == PARSE_COOKIE && orig_array_ptr && in php_sapi_filter()
527 static zval *php_filter_get_storage(zend_long arg)/* {{{ */ in php_filter_get_storage() argument
532 switch (arg) { in php_filter_get_storage()
578 zend_long arg; in PHP_FUNCTION() local
582 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lS", &arg, &var) == FAILURE) { in PHP_FUNCTION()
586 array_ptr = php_filter_get_storage(arg); in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_open_basic.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
H A Dfinfo_open_error.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
H A Dfinfo_open_variation1.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
/PHP-7.4/ext/dom/
H A Dnamednodemap.c34 ZEND_ARG_OBJ_INFO(0, arg, DOMNode, 0)
51 ZEND_ARG_OBJ_INFO(0, arg, DOMNode, 0)
H A Dcharacterdata.c36 ZEND_ARG_INFO(0, arg)
41 ZEND_ARG_INFO(0, arg)
52 ZEND_ARG_INFO(0, arg)
209 char *arg; in PHP_FUNCTION() local
213 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &arg, &arg_len) == FAILURE) { in PHP_FUNCTION()
218 xmlTextConcat(nodep, (xmlChar *) arg, arg_len); in PHP_FUNCTION()
232 char *arg; in PHP_FUNCTION() local
239 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &offset, &arg, &arg_len) == FAILURE) { in PHP_FUNCTION()
263 xmlNodeAddContent(node, (xmlChar *) arg); in PHP_FUNCTION()
338 char *arg; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/date/tests/
H A Dmicrotime_error.phpt26 echo "\n--> bad arg: ";
41 --> bad arg: NULL
44 --> bad arg: float(1.5)
47 --> bad arg: string(5) "hello"
50 --> bad arg: array(2) {
63 --> bad arg: object(stdClass)#%d (0) {
69 --> bad arg: int(1)
/PHP-7.4/ext/curl/
H A Dcurl_file.c85 zend_string *arg; in curlfile_set_property() local
88 Z_PARAM_STR(arg) in curlfile_set_property()
91 zend_update_property_string(curl_CURLFile_class, ZEND_THIS, name, name_len, ZSTR_VAL(arg)); in curlfile_set_property()
/PHP-7.4/ext/ctype/tests/
H A Dctype_xdigit_variation1.phpt2 Test ctype_xdigit() function : usage variations - different data typse as $c arg
H A Dctype_alpha_variation1.phpt2 Test ctype_alpha() function : usage variations - different data types as $c arg

Completed in 64 milliseconds

12345678910>>...17