Home
last modified time | relevance | path

Searched refs:argc (Results 101 – 125 of 162) sorted by relevance

1234567

/PHP-5.5/ext/gd/
H A Dgd.c2569 if (argc > 1) { in _php_image_output()
2571 if (argc == 3) { in _php_image_output()
2574 if (argc == 4) { in _php_image_output()
3277 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
3285 if (argc > 1) { in PHP_FUNCTION()
3298 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
3308 if (argc > 1) { in PHP_FUNCTION()
3815 if (argc < 4 || argc > ((extended) ? 5 : 4)) { in php_imagettftext_common()
3821 if (argc < 8 || argc > ((extended) ? 9 : 8)) { in php_imagettftext_common()
4265 if (argc != 3 && argc != 6) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c1927 main(int argc, char *argv[]) in main() argument
1937 argc--; in main()
1940 while (argc > 0) { in main()
1944 argc--; in main()
1949 argc--; in main()
1976 argc--; in main()
/PHP-5.5/Zend/tests/
H A Dget_defined_vars.phpt37 var_dump( $arr["argc"] );
/PHP-5.5/ext/dba/
H A Ddba_db2.c74 if (info->argc > 0) { in DBA_OPEN_FUNC()
H A Ddba_gdbm.c56 if(info->argc > 0) { in DBA_OPEN_FUNC()
H A Ddba_db3.c83 if (info->argc > 0) { in DBA_OPEN_FUNC()
H A Ddba_db4.c120 if (info->argc > 0) {
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c378 int main(int argc, char **argv) in main() argument
386 if (argc <= 1) { in main()
/PHP-5.5/ext/ereg/
H A Dereg.c303 int argc = ZEND_NUM_ARGS(); in php_ereg() local
305 …if (zend_parse_parameters(argc TSRMLS_CC, "Zs|Z", &regex, &findin, &findin_len, &array) == FAILURE… in php_ereg()
313 if (argc == 2) { in php_ereg()
/PHP-5.5/Zend/
H A Dzend_operators.c762 ZEND_API void multi_convert_to_long_ex(int argc, ...) /* {{{ */ in multi_convert_to_long_ex() argument
767 va_start(ap, argc); in multi_convert_to_long_ex()
769 while (argc--) { in multi_convert_to_long_ex()
778 ZEND_API void multi_convert_to_double_ex(int argc, ...) /* {{{ */ in multi_convert_to_double_ex() argument
783 va_start(ap, argc); in multi_convert_to_double_ex()
785 while (argc--) { in multi_convert_to_double_ex()
794 ZEND_API void multi_convert_to_string_ex(int argc, ...) /* {{{ */ in multi_convert_to_string_ex() argument
799 va_start(ap, argc); in multi_convert_to_string_ex()
801 while (argc--) { in multi_convert_to_string_ex()
H A Dzend_API.c3319 if (argc < 0) { in zend_fcall_info_argp()
3323 zend_fcall_info_args_clear(fci, !argc); in zend_fcall_info_argp()
3325 if (argc) { in zend_fcall_info_argp()
3326 fci->param_count = argc; in zend_fcall_info_argp()
3329 for (i = 0; i < argc; ++i) { in zend_fcall_info_argp()
3343 if (argc < 0) { in zend_fcall_info_argv()
3347 zend_fcall_info_args_clear(fci, !argc); in zend_fcall_info_argv()
3349 if (argc) { in zend_fcall_info_argv()
3350 fci->param_count = argc; in zend_fcall_info_argv()
3353 for (i = 0; i < argc; ++i) { in zend_fcall_info_argv()
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_env.c227 for (i = 0; i < fpm_globals.argc; i++) { in fpm_env_init_main()
/PHP-5.5/ext/sockets/
H A Dsockets.c1383 int argc = ZEND_NUM_ARGS(); local
1385 if (zend_parse_parameters(argc TSRMLS_CC, "rs|l", &arg1, &addr, &addr_len, &port) == FAILURE) {
1396 if (argc != 3) {
1417 if (argc != 3) {
1767 int argc = ZEND_NUM_ARGS(); local
1769 …if (zend_parse_parameters(argc TSRMLS_CC, "rslls|l", &arg1, &buf, &buf_len, &len, &flags, &addr, &…
1785 if (argc != 6) {
1801 if (argc != 6) {
/PHP-5.5/ext/gd/libgd/
H A Dwbmp.c353 main (int argc, char *argv[]) in main() argument
/PHP-5.5/ext/xml/
H A Dxml.c504 …call_handler(xml_parser *parser, zval *handler, zend_function *function_ptr, int argc, zval **argv) in xml_call_handler() argument
515 args = safe_emalloc(sizeof(zval **), argc, 0); in xml_call_handler()
516 for (i = 0; i < argc; i++) { in xml_call_handler()
526 fci.param_count = argc; in xml_call_handler()
547 for (i = 0; i < argc; i++) { in xml_call_handler()
558 for (i = 0; i < argc; i++) { in xml_call_handler()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1960 int argc; in ZEND_METHOD() local
1978 params -= argc; in ZEND_METHOD()
1986 fci.param_count = argc; in ZEND_METHOD()
2928 int argc; in ZEND_METHOD() local
2965 params -= argc; in ZEND_METHOD()
3777 if (argc) { in ZEND_METHOD()
3967 if (argc) { in ZEND_METHOD()
4294 int argc = 0; in ZEND_METHOD() local
4329 if (argc) { in ZEND_METHOD()
4332 params -= argc; in ZEND_METHOD()
[all …]
/PHP-5.5/ext/pcntl/
H A Dpcntl.c746 int argc = 0, argi = 0; in PHP_FUNCTION() local
765 argc = zend_hash_num_elements(args_hash); in PHP_FUNCTION()
767 argv = safe_emalloc((argc + 2), sizeof(char *), 0); in PHP_FUNCTION()
770 (argi < argc && (zend_hash_get_current_data(args_hash, (void **) &element) == SUCCESS)); in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dfilestat.c718 int ret, argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
724 …if (zend_parse_parameters(argc TSRMLS_CC, "p|ll", &filename, &filename_len, &filetime, &fileatime)… in PHP_FUNCTION()
732 switch (argc) { in PHP_FUNCTION()
762 if(argc > 1) { in PHP_FUNCTION()
H A Dfile.c1007 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
1017 if (argc == 1) { in PHP_FUNCTION()
1023 } else if (argc > 1) { in PHP_FUNCTION()
1038 if (argc > 1 && Z_STRLEN_P(return_value) < len / 2) { in PHP_FUNCTION()
1127 int result, format_len, type, argc = 0; in PHP_FUNCTION() local
1134 …s(ZEND_NUM_ARGS() TSRMLS_CC, "rs*", &file_handle, &format, &format_len, &args, &argc) == FAILURE) { in PHP_FUNCTION()
1158 result = php_sscanf_internal(buf, format, argc, args, 0, &return_value TSRMLS_CC); in PHP_FUNCTION()
H A Dstring.c2253 int argc = ZEND_NUM_ARGS(); local
2259 if (argc > 2) {
2323 int argc = ZEND_NUM_ARGS(); local
2351 if (argc > 3) {
2365 (argc == 3 && Z_TYPE_PP(from) == IS_ARRAY) ||
2371 if (argc == 4 && Z_TYPE_PP(from) == IS_ARRAY) {
2449 if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) {
2511 if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) {
2525 } else if (argc > 3) {
4000 int argc = ZEND_NUM_ARGS(); local
[all …]
/PHP-5.5/ext/mbstring/
H A Dmbstring.c2714 size_t argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
2729 if (argc == 4) { in PHP_FUNCTION()
2740 if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) { in PHP_FUNCTION()
2791 size_t argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
2806 if (argc == 4) { in PHP_FUNCTION()
2814 if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) { in PHP_FUNCTION()
3548 while (n < argc || stack_level > 0) { in PHP_FUNCTION()
3629 while (n < argc || stack_level > 0) { in PHP_FUNCTION()
3713 size_t argc = ZEND_NUM_ARGS(); in php_mb_numericentity_exec() local
3730 if ((argc == 3 || argc == 4) && encoding_len > 0) { in php_mb_numericentity_exec()
[all …]
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c1870 int flags = 0, argc = ZEND_NUM_ARGS() - skip; in pdo_stmt_setup_fetch_mode() local
1890 if (argc == 0) { in pdo_stmt_setup_fetch_mode()
1927 if (argc != 1) { in pdo_stmt_setup_fetch_mode()
1935 if (argc != 2) { in pdo_stmt_setup_fetch_mode()
1948 if (argc != 1) { in pdo_stmt_setup_fetch_mode()
1955 if (argc < 2) { in pdo_stmt_setup_fetch_mode()
1957 } else if (argc > 3) { in pdo_stmt_setup_fetch_mode()
1978 if (argc == 3) { in pdo_stmt_setup_fetch_mode()
1997 if (argc != 2) { in pdo_stmt_setup_fetch_mode()
/PHP-5.5/main/
H A DSAPI.h112 int argc; member
/PHP-5.5/
H A DREADME.EXT_SKEL165 int argc = ZEND_NUM_ARGS();
175 …if (zend_parse_parameters(argc TSRMLS_CC, "rsrll|l", &image, &text, &text_len, &font, &x, &y, &col…
H A Drun-tests.php492 if (!isset($argc) || !$argc || !isset($argv)) {
497 $argc = count($argv); variable
500 if (isset($argc) && $argc > 1) {
502 for ($i=1; $i<$argc; $i++) {

Completed in 169 milliseconds

1234567