Home
last modified time | relevance | path

Searched refs:visible (Results 1 – 17 of 17) sorted by relevance

/PHP-5.5/tests/classes/
H A Dstatic_properties_003_error1.phpt10 echo "\n--> Access non-visible static prop like instance prop:\n";
16 --> Access non-visible static prop like instance prop:
H A Dstatic_properties_003_error2.phpt10 echo "\n--> Access non-visible static prop like instance prop:\n";
16 --> Access non-visible static prop like instance prop:
H A Dstatic_properties_003_error3.phpt10 echo "\n--> Access non-visible static prop like instance prop:\n";
16 --> Access non-visible static prop like instance prop:
H A Dstatic_properties_003_error4.phpt10 echo "\n--> Access non-visible static prop like instance prop:\n";
16 --> Access non-visible static prop like instance prop:
H A Dstatic_properties_003.phpt12 echo "\n--> Access visible static prop like instance prop:\n";
21 echo "\n--> Access non-visible static prop like instance prop:\n";
30 --> Access visible static prop like instance prop:
47 --> Access non-visible static prop like instance prop:
H A Dconstants_basic_002.phpt17 echo "\nClass constant not visible in object var_dump.\n";
30 Class constant not visible in object var_dump.
/PHP-5.5/Zend/tests/
H A Dbug41929.phpt2 Bug #41929 (Foreach on object does not iterate over all visible properties)
H A Dbug43483.phpt2 Bug #43483 (get_class_methods() does not list all visible methods)
H A Daccess_modifiers_012.phpt2 Trigger __call() in lieu of non visible methods when called via a callback.
/PHP-5.5/ext/spl/tests/
H A DarrayObject_setFlags_basic2.phpt2 SPL: Ensure access to non-visible properties falls back to dimension access with ArrayObject::ARRAY…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt54 …printf("[010] Properties have always been magic, hidden things - why are they visible now, a BC br…
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c3263 zend_bool visible; in ZEND_METHOD() local
3265 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "b", &visible) == FAILURE) { in ZEND_METHOD()
3275 intern->ignore_visibility = visible; in ZEND_METHOD()
5147 zend_bool visible; in ZEND_METHOD() local
5149 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "b", &visible) == FAILURE) { in ZEND_METHOD()
5159 intern->ignore_visibility = visible; in ZEND_METHOD()
5972 ZEND_ARG_INFO(0, visible)
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt34 Thus, for example, if a user wanted whitespace to be ignorable, but not any visible characters,
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS433 re-compile them. Important changes that are visible to users are:
H A DChangeLog4053 really supposed to be visible externally, and in some environments it is
/PHP-5.5/
H A DNEWS6452 - Fixed bug #46812 (get_class_vars() does not include visible private variable
6997 - Fixed bug #43483 (get_class_methods() does not list all visible methods). (Dmitry)
7306 - Fixed bug #41929 (Foreach on object does not iterate over all visible properties).
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4999 acters in patterns in a visible manner. There is no restriction on the

Completed in 106 milliseconds