Home
last modified time | relevance | path

Searched refs:level (Results 151 – 175 of 218) sorted by relevance

123456789

/PHP-5.5/ext/standard/tests/file/
H A Dfilesize_variation3-win32.phpt13 (and generates an error of level E_WARNING) in case of an error.
H A Dfilesize_variation2-win32.phpt13 (and generates an error of level E_WARNING) in case of an error.
H A Dfilesize_variation2.phpt13 (and generates an error of level E_WARNING) in case of an error.
H A Dfilesize_variation4-win32.phpt13 (and generates an error of level E_WARNING) in case of an error.
H A Dfilesize_variation4.phpt13 (and generates an error of level E_WARNING) in case of an error.
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_iface_002.phpt15 * Description : Sets user-level session storage functions
H A Dsession_set_save_handler_basic.phpt15 * Description : Sets user-level session storage functions
H A Dsession_set_save_handler_closures.phpt15 * Description : Sets user-level session storage functions
/PHP-5.5/
H A DREADME.NEW-OUTPUT-API76 Retrieving output buffering level:
125 pass a int* pointer as second arg to receive the level of this output handler
H A DCODING_STANDARDS29 - Low-level parser routines, that are tightly integrated with the token
88 1. Function names for user-level functions should be enclosed with in
239 the code, each user-level function should have its user-level function
/PHP-5.5/ext/zlib/tests/
H A D005.phpt41 Warning: gzcompress(): compression level (1000) must be within -1..9 in %s on line %d
H A D006.phpt41 Warning: gzdeflate(): compression level (1000) must be within -1..9 in %s on line %d
/PHP-5.5/ext/gd/libgd/
H A Dgd_jpeg.c49 static long php_jpeg_emit_message(j_common_ptr jpeg_info, int level) in php_jpeg_emit_message() argument
64 if (level < 0) { in php_jpeg_emit_message()
75 if (jpeg_info->err->trace_level >= level) { in php_jpeg_emit_message()
H A Dgd.h594 void gdImagePngEx(gdImagePtr im, FILE * out, int level, int basefilter);
595 void gdImagePngCtxEx(gdImagePtr im, gdIOCtx * out, int level, int basefilter);
641 void *gdImagePngPtrEx(gdImagePtr im, int *size, int level, int basefilter);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pconn_disabled.phpt9 die("skip TODO - we need to add a user level way to check if CHANGE_USER gets called by pconnect");
H A Dmysqli_pconn_reuse.phpt5 die("skip TODO - we need to add a user level way to check if CHANGE_USER gets called by pconnect");
/PHP-5.5/ext/sockets/
H A Dconversions.c170 err->level = E_WARNING; in do_from_to_zval_err()
202 php_error_docref0(NULL TSRMLS_CC, err->level, "%s", err->msg); in err_msg_dispose()
855 int level, in from_zval_write_control() local
875 from_zval_write_aggregation(arr, (char *)&level, descriptor_level, ctx); in from_zval_write_control()
884 entry = get_ancillary_reg_entry(level, type); in from_zval_write_control()
887 level, type); in from_zval_write_control()
918 cmsghdr->cmsg_level = level; in from_zval_write_control()
/PHP-5.5/ext/pdo/
H A DTODO48 settable at dbh and stmt levels independently. If set at the dbh level,
/PHP-5.5/ext/shmop/
H A DREADME9 offers high level features which are extremly bothersome for basic SHM
/PHP-5.5/ext/soap/
H A Dphp_http.c374 int level = Z_LVAL_PP(tmp) & 0x0f; in make_http_soap_request() local
377 if (level > 9) {level = 9;} in make_http_soap_request()
382 if (level > 0) { in make_http_soap_request()
396 ZVAL_LONG(params[1], level); in make_http_soap_request()
/PHP-5.5/main/
H A Dphp_output.h133 int level; member
/PHP-5.5/ext/dba/
H A DREADME14 only compatible on the source code level, but cannot handle the
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI416 int func(int group, int beg, int end, int level, int at,
422 level: nest level (from 0)
/PHP-5.5/ext/snmp/
H A Dsnmp.c1250 static int netsnmp_session_set_sec_level(struct snmp_session *s, char *level) in netsnmp_session_set_sec_level() argument
1252 if (!strcasecmp(level, "noAuthNoPriv") || !strcasecmp(level, "nanp")) { in netsnmp_session_set_sec_level()
1254 } else if (!strcasecmp(level, "authNoPriv") || !strcasecmp(level, "anp")) { in netsnmp_session_set_sec_level()
1256 } else if (!strcasecmp(level, "authPriv") || !strcasecmp(level, "ap")) { in netsnmp_session_set_sec_level()
/PHP-5.5/ext/mysql/
H A Dmysql.mak71 C_FLAGS += -opt level=4 -DZEND_DEBUG=0

Completed in 55 milliseconds

123456789