Home
last modified time | relevance | path

Searched refs:arg (Results 101 – 125 of 572) sorted by path

12345678910>>...23

/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_variation1.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
/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/ext/ftp/
H A Dftp.c798 char arg[11]; in ftp_get() local
814 snprintf(arg, sizeof(arg), "%ld", resumepos); in ftp_get()
815 if (!ftp_putcmd(ftp, "REST", arg)) { in ftp_get()
892 char arg[11]; in ftp_put() local
906 snprintf(arg, sizeof(arg), "%ld", startpos); in ftp_put()
907 if (!ftp_putcmd(ftp, "REST", arg)) { in ftp_put()
1467 if (!ftp_putcmd(ftp, "PORT", arg)) { in ftp_getdata()
1715 char arg[11]; in ftp_nb_get() local
1730 snprintf(arg, sizeof(arg), "%ld", resumepos); in ftp_nb_get()
1832 char arg[11]; in ftp_nb_put() local
[all …]
/PHP-5.5/ext/gd/
H A Dgd.c3449 static void php_imagefontsize(INTERNAL_FUNCTION_PARAMETERS, int arg) in php_imagefontsize() argument
3459 RETURN_LONG(arg ? font->h : font->w); in php_imagefontsize()
/PHP-5.5/ext/hash/
H A Dhash_md.c108 char *arg; in PHP_NAMED_FUNCTION() local
115 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_NAMED_FUNCTION()
121 PHP_MD5Update(&context, arg, arg_len); in PHP_NAMED_FUNCTION()
137 char *arg; in PHP_NAMED_FUNCTION() local
147 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_NAMED_FUNCTION()
151 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_NAMED_FUNCTION()
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/hash/tests/
H A Dhash_pbkdf2_error.phpt28 var_dump(@hash_pbkdf2('crc32', $password, $salt, 10, 10, true, 'extra arg'));
/PHP-5.5/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_mime_decode_headers_variation2.phpt2 Test iconv_mime_encode() function : usage variations - Pass different data types to mode arg
H A Diconv_mime_decode_headers_variation3.phpt2 Test iconv_mime_encode() function : usage variations - Pass different data types to charset arg
H A Diconv_mime_decode_variation1.phpt2 Test iconv_mime_decode() function : usage variations - Pass different data types to header arg
H A Diconv_mime_decode_variation2.phpt2 Test iconv_mime_decode() function : usage variations - Pass different data types to mode arg
H A Diconv_mime_decode_variation3.phpt2 Test iconv_mime_decode() function : usage variations - Pass different data types to charset arg
H A Diconv_strlen_variation1.phpt2 Test iconv_strlen() function : usage variations - Pass different data types as $str arg
H A Diconv_strlen_variation2.phpt2 Test iconv_strlen() function : usage variations - Pass different data types as $encoding arg
H A Diconv_strpos_variation1.phpt2 Test iconv_strpos() function : usage variations - pass different data types to $haystack arg
16 * Pass iconv_strpos different data types as $haystack arg to test behaviour
H A Diconv_strpos_variation2.phpt2 Test iconv_strpos() function : usage variations - pass different data types as $needle arg
16 * Pass iconv_strpos different data types as $needle arg to test behaviour
H A Diconv_strpos_variation3.phpt2 Test iconv_strpos() function : usage variations - pass different data types as $offset arg
17 * Pass iconv_strpos different data types as $offset arg to test behaviour
H A Diconv_strpos_variation3_64bit.phpt2 Test iconv_strpos() function : usage variations - pass different data types as $offset arg
17 * Pass iconv_strpos different data types as $offset arg to test behaviour
H A Diconv_strpos_variation4.phpt2 Test iconv_strpos() function : usage variations - pass different data types as $charset arg
17 * Pass iconv_strpos different data types as $encoding arg to test behaviour
H A Diconv_strrpos_variation1.phpt2 Test iconv_strrpos() function : usage variations - pass different data types to $haystack arg
H A Diconv_strrpos_variation2.phpt2 Test iconv_strrpos() function : usage variations - Pass different data types to $needle arg
H A Diconv_strrpos_variation3.phpt2 Test iconv_strrpos() function : usage variations - pass different data types as $encoding arg
/PHP-5.5/ext/imap/
H A Dphp_imap.c629 if (Z_TYPE_P(arg) == IS_OBJECT) { in add_assoc_object()
630 symtable = Z_OBJPROP_P(arg); in add_assoc_object()
632 symtable = Z_ARRVAL_P(arg); in add_assoc_object()
644 if (Z_TYPE_P(arg) == IS_OBJECT) { in add_next_index_object()
645 symtable = Z_OBJPROP_P(arg); in add_next_index_object()
647 symtable = Z_ARRVAL_P(arg); in add_next_index_object()
2742 char *arg; in PHP_FUNCTION() local
2759 in = (const unsigned char *) arg; in PHP_FUNCTION()
2881 char *arg; in PHP_FUNCTION() local
2897 in = (const unsigned char *) arg; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/imap/tests/
H A Dimap_close_variation1.phpt2 Test imap_close() function : usage variations - different data types as $stream_id arg

Completed in 61 milliseconds

12345678910>>...23