Home
last modified time | relevance | path

Searched refs:base (Results 1 – 25 of 303) sorted by path

12345678910>>...13

/PHP-5.5/
H A DCODING_STANDARDS7 stage of the development of PHP v3.0, the code base does not (yet) fully
H A DINSTALL667 After performing the base install and reading the appropriate readme
H A DMakefile.gcov67 @$(LTP) --directory lcov_data/ --capture --base-directory=lcov_data --output-file $@
H A DNEWS3257 abstract constructor in the base class.
5384 property in base class). (Felipe)
9178 base if SPL extension is present. (Georg, Marcus)
9526 - Fixed bug #33171 (foreach enumerates private fields declared in base
10045 - Fixed bug #28599 (strtotime fails with zero base time). (Derick)
H A DREADME.REDIST.BINS187 This file contains the base code which implements sscanf and by extension
H A DREADME.RELEASE_PROCESS155 the base branches and merged upwards as usual (f.e commit the CVE fix to 5.3,
H A DREADME.STREAMS197 streams, data base streams etc. etc.
H A DUPGRADING228 the code base was considered too dangerous.
518 - OPcache: Errors like 'unable to reattach to base address' could
H A DUPGRADING.INTERNALS46 from the execute_data base pointer (instead of execute_data->Ts). Compiler
53 from the execute_data base pointer (instead of execute_data->CVs). You can
99 void zend_qsort_r(void *base, size_t nmemb, size_t siz, compare_r_func_t compare, void *arg TSRMLS_…
H A Dacinclude.m4118 dnl Build system base macros
/PHP-5.5/Zend/
H A DZEND_CHANGES188 An interface may extend one or more base interfaces (but not
596 If you derive your exception classes from this Exception base class
H A Dzend_API.c1770 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare TSRMLS_D… in zend_sort_modules() argument
1772 Bucket **b1 = base; in zend_sort_modules()
H A Dzend_ini.c553 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
555 char *base; in ZEND_INI_MH() local
582 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
584 char *base; in ZEND_INI_MH() local
600 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
602 char *base; in ZEND_INI_MH() local
623 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
625 char *base; in ZEND_INI_MH() local
641 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
643 char *base; in ZEND_INI_MH() local
[all …]
H A Dzend_operators.c369 ZEND_API void convert_to_long_base(zval *op, int base) /* {{{ */ in convert_to_long_base() argument
393 Z_LVAL_P(op) = strtol(strval, NULL, base); in convert_to_long_base()
H A Dzend_operators.h134 int base = 10, digits = 0, dp_or_e = 0; local
162 base = 16;
176 if (ZEND_IS_DIGIT(*ptr) || (base == 16 && ZEND_IS_XDIGIT(*ptr))) {
178 } else if (base == 10) {
196 if (base == 10) {
255 *lval = strtol(str, NULL, base);
331 ZEND_API void convert_to_long_base(zval *op, int base);
H A Dzend_qsort.c57 ZEND_API void zend_qsort_r(void *base, size_t nmemb, size_t siz, compare_r_func_t compare, void *ar… in zend_qsort_r() argument
69 begin_stack[0] = (char *) base; in zend_qsort_r()
70 end_stack[0] = (char *) base + ((nmemb - 1) * siz); in zend_qsort_r()
121 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare TSRMLS_DC) in zend_qsort() argument
123 zend_qsort_r(base, nmemb, siz, (compare_r_func_t)compare, NULL TSRMLS_CC); in zend_qsort()
H A Dzend_qsort.h26 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare TSRMLS_DC);
27 ZEND_API void zend_qsort_r(void *base, size_t nmemb, size_t siz, compare_r_func_t compare, void *ar…
/PHP-5.5/Zend/tests/
H A Dbug33171.phpt2 Bug #33171 (foreach enumerates private fields declared in base classes)
H A Dbug37212.phpt2 Bug #37212 (Access to protected property of common base class)
26 $this->value = $obj->value; // value defined in common base class
H A Dbug40757.phpt15 $base=new Base();
16 print_r($base->getFields(new Base()));
H A Dexception_004.phpt2 Throwing exception using a class that isn't derived from the Exception base class
18 Fatal error: Exceptions must be valid objects derived from the Exception base class in %s on line %d
/PHP-5.5/Zend/tests/generators/
H A Dthrow_not_an_exception.phpt15 Fatal error: Exceptions must be valid objects derived from the Exception base class in %s on line %d
/PHP-5.5/Zend/tests/traits/
H A Dinheritance002.phpt2 Trait method overriddes base class method
H A Dinheritance003.phpt2 Trait method overrides base class method and satisfies prototype
H A Dlanguage007.phpt2 Traits can fulfill the requirements of abstract base classes.

Completed in 98 milliseconds

12345678910>>...13