| /PHP_5_5/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_5/ext/standard/tests/file/ |
| H A D | file.inc | 584 type of the comparision is based on $op argument value
|
| /PHP_5_5/ |
| 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_5/Zend/ |
| 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);
|
| H A D | zend_hash.h | 133 typedef int (*apply_func_arg_t)(void *pDest, void *argument TSRMLS_DC);
|
| H A D | zend_hash.c | 731 ZEND_API void zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *argument TSRMLS_DC) 740 int result = apply_func(p->pData, argument TSRMLS_CC);
|
| /PHP_5_5/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_5/ext/mysqlnd/ |
| H A D | mysqlnd_plugin.c | 170 PHPAPI void _mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument TSRMLS_DC) 180 int result = apply_func(p->pData, argument TSRMLS_CC);
|
| H A D | php_mysqlnd.c | 68 mysqlnd_minfo_dump_plugin_stats(void *pDest, void * argument TSRMLS_DC)
|
| H A D | mysqlnd_wireprotocol.c | 993 if (!packet->argument || !packet->arg_len) { 1010 memcpy(p, packet->argument, packet->arg_len);
|
| H A D | mysqlnd_wireprotocol.h | 160 const zend_uchar *argument; member in struct:st_mysqlnd_packet_command
|
| H A D | mysqlnd.h | 75 PHPAPI void _mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument TSRMLS_DC); 76 #define mysqlnd_plugin_apply_with_argument(func, argument) _mysqlnd_plugin_apply_with_argument((func), (argument) TSRMLS_CC);
|
| H A D | mysqlnd.c | 351 cmd_packet->argument = arg;
|
| /PHP_5_5/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 | 3189 static int phar_set_compression(void *pDest, void *argument TSRMLS_DC) /* {{{ */ 3192 php_uint32 compress = *(php_uint32 *)argument; 3206 static int phar_test_compression(void *pDest, void *argument TSRMLS_DC) /* {{{ */ 3216 *(int *) argument = 0; 3222 *(int *) argument = 0; 4336 "Invalid argument, %s cannot be found", phar_obj->arc.archive->fname); 4345 "Invalid argument, extraction path must be non-zero length"); 4401 "Invalid argument, array of filenames to extract contains non-string value"); 4419 "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 | 2251 static int phar_update_cached_entry(void *data, void *argument) /* {{{ */ argument 2256 entry->phar = (phar_archive_data *)argument;
|
| /PHP_5_5/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...] |
| /PHP_5_5/ext/opcache/ |
| H A D | zend_accelerator_blacklist.h | 47 void zend_accel_blacklist_apply(zend_blacklist *blacklist, apply_func_arg_t func, void *argument TSRMLS_DC);
|
| H A D | zend_accelerator_blacklist.c | 295 void zend_accel_blacklist_apply(zend_blacklist *blacklist, apply_func_arg_t func, void *argument TSRMLS_DC) 300 func(&blacklist->entries[i], argument TSRMLS_CC);
|
| /PHP_5_5/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...] |