Home
last modified time | relevance | path

Searched refs:argc (Results 1 – 25 of 162) sorted by path

1234567

/PHP-5.5/
H A DNEWS6926 - Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script) (Dmitry)
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 DREADME.PHP4-TO-PHP5-THIN-CHANGES49 7. $_SERVER should be populated with argc and argv if variables_order
52 always make argc and argv available in the CLI version regardless of the
54 the global $argc and $argv variables.
H A Dacinclude.m41710 int main(int argc, char *argv[])
H A Dconfig.guess443 int main (int argc, char *argv[]) {
445 int main (argc, argv) int argc; char *argv[]; {
H A Dconfigure.in249 int main(int argc, const char **argv)
251 argc = argc;
/PHP-5.5/TSRM/
H A Dtsrm_nw.c59 int ptrLen = 0, argc = 0, i = 0, envCount = 0, err = 0; local
139 while (ptr && (argc < MAX_ARGS)) {
142 argv[argc] = (char*)malloc(ptrLen + 1);
143 if (!argv[argc]) {
148 for (i = 0; i < argc; i++) {
156 strcpy (argv[argc], ptr);
157 argc++;
163 envSpec.esArgc = argc;
218 for (i = 0; i < argc; i++) {
/PHP-5.5/Zend/tests/
H A Dget_defined_vars.phpt37 var_dump( $arr["argc"] );
/PHP-5.5/Zend/
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 …]
H A Dzend_API.h491 ZEND_API int zend_fcall_info_argp(zend_fcall_info *fci TSRMLS_DC, int argc, zval ***argv);
497 ZEND_API int zend_fcall_info_argv(zend_fcall_info *fci TSRMLS_DC, int argc, va_list *argv);
503 ZEND_API int zend_fcall_info_argn(zend_fcall_info *fci TSRMLS_DC, int argc, ...);
H A Dzend_exceptions.c199 int argc = ZEND_NUM_ARGS(), message_len; in ZEND_METHOD() local
201 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, "|slO!", &message, &message_… in ZEND_METHOD()
255 int argc = ZEND_NUM_ARGS(), message_len, filename_len; in ZEND_METHOD() local
257 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, "|sllslO!", &message, &messa… in ZEND_METHOD()
277 if (argc >= 4) { in ZEND_METHOD()
279 if (argc < 5) { in ZEND_METHOD()
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_operators.h336 ZEND_API void multi_convert_to_long_ex(int argc, ...);
337 ZEND_API void multi_convert_to_double_ex(int argc, ...);
338 ZEND_API void multi_convert_to_string_ex(int argc, ...);
H A Dzend_vm_gen.php1411 for ($i = 1; $i < $argc; $i++) {
/PHP-5.5/build/
H A Dshtool812 argc=$#
828 if [ $argc -gt 2 ] && [ $dstisdir = 0 ]; then
/PHP-5.5/ext/bcmath/
H A Dbcmath.c227 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
233 if (argc == 3) { in PHP_FUNCTION()
267 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
273 if (argc == 3) { in PHP_FUNCTION()
307 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
313 if (argc == 3) { in PHP_FUNCTION()
347 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
353 if (argc == 3) { in PHP_FUNCTION()
479 if (argc == 3) { in PHP_FUNCTION()
519 if (argc == 2) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/bz2/
H A Dbz2.c498 argc; /* Argument count */ in PHP_FUNCTION() local
502 argc = ZEND_NUM_ARGS(); in PHP_FUNCTION()
518 if (argc > 1) { in PHP_FUNCTION()
522 if (argc > 2) { in PHP_FUNCTION()
/PHP-5.5/ext/curl/
H A Dconfig.m466 int main(int argc, char *argv[])
93 int main(int argc, char *argv[])
/PHP-5.5/ext/dba/
H A Ddba.c815 info->argc = ac - 3; in php_dba_open()
933 info->argc = 0; in php_dba_open()
H A Ddba_db1.c53 if (info->argc > 0) { in DBA_OPEN_FUNC()
H A Ddba_db2.c74 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) {
H A Ddba_dbm.c62 if(info->argc > 0) { in DBA_OPEN_FUNC()
H A Ddba_gdbm.c56 if(info->argc > 0) { in DBA_OPEN_FUNC()

Completed in 117 milliseconds

1234567