Home
last modified time | relevance | path

Searched refs:level (Results 176 – 200 of 236) sorted by relevance

12345678910

/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_002.phpt15 * Description : Sets user-level session storage functions
H A Dsession_set_save_handler_iface_002.phpt15 * Description : Sets user-level session storage functions
H A Dsession_set_save_handler_closures.phpt16 * Description : Sets user-level session storage functions
H A Dsession_set_save_handler_variation5.phpt20 * Description : Sets user-level session storage functions with validate_id() and update()
H A Dsession_set_save_handler_basic.phpt17 * Description : Sets user-level session storage functions
H A Dsession_set_save_handler_class_001.phpt16 * Description : Sets user-level session storage functions
H A Dsession_set_save_handler_variation6.phpt19 * Description : Sets user-level session storage functions
/PHP-7.4/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_variation3.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.
/PHP-7.4/ext/sockets/tests/
H A Dsocket_cmsg_credentials.phpt73 [level] => %d
/PHP-7.4/ext/standard/tests/serialize/
H A Dmax_depth.phpt60 // Should fail, due to combined nesting level
62 // Should succeeed, below combined nesting level
/PHP-7.4/docs/
H A Doutput-api.md73 Retrieving output buffering level:
122 pass a int* pointer as second arg to receive the level of this output handler
/PHP-7.4/ext/zlib/tests/
H A D005.phpt40 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-7.4/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-7.4/ext/gd/libgd/
H A Dgd_jpeg.c50 static long php_jpeg_emit_message(j_common_ptr jpeg_info, int level) in php_jpeg_emit_message() argument
65 if (level < 0) { in php_jpeg_emit_message()
78 if (jpeg_info->err->trace_level >= level) { in php_jpeg_emit_message()
H A Dgd.h600 void gdImagePngEx(gdImagePtr im, FILE * out, int level, int basefilter);
601 void gdImagePngCtxEx(gdImagePtr im, gdIOCtx * out, int level, int basefilter);
647 void *gdImagePngPtrEx(gdImagePtr im, int *size, int level, int basefilter);
/PHP-7.4/ext/sockets/
H A Dconversions.c170 err->level = E_WARNING; in do_from_to_zval_err()
202 php_error_docref(NULL, err->level, "%s", err->msg); in err_msg_dispose()
850 int level, in from_zval_write_control() local
870 from_zval_write_aggregation(arr, (char *)&level, descriptor_level, ctx); in from_zval_write_control()
879 entry = get_ancillary_reg_entry(level, type); in from_zval_write_control()
882 level, type); in from_zval_write_control()
912 cmsghdr->cmsg_level = level; in from_zval_write_control()
/PHP-7.4/Zend/
H A Dzend_opcode.c638 int level = 0; in emit_live_range() local
645 if (level == 0) { in emit_live_range()
648 level--; in emit_live_range()
659 level++; in emit_live_range()
664 level--; in emit_live_range()
/PHP-7.4/main/
H A Dphp_output.h125 int level; member
/PHP-7.4/
H A DCODING_STANDARDS.md27 * Low-level parser routines, that are tightly integrated with the token
81 1. Function names for user-level functions should be enclosed with in the
278 each user-level function should have its user-level function prototype before it

Completed in 50 milliseconds

12345678910