Home
last modified time | relevance | path

Searched refs:classes (Results 176 – 200 of 235) sorted by relevance

12345678910

/php-src/ext/standard/tests/file/
H A Dbug38450_1.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
H A Dbug38450_2.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
H A Dbug38450_3.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
H A Dfile_put_contents_variation2.phpt28 // define some classes
/php-src/ext/spl/tests/
H A Dbug55701.phpt25 // The derived classes must throw LogicException if the parent class constructor was not called
250 // The classes SplFileObject and SplTempFileObject are not affected by the bug
268 // Check that when derived classes do not call GlobIterator::__construct()
H A Dbug54384.phpt2 Bug #54384: Several SPL classes crash when the parent constructor is not called
/php-src/ext/reflection/tests/
H A DReflectionClass_getDefaultProperties_001.phpt66 $classes = array('A', 'B', 'C', 'X');
67 foreach ($classes as $class) {
/php-src/ext/standard/tests/array/
H A Duasort_object2.phpt8 * Objects of different classes:
H A Dusort_object2.phpt2 Test usort() function : object functionality - Different types of classes
H A Darray_udiff_assoc_variation2.phpt17 // define some classes
H A Darray_udiff_uassoc_variation2.phpt18 // define some classes
H A Darray_udiff_variation2.phpt17 // define some classes
H A Darray_uintersect_assoc_variation2.phpt17 // define some classes
H A Darray_uintersect_uassoc_variation2.phpt18 // define some classes
H A Darray_uintersect_variation2.phpt17 // define some classes
H A Darray_udiff_assoc_variation1.phpt17 // define some classes
H A Darray_udiff_uassoc_variation1.phpt18 // define some classes
/php-src/ext/standard/tests/class_object/
H A Dmethod_exists_basic_001.phpt2 method_exists() on userspace classes; static & non-static methods with various visibilities.
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md67 * Intl classes that can be instantiated should provide `::getErrorCode()` and
96 In practice, `intl_errors_reset()` is not used because most classes have also
/php-src/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt14 // define some classes
/php-src/ext/soap/tests/
H A Dserver030.phpt2 SOAP Server 30: Handling classes which extend the SPL ArrayObject or ArrayIterator as arrays in wsd…
H A Dserver031.phpt2 SOAP Server 31: Handling classes which implements Iterator
/php-src/
H A DUPGRADING93 of as text. Furthermore, the meaning of some character classes in UCP mode
239 database-specific functionalities. The new classes are
535 This RFC adds the new DOM namespace along with new classes and
537 There are two new classes to handle HTML and XML documents:
539 These classes provide a cleaner API to handle HTML and XML documents.
543 This adds new classes in the DOM namespace that correspond to modern
544 equivalents to the old DOM classes in the global namespaces.
545 The new classes follow the DOM living spec.
/php-src/ext/standard/
H A Dvar_unserializer.re98 PHPAPI void php_var_unserialize_set_allowed_classes(php_unserialize_data_t d, HashTable *classes) {
99 d->allowed_classes = classes;
364 HashTable *classes = (*var_hashx)->allowed_classes;
366 if(classes == NULL) {
369 if(!zend_hash_num_elements(classes)) {
373 return zend_hash_exists(classes, lcname);
/php-src/ext/ffi/tests/
H A D002.phpt17 /* allowed storage classes */

Completed in 26 milliseconds

12345678910