Searched defs:label (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_4/ext/gd/libgd/ |
| H A D | gd_gif_in.c | 92 static int DoExtension (gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP); 298 DoExtension(gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP) argument 302 switch (label) {
|
| /PHP_5_4/main/ |
| H A D | php_streams.h | 123 const char *label; /* label for this ops structure */ member in struct:_php_stream_ops 146 const char *label; member in struct:_php_stream_wrapper_ops
|
| /PHP_5_4/main/streams/ |
| H A D | php_stream_filter_api.h | 97 const char *label; member in struct:_php_stream_filter_ops
|
| /PHP_5_4/Zend/ |
| H A D | zend_compile.c | 2230 void zend_do_label(znode *label TSRMLS_DC) /* {{{ */ 2242 if (zend_hash_add(CG(context).labels, Z_STRVAL(label->u.constant), Z_STRLEN(label->u.constant) + 1, (void**)&dest, sizeof(zend_label), NULL) == FAILURE) { 2243 zend_error(E_COMPILE_ERROR, "Label '%s' already defined", Z_STRVAL(label->u.constant)); 2246 /* Done with label now */ 2247 zval_dtor(&label->u.constant); 2255 zval *label; local 2258 label = opline->op2.zv; 2260 label = &CONSTANT_EX(op_array, opline->op2.constant); 2263 zend_hash_find(CG(context).labels, Z_STRVAL_P(label), Z_STRLEN_ [all...] |
Completed in 13 milliseconds