| /PHP_5_3/TSRM/ |
| H A D | TSRM.c | 58 int tsrm_error(int level, const char *format, ...); 738 int tsrm_error(int level, const char *format, ...) argument 740 if (level<=tsrm_error_level) { 758 void tsrm_error_set(int level, char *debug_filename) argument 760 tsrm_error_level = level;
|
| H A D | TSRM.h | 132 TSRM_API int tsrm_error(int level, const char *format, ...); 133 TSRM_API void tsrm_error_set(int level, char *debug_filename);
|
| /PHP_5_3/build/ |
| H A D | build2.mk | 35 SUPPRESS_WARNINGS ?= 2>&1 | (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times|AC_DECL_YYTEXT is expanded from...|the top level)'||true)
|
| /PHP_5_3/ext/phar/phar/ |
| H A D | pharcommand.inc | 110 'inf' => '<level> Number of preceeding subdirectories to strip from file entries', 568 $level = $this->args['l']['val']; 583 $this->phar_add($phar, $level, $input, $regex, $invregex, $stub, NULL, isset($loader)); 586 $this->phar_add($phar, $level, $i, $regex, $invregex, $stub, NULL, isset($loader)); 629 static function phar_add(Phar $phar, $level, $input, $regex, $invregex, SplFileInfo $stub = NULL, $compress = NULL, $noloader = false) 632 return self::phar_add_file($phar, $level, $input, $input, $compress); 648 self::phar_add_file($phar, $level, $dir->getSubPathName(), $file, $compress, $noloader); 663 * @param string $level The level of the file. 669 static function phar_add_file(Phar $phar, $level, [all...] |
| /PHP_5_3/ext/spl/examples/ |
| H A D | recursivecomparedualiterator.inc | 20 * level we need to check whether both child iterators are at their end.
|
| /PHP_5_3/ext/spl/internal/ |
| H A D | recursiveiteratoriterator.inc | 156 /** @return Sub Iterator at given level or if unspecified the current sub 159 function getSubIterator($level = NULL) 161 if (is_null($level)) { 162 $level = $this->count; 164 return @$this->ait[$level]; 179 return $this->level;
|
| H A D | recursivetreeiterator.inc | 43 /** Prefix used if $level < depth and hasNext($level) == true. */ 45 /** Prefix used if $level < depth and hasNext($level) == false. */ 47 /** Prefix used if $level == depth and hasNext($level) == true. */ 49 /** Prefix used if $level == depth and hasNext($level) == false. */ 73 for ($level = 0; $level < [all...] |
| /PHP_5_3/scripts/dev/ |
| H A D | check_parameters.php | 23 define('REPORT_LEVEL', 2); // 0 reports less false-positives. up to level 5. 61 /** reports an error, according to its level */ 62 function error($str, $level = 0) 66 if ($level <= REPORT_LEVEL) {
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | funcs.c | 410 file_check_mem(struct magic_set *ms, unsigned int level) argument 414 if (level >= ms->c.len) { 418 ms->c.li[level].got_match = 0; 420 ms->c.li[level].last_match = 0; 421 ms->c.li[level].last_cond = COND_NONE;
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gd_png.c | 418 void gdImagePngEx (gdImagePtr im, FILE * outFile, int level, int basefilter) argument 421 gdImagePngCtxEx(im, out, level, basefilter); 443 void * gdImagePngPtrEx (gdImagePtr im, int *size, int level, int basefilter) argument 447 gdImagePngCtxEx(im, out, level, basefilter); 462 void gdImagePngCtxEx (gdImagePtr im, gdIOCtx * outfile, int level, int basefilter) argument 518 if (level != -1 && (level < 0 || level > 9)) { 519 php_gd_error("gd-png error: compression level must be 0 through 9"); 522 png_set_compression_level(png_ptr, level); [all...] |
| H A D | gdft.c | 564 * or to just store the alpha level. All we have to do here 614 int level; local 619 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1)); 622 level = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? gdAlphaTransparent : gdAlphaOpaque; 632 level = level * (gdAlphaMax - gdTrueColorGetAlpha(fg)) / gdAlphaMax; 634 level = gdAlphaMax - level; 644 if (level < (gdAlphaMax / 2)) { 649 *tpixel = gdAlphaBlend(*tpixel, (level << 2 [all...] |
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | regexec.c | 670 int level = 0;\ 676 level++;\ 679 if (level == 0) break;\ 680 level--;\ 686 int level = 0;\ 689 if (level == 0) (start) = k->u.mem.pstr;\ 690 level++;\ 693 level--;\ 694 if (level == 0) {\ 876 int level 1146 int level; local 2468 LengthType level; local [all...] |
| H A D | regtrav.c | 37 int level, void* arg) 46 level, ONIG_TRAVERSE_CALLBACK_AT_FIRST, arg); 52 callback_func, level + 1, arg); 58 level, ONIG_TRAVERSE_CALLBACK_AT_LAST, arg); 35 capture_tree_traverse(OnigCaptureTreeNode* node, int at, int(*callback_func)(int,int,int,int,int,void*), int level, void* arg) argument
|
| /PHP_5_3/ext/snmp/ |
| H A D | snmp.c | 969 /* {{{ int netsnmp_session_set_sec_level(struct snmp_session *s, char *level) 970 Set the security level in the snmpv3 session */ 971 static int netsnmp_session_set_sec_level(struct snmp_session *s, char *level TSRMLS_DC) 973 if ((s) && (level)) { 974 if (!strcasecmp(level, "noAuthNoPriv") || !strcasecmp(level, "nanp")) { 977 } else if (!strcasecmp(level, "authNoPriv") || !strcasecmp(level, "anp")) { 980 } else if (!strcasecmp(level, "authPriv") || !strcasecmp(level, "a [all...] |
| /PHP_5_3/ext/sockets/ |
| H A D | sockets.c | 230 ZEND_ARG_INFO(0, level) 236 ZEND_ARG_INFO(0, level) 1728 /* {{{ proto mixed socket_get_option(resource socket, int level, int optname) U 1741 long level, optname; local 1743 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rll", &arg1, &level, &optname) == FAILURE) { 1753 if (getsockopt(php_sock->bsd_socket, level, optname, (char*)&linger_val, &optlen) != 0) { 1768 if (getsockopt(php_sock->bsd_socket, level, optname, (char*)&tv, &optlen) != 0) { 1775 if (getsockopt(php_sock->bsd_socket, level, optname, (char*)&timeout, &optlen) != 0) { 1793 if (getsockopt(php_sock->bsd_socket, level, optname, (char*)&other_val, &optlen) != 0) { 1804 /* {{{ proto bool socket_set_option(resource socket, int level, in 1817 long level, optname; local [all...] |
| /PHP_5_3/ext/spl/ |
| H A D | spl_iterators.c | 104 int level; member in struct:_spl_recursive_it_object 145 while (object->level > 0) { 146 sub_iter = object->iterators[object->level].iterator; 148 zval_ptr_dtor(&object->iterators[object->level--].zobject); 151 object->level = 0; 160 int level = object->level; local 162 while (level >=0) { 163 sub_iter = object->iterators[level].iterator; 167 level 685 long level = object->level; local 701 long level = object->level; local 846 long level = object->level; local 986 int level; local [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | php_var.h | 34 PHPAPI void php_var_dump(zval **struc, int level TSRMLS_DC); 35 PHPAPI void php_var_export(zval **struc, int level TSRMLS_DC); 36 PHPAPI void php_var_export_ex(zval **struc, int level, smart_str *buf TSRMLS_DC); 38 PHPAPI void php_debug_zval_dump(zval **struc, int level TSRMLS_DC);
|
| H A D | var.c | 40 int level; local 42 level = va_arg(args, int); 45 php_printf("%*c[%ld]=>\n", level + 1, ' ', hash_key->h); 47 php_printf("%*c[\"", level + 1, ' '); 51 php_var_dump(zv, level + 2 TSRMLS_CC); 58 int level; local 61 level = va_arg(args, int); 64 php_printf("%*c[%ld]=>\n", level + 1, ' ', hash_key->h); 67 php_printf("%*c[", level + 1, ' '); 82 php_var_dump(zv, level 189 int level; local 213 int level; local 350 int level; local 386 int level; local 421 php_var_export_ex(zval **struc, int level, smart_str *buf TSRMLS_DC) argument [all...] |
| /PHP_5_3/ext/xml/ |
| H A D | php_xml.h | 80 int level; member in struct:__anon241
|
| H A D | xml.c | 430 for (inx = 0; inx < parser->level; inx++) 881 parser->level++; 921 add_assoc_long(tag,"level",parser->level); 923 parser->ltags[parser->level-1] = estrdup(tag_name); 988 add_assoc_long(tag,"level",parser->level); 999 efree(parser->ltags[parser->level-1]); 1002 parser->level--; 1086 _xml_add_to_info(parser,parser->ltags[parser->level [all...] |
| /PHP_5_3/ext/zlib/ |
| H A D | zlib.c | 127 ZEND_ARG_INFO(0, level) 137 ZEND_ARG_INFO(0, level) 150 ZEND_ARG_INFO(0, level) 489 /* {{{ proto string gzcompress(string data [, int level]) 494 long level = Z_DEFAULT_COMPRESSION; local 498 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &data, &data_len, &level) == FAILURE) { 502 if ((level < -1) || (level > 9)) { 503 php_error_docref(NULL TSRMLS_CC, E_WARNING, "compression level (%ld) must be within -1..9", level); 582 long level = Z_DEFAULT_COMPRESSION; local 861 long level = Z_DEFAULT_COMPRESSION, coding = CODING_GZIP; local [all...] |
| H A D | zlib_filter.c | 352 int level = Z_DEFAULT_COMPRESSION; local 360 /* filterparams can either be a scalar value to indicate compression level (shortcut method) 361 Or can be a hash containing one or more of 'window', 'memory', and/or 'level' members. */ 373 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter give for memory level. (%ld)", Z_LVAL(tmp)); 392 if (zend_hash_find(HASH_OF(filterparams), "level", sizeof("level"), (void**) &tmpzval) == SUCCESS) { 395 /* Psuedo pass through to catch level validating code */ 407 /* Set compression level within reason (-1 == default, 0 == none, 1-9 == least to most compression */ 409 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid compression level specified. (%ld)", Z_LVAL(tmp)); 411 level [all...] |
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_debug.c | 97 unsigned int level, const char * type, const char * message) 113 if (level == -1) { 114 level = zend_stack_count(&self->call_stack); 116 i = MIN(level, sizeof(pipe_buffer) / 2 - 1); 166 snprintf(level_buffer, sizeof(level_buffer) - 1, "%4u: ", level); 193 unsigned int level, const char * type, 211 if (level == -1) { 212 level = zend_stack_count(&self->call_stack); 214 i = MIN(level, sizeof(pipe_buffer) / 2 - 1); 264 snprintf(level_buffer, sizeof(level_buffer) - 1, "%4u: ", level); 1607 uint * level; local 1784 uint * level; local [all...] |
| /PHP_5_3/ext/libxml/ |
| H A D | libxml.c | 449 error_copy.level = XML_ERR_ERROR; 468 static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg TSRMLS_DC) argument 476 php_error_docref(NULL TSRMLS_CC, level, "%s in %s, line: %d", msg, parser->input->filename, parser->input->line); 478 php_error_docref(NULL TSRMLS_CC, level, "%s in Entity, line: %d", msg, parser->input->line); 483 void php_libxml_issue_error(int level, const char *msg TSRMLS_DC) argument 488 php_error_docref(NULL TSRMLS_CC, level, "%s", msg); 764 add_property_long(return_value, "level", error->level); 804 add_property_long(z_error, "level", error->level); [all...] |
| H A D | php_libxml.h | 96 PHP_LIBXML_API void php_libxml_issue_error(int level, const char *msg TSRMLS_DC);
|