| /PHP_5_3/ext/phar/phar/ |
| H A D | pharcommand.inc | 53 * @param string $which Which argument is chosen. 209 * @return string $arg The argument. 274 * @return string $arg The new argument file. 316 * Check the argument as cli_arg_Typ_phar and return its name prefixed 335 * Cli argument type phar 338 * @return object new Phar of the passed argument. 353 * @param string $arg The argument (the entry) 447 "then point -p argument to PHP/Archive.php.\n"; 937 * The cli command argument for deleting. 1032 * Set the argument stu [all...] |
| /PHP_5_3/ext/standard/tests/file/ |
| H A D | file.inc | 584 type of the comparision is based on $op argument value
|
| /PHP_5_3/ |
| H A D | ltmain.sh | 203 # Has to be a shell function in order to 'eat' the argument 440 # If the previous option needs an argument, assign it. 484 # Have we seen a non-optional argument yet? 577 $echo "$modename: option \`$prevopt' requires an argument" 1>&2 736 # Accept the current argument as the source file. 737 # The previous "srcfile" becomes the current argument. 746 # Aesthetically quote the previous argument. 766 $echo "$modename: you must specify an argument for -Xcompile" 1226 # If the previous option needs an argument, assign it. 1335 # Extract subdirectory from the argument [all...] |
| /PHP_5_3/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...] |
| H A D | interbase.c | 289 ZEND_ARG_INFO(0, argument) 296 ZEND_ARG_INFO(0, argument) 1158 /* enumerate all the arguments: assume every non-resource argument
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 3006 /* {{{ proto public static mixed ReflectionClass::export(mixed argument [, bool return]) throws ReflectionException 3017 zval *argument; local 3024 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "o", &argument) == FAILURE) { 3028 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z/", &argument) == FAILURE) { 3039 if (Z_TYPE_P(argument) == IS_OBJECT) { 3041 ZVAL_STRINGL(classname, Z_OBJCE_P(argument)->name, Z_OBJCE_P(argument)->name_length, 1); 3043 intern->ptr = Z_OBJCE_P(argument); 3045 intern->obj = argument; 3046 zval_add_ref(&argument); 4113 reflection_object *intern, *argument; local 4158 reflection_object *intern, *argument; local [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | html.c | 1151 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid multibyte sequence in argument");
|
| /PHP_5_3/Zend/ |
| H A D | zend_hash.c | 689 ZEND_API void zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *argument TSRMLS_DC) 698 int result = apply_func(p->pData, argument TSRMLS_CC);
|
| H A D | zend_hash.h | 133 typedef int (*apply_func_arg_t)(void *pDest, void *argument TSRMLS_DC);
|
| H A D | zend_ts_hash.c | 165 ZEND_API void zend_ts_hash_apply_with_argument(TsHashTable *ht, apply_func_arg_t apply_func, void *argument TSRMLS_DC) 168 zend_hash_apply_with_argument(TS_HASH(ht), apply_func, argument TSRMLS_CC);
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_wireprotocol.c | 712 if (!packet->argument || !packet->arg_len) { 729 memcpy(p, packet->argument, packet->arg_len);
|
| H A D | mysqlnd_wireprotocol.h | 128 const char *argument; member in struct:st_mysqlnd_packet_command
|
| H A D | mysqlnd.c | 364 cmd_packet->argument = arg;
|
| /PHP_5_3/ext/phar/ |
| H A D | phar.c | 37 static int phar_set_writeable_bit(void *pDest, void *argument TSRMLS_DC) /* {{{ */ 39 zend_bool keep = *(zend_bool *)argument; 329 static int phar_unalias_apply(void *pDest, void *argument TSRMLS_DC) /* {{{ */ 331 return *(void**)pDest == argument ? ZEND_HASH_APPLY_REMOVE : ZEND_HASH_APPLY_KEEP;
|
| H A D | phar_object.c | 3208 static int phar_set_compression(void *pDest, void *argument TSRMLS_DC) /* {{{ */ 3211 php_uint32 compress = *(php_uint32 *)argument; 3225 static int phar_test_compression(void *pDest, void *argument TSRMLS_DC) /* {{{ */ 3235 *(int *) argument = 0; 3241 *(int *) argument = 0; 4354 "Invalid argument, %s cannot be found", phar_obj->arc.archive->fname); 4363 "Invalid argument, extraction path must be non-zero length"); 4419 "Invalid argument, array of filenames to extract contains non-string value"); 4437 "Invalid argument, expected a filename (string) or array of filenames");
|
| H A D | tar.c | 678 static int phar_tar_writeheaders(void *pDest, void *argument TSRMLS_DC) /* {{{ */ 683 struct _phar_pass_tar_info *fp = (struct _phar_pass_tar_info *)argument; 864 static int phar_tar_setupmetadata(void *pDest, void *argument TSRMLS_DC) /* {{{ */ 867 struct _phar_pass_tar_info *i = (struct _phar_pass_tar_info *)argument;
|
| H A D | util.c | 2252 static int phar_update_cached_entry(void *data, void *argument) /* {{{ */ argument 2257 entry->phar = (phar_archive_data *)argument;
|
| /PHP_5_3/ext/pcre/pcrelib/ |
| H A D | pcre_compile.c | 488 "an argument is not allowed for (*ACCEPT), (*FAIL), or (*COMMIT)\0" 497 "(*MARK) must have an argument\0" 2102 two bytes of parameters, and for MARK/PRUNE/SKIP/THEN with an argument, we 2183 (void)(utf); /* Keep compiler happy by referencing function argument */ 2222 two bytes of parameters, and for MARK/PRUNE/SKIP/THEN with an argument, we 2331 (void)(utf); /* Keep compiler happy by referencing function argument */ 2347 backward and negative forward assertions when its final argument is TRUE. If we 2374 first_significant_code() with a TRUE final argument. */ 2613 /* MARK, and PRUNE/SKIP/THEN with an argument must skip over the argument [all...] |