Searched refs:usage (Results 1 - 15 of 15) sorted by relevance
| /PHP_TRUNK/TSRM/ |
| H A D | build.mk | 3 # Standard usage:
|
| /PHP_TRUNK/Zend/ |
| H A D | build.mk | 3 # Standard usage:
|
| H A D | zend_alloc.c | 2699 size_t usage = AG(mm_heap)->size; local 2701 usage -= AG(mm_heap)->cached; 2703 return usage;
|
| H A D | zend_vm_gen.php | 1375 function usage() { function 1401 usage(); 1414 usage(); 1418 usage();
|
| /PHP_TRUNK/ext/ |
| H A D | ext_skel | 8 usage() { function 25 usage 62 usage
|
| /PHP_TRUNK/pear/ |
| H A D | fetch.php | 3 function usage($argv) { function 51 isset($argv[1], $argv[2]) or usage($argv);
|
| /PHP_TRUNK/scripts/dev/ |
| H A D | find_tested.php | 4 $usage = <<<USAGE variable 31 die($usage);
|
| /PHP_TRUNK/ |
| H A D | server-tests.php | 623 $usage = "usage: php run-tests.php [options]\n"; variable 625 $usage .= sprintf(" -%s %-12s %s\n",$arg,$arg_info[1],$arg_info[3]); 627 return $usage;
|
| H A D | config.guess | 41 usage="\ 75 echo "$usage"; exit ;;
|
| H A D | config.sub | 60 usage="\ 94 echo "$usage"; exit ;;
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | webpng.c | 41 goto usage; 78 goto usage; 87 goto usage; 104 goto usage; 119 goto usage; 228 usage:
|
| /PHP_TRUNK/ext/mbstring/ucgendat/ |
| H A D | ucgendat.c | 1912 usage(char *prog) function 1962 usage(prog);
|
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 774 add_assoc_long_ex(return_value, "usage", sizeof("usage"), qlist->usage); 778 add_assoc_long_ex(t_map, "usage", sizeof("usage"), qlist->usage);
|
| /PHP_TRUNK/sapi/litespeed/ |
| H A D | lsapi_main.c | 416 static const char * usage = local 434 php_printf( "%s", usage );
|
| /PHP_TRUNK/ext/opcache/Optimizer/ |
| H A D | block_pass.c | 1873 # define NEVER_USED(op) ((op ## _type & (IS_VAR | IS_TMP_VAR)) && !usage[VAR_NUM(op.var)]) /* !used_ext[op.var] && */ 1885 # define NEVER_USED(op) ((op.op_type == IS_VAR || op.op_type == IS_TMP_VAR) && !usage[VAR_NUM(op.u.var)]) /* !used_ext[op.u.var] && */ 1895 char *usage; local 1903 usage = ecalloc(op_array->T, 1); 1952 memcpy(usage, used_ext, op_array->T); 1955 /* usage checks */ 2009 usage[VAR_NUM(ZEND_RESULT(opline).var)] = 1; 2013 usage[VAR_NUM(ZEND_RESULT(opline).var)] = 0; 2018 usage[VAR_NUM(ZEND_OP1(opline).var)] = 1; 2021 usage[VAR_NU 2055 char *usage; local [all...] |
Completed in 46 milliseconds