Home
last modified time | relevance | path

Searched refs:classes (Results 1 – 25 of 383) sorted by last modified time

12345678910>>...16

/PHP-5.5/win32/
H A Dinstall.txt759 classes [Sun Web Server 6.0+] in their vserver.obj.conf): In the
/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt28 // define some classes
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt2 Duplicate of zend test tests/classes/iterators_002.phpt without expected output from destructor
/PHP-5.5/tests/classes/
H A Dstatic_properties_004.phpt9 echo "\nInherited static properties refer to the same value across classes:\n";
23 Inherited static properties refer to the same value across classes:
H A Dprivate_members_serialization.phpt2 Verifies that it is possible to return private member names of parent classes in __sleep
H A Dautoload_001.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dautoload_002.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dautoload_003.phpt2 ZE2 Autoload and derived classes
6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dautoload_004.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dautoload_005.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dautoload_006.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dautoload_012.phpt2 Ensure callback methods in unknown classes trigger autoload.
H A Dbug23951.phpt2 Bug #23951 (Defines not working in inherited classes)
H A Dclass_example.phpt32 { /* one can pass classes as arguments */
H A Dctor_dtor_inheritance.phpt10 // - base classes know about derived properties in constructor/destructor
/PHP-5.5/scripts/dev/
H A Dsearch_underscores.php32 $classes = array_merge(get_declared_classes(), get_declared_interfaces()); variable
44 $cnt_classes = count($classes);
46 foreach($classes as $c) {
83 foreach($extensions as $ext => &$classes) {
85 ksort($classes);
86 foreach($classes as $classname => &$methods) {
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt40 In obj.conf (for virtual server classes [Sun 6.0+] in their vserver.obj.conf):
/PHP-5.5/sapi/apache_hooks/
H A DREADME200 For this reason you should not define functions/classes here without
/PHP-5.5/
H A Dphp.ini-development305 ; This directive allows you to disable certain classes for security reasons.
307 ; http://php.net/disable-classes
H A Dphp.ini-production305 ; This directive allows you to disable certain classes for security reasons.
307 ; http://php.net/disable-classes
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation1.phpt36 // define some classes
H A Dgzopen_variation2.phpt36 // define some classes
H A Dgzopen_variation3.phpt36 // define some classes
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re417 /* The internal class check here is a BC fix only, userspace classes implementing the
419 unserialized from a manipulated string. Additionaly the interal classes can possibly
/PHP-5.5/ext/standard/tests/strings/
H A Dmoney_format_variation1.phpt26 //defining a couple of sample classes

Completed in 47 milliseconds

12345678910>>...16