Searched defs:label (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_5/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_5/Zend/ |
| H A D | zend_language_scanner.h | 55 char *label; member in struct:_zend_heredoc_label
|
| H A D | zend_compile.c | 2301 void zend_do_label(znode *label TSRMLS_DC) /* {{{ */ 2313 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) { 2314 zend_error(E_COMPILE_ERROR, "Label '%s' already defined", Z_STRVAL(label->u.constant)); 2317 /* Done with label now */ 2318 zval_dtor(&label->u.constant); 2326 zval *label; local 2329 label = opline->op2.zv; 2331 label = &CONSTANT_EX(op_array, opline->op2.constant); 2334 zend_hash_find(CG(context).labels, Z_STRVAL_P(label), Z_STRLEN_ [all...] |
| /PHP_5_5/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_5/main/streams/ |
| H A D | php_stream_filter_api.h | 97 const char *label; member in struct:_php_stream_filter_ops
|
Completed in 24 milliseconds