Home
last modified time | relevance | path

Searched refs:level (Results 51 – 75 of 218) sorted by relevance

123456789

/PHP-5.5/tests/output/
H A Dob_get_status.phpt24 ["level"]=>
H A Dob_get_level_error_001.phpt6 * Description: Return the nesting level of the output buffer
/PHP-5.5/ext/zlib/
H A Dzlib_win32_howto.txt10 php_build is a directory at the same level as php5.
/PHP-5.5/ext/sockets/tests/
H A Dsocket_cmsg_rights.phpt40 "level" => SOL_SOCKET,
80 [level] => %d
/PHP-5.5/ext/xml/tests/
H A Dbug26528.phpt23 ["level"]=>
/PHP-5.5/tests/basic/
H A D027.phpt33 string(115) "Unknown: Input variable nesting level exceeded 10. To increase the limit change max_in…
/PHP-5.5/ext/xml/
H A Dxml.c781 parser->level++; in _xml_startElementHandler()
808 if (parser->level <= XML_MAXLEVEL) { in _xml_startElementHandler()
822 add_assoc_long(tag,"level",parser->level); in _xml_startElementHandler()
848 } else if (parser->level == (XML_MAXLEVEL + 1)) { in _xml_startElementHandler()
893 add_assoc_long(tag,"level",parser->level); in _xml_endElementHandler()
904 efree(parser->ltags[parser->level-1]); in _xml_endElementHandler()
907 parser->level--; in _xml_endElementHandler()
987 if (parser->level <= XML_MAXLEVEL && parser->level > 0) { in _xml_characterDataHandler()
997 add_assoc_long(tag,"level",parser->level); in _xml_characterDataHandler()
1000 } else if (parser->level == (XML_MAXLEVEL + 1)) { in _xml_characterDataHandler()
[all …]
/PHP-5.5/Zend/tests/
H A Dbug69467.phpt21 Fatal error: Access level to Bar::bad() must be public (as in class Baz) in %sbug69467.php on line …
H A Dmagic_methods_008.phpt19 Fatal error: Access level to a::__set() must be public (as in class b) in %s on line %d
/PHP-5.5/ext/spl/tests/
H A Drecursiveiteratoriterator_getsubiterator_variation_003.phpt2 SPL: RecursiveIteratorIterator::getSubIterator() with explicit level parameter
/PHP-5.5/ext/sockets/
H A Dsockets.c215 ZEND_ARG_INFO(0, level)
221 ZEND_ARG_INFO(0, level)
267 ZEND_ARG_INFO(0, level)
1843 long level, optname; local
1851 if (level == IPPROTO_IP) {
1870 else if (level == IPPROTO_IPV6) {
1951 long level, optname; local
1974 if (level == IPPROTO_IP) {
1975 int res = php_do_setsockopt_ip_mcast(php_sock, level, optname, arg4 TSRMLS_CC);
1980 else if (level == IPPROTO_IPV6) {
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c616 int level; local
621 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1));
624level = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? gdAlphaTransparent : gdAlphaOpaque;
634 level = level * (gdAlphaMax - gdTrueColorGetAlpha(fg)) / gdAlphaMax;
636 level = gdAlphaMax - level;
646 if (level < (gdAlphaMax / 2)) {
651 *tpixel = gdAlphaBlend(*tpixel, (level << 24) + (fg & 0xFFFFFF));
653 *tpixel = (level << 24) + (fg & 0xFFFFFF);
/PHP-5.5/tests/classes/
H A Dproperty_override_public_private.phpt33 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
H A Dproperty_override_public_protected.phpt33 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
H A Dproperty_override_protectedStatic_privateStatic.phpt31 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 18
H A Dproperty_override_publicStatic_privateStatic.phpt31 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
H A Dproperty_override_publicStatic_protectedStatic.phpt31 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
H A Dproperty_override_protected_private.phpt33 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 18
/PHP-5.5/TSRM/
H A DTSRM.h136 TSRM_API int tsrm_error(int level, const char *format, ...);
137 TSRM_API void tsrm_error_set(int level, char *debug_filename);
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_015.phpt15 * Description : Sets user-level session storage functions
H A Dsession_set_save_handler_variation3.phpt14 * Description : Sets user-level session storage functions
H A Dsession_set_save_handler_variation2.phpt12 * Description : Sets user-level session storage functions
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_007.phpt10 //In January 2008 , level 7.18.0 of the curl lib, many of the messages changed.
/PHP-5.5/ext/zlib/tests/
H A D002.phpt13 /* with explicit compression level, length */
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c284 int level = 0; variable
290 level++;
292 if (level == 0) {
295 level--;

Completed in 61 milliseconds

123456789