Searched defs:argument (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/ext/interbase/ |
| H A D | ibase_service.c | 493 long action, argument = 0; local 499 &res, &db, &dblen, &action, &argument)) { 537 argument |= action; 548 (char)action, (char)argument, (char)(argument >> 8), (char)(argument >> 16), 549 (char)(argument >> 24)); 557 db, (char)action, (char)argument); 579 /* {{{ proto bool ibase_maintain_db(resource service_handle, string db, int action [, int argument]) 587 /* {{{ proto string ibase_db_info(resource service_handle, string db, int action [, int argument]) [all...] |
| /PHP_TRUNK/ext/standard/ |
| H A D | exec.c | 416 Quote and escape an argument for use in a shell command */ 419 char *argument; local 423 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &argument, &argument_len) == FAILURE) { 427 if (argument) { 428 cmd = php_escape_shell_arg(argument);
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_wireprotocol.h | 160 const zend_uchar *argument; member in struct:st_mysqlnd_packet_command
|
| /PHP_TRUNK/ext/reflection/ |
| H A D | php_reflection.c | 3279 /* {{{ proto public static mixed ReflectionClass::export(mixed argument [, bool return]) throws ReflectionException 3290 zval *argument; local 3297 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "o", &argument) == FAILURE) { 3301 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z/", &argument) == FAILURE) { 3312 if (Z_TYPE_P(argument) == IS_OBJECT) { 3314 ZVAL_STRINGL(classname, Z_OBJCE_P(argument)->name, Z_OBJCE_P(argument)->name_length, 1); 3316 intern->ptr = Z_OBJCE_P(argument); 3318 intern->obj = argument; 3319 zval_add_ref(&argument); 4524 reflection_object *intern, *argument; local 4569 reflection_object *intern, *argument; local [all...] |
| /PHP_TRUNK/ext/phar/ |
| H A D | util.c | 2251 static int phar_update_cached_entry(void *data, void *argument) /* {{{ */ argument 2256 entry->phar = (phar_archive_data *)argument;
|
Completed in 29 milliseconds