Home
last modified time | relevance | path

Searched refs:classes (Results 126 – 150 of 397) sorted by relevance

12345678910>>...16

/PHP-7.1/ext/spl/tests/
H A Dclass_implements_variation1.phpt6 * Description: Return all classes and interfaces implemented by SPL
33 // define some classes
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-7.1/ext/standard/tests/array/
H A Darray_multisort_variation9.phpt13 // define some classes
H A Dusort_object2.phpt2 Test usort() function : object functionality - Different types of classes
H A Duasort_object2.phpt12 * Objects of different classes:
/PHP-7.1/ext/standard/
H A Dvar_unserializer.c65 PHPAPI void php_var_unserialize_set_allowed_classes(php_unserialize_data_t d, HashTable *classes) { in php_var_unserialize_set_allowed_classes() argument
66 d->allowed_classes = classes; in php_var_unserialize_set_allowed_classes()
293 HashTable *classes = (*var_hashx)->allowed_classes; in unserialize_allowed_class() local
298 if(classes == NULL) { in unserialize_allowed_class()
301 if(!zend_hash_num_elements(classes)) { in unserialize_allowed_class()
307 res = zend_hash_exists(classes, lcname); in unserialize_allowed_class()
H A Dvar_unserializer.re63 PHPAPI void php_var_unserialize_set_allowed_classes(php_unserialize_data_t d, HashTable *classes) {
64 d->allowed_classes = classes;
291 HashTable *classes = (*var_hashx)->allowed_classes;
296 if(classes == NULL) {
299 if(!zend_hash_num_elements(classes)) {
305 res = zend_hash_exists(classes, lcname);
/PHP-7.1/ext/standard/tests/file/
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 Dmkdir_variation1-win32.phpt33 // define some classes
H A Dmkdir_variation1.phpt33 // define some classes
H A Drmdir_variation1.phpt34 // define some classes
H A Drmdir_variation1-win32.phpt33 // define some classes
H A Dfile_put_contents_variation2.phpt34 // define some classes
H A Ddirname_variation1.phpt30 // define some classes
H A Dbasename_variation3.phpt26 // define some classes
/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_getDefaultProperties_001.phpt66 $classes = array('A', 'B', 'C', 'X');
67 foreach ($classes as $class) {
/PHP-7.1/ext/intl/
H A DERROR.CONVENTIONS57 :: Intl classes that can be instantiated should provide ::getErrorCode() and
85 In practice, intl_errors_reset() is not used because most classes have also
/PHP-7.1/ext/standard/tests/class_object/
H A Dmethod_exists_basic_001.phpt2 method_exists() on userspace classes; static & non-static methods with various visibilities.
H A Dget_class_vars_variation1.phpt17 // define some classes
/PHP-7.1/ext/standard/tests/strings/
H A Dmoney_format_variation1.phpt26 //defining a couple of sample classes
/PHP-7.1/ext/soap/tests/
H A Dserver030.phpt2 SOAP Server 30: Handling classes which extend the SPL ArrayObject or ArrayIterator as arrays in wsd…
/PHP-7.1/ext/pcre/pcrelib/
H A DHACKING268 etc.) are used for repeated, negated, single-character classes such as [^a]*.
270 positive single-character classes.
311 Character classes
319 negated, single-character classes. The normal single-character opcodes
320 (OP_STAR, etc.) are used for repeated positive single-character classes.
333 For classes containing characters with values greater than 255 or that contain
367 Repeating character classes and back references
370 Single-character classes are handled specially (see above). This section
371 applies to other classes and also to back references. In both cases, the repeat
/PHP-7.1/sapi/phpdbg/
H A Dxml.md296 ### classes ### subsection
298 …fo num="" /> with num having an integer value, indicating the number of loaded user-defined classes
348 - classes: number of classes
359 - class (then also type and flags attributes, see info classes command for their meanings)
474 - classes: number of classes

Completed in 54 milliseconds

12345678910>>...16