Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 6592) sorted by last modified time

12345678910>>...264

/php-src/.github/workflows/
H A Dnightly.yml119 -d opcache.enable_cli=1
127 -d opcache.enable_cli=1
139 -d opcache.enable_cli=1
205 -d opcache.enable_cli=1
212 -d opcache.enable_cli=1
220 -d opcache.enable_cli=1
266 -d opcache.enable_cli=1
273 -d opcache.enable_cli=1
282 -d opcache.enable_cli=1
335 -d opcache.enable_cli=1
[all …]
H A Dpush.yml145 -d zend_extension=opcache.so
146 -d opcache.enable_cli=1
189 -d zend_extension=opcache.so
190 -d opcache.enable_cli=1
261 --with-config-file-scan-dir=/etc/php.d \
273 sudo mkdir -p /etc/php.d
274 sudo chmod 777 /etc/php.d
275 echo mysqli.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/mysqli.ini
276 echo zend_extension=opcache.so >> /etc/php.d/opcache.ini
277 echo opcache.enable=1 >> /etc/php.d/opcache.ini
[all …]
/php-src/
H A Dconfigure.ac350 if test -d /usr/pkg/include && test -d /usr/pkg/lib; then
354 test -d /usr/ucblib && PHP_ADD_LIBPATH(/usr/ucblib)
1035 PHP_INIT_DTRACE([Zend/zend_dtrace.d],[Zend/zend_dtrace_gen.h],[main/main.c Zend/zend_API.c \
H A DNEWS64 . bind_textdomain_codeset, textdomain and d(*)gettext functions
H A DUPGRADING357 . bind_textdomain_codeset, textdomain and d(*)gettext functions now throw an exception
/php-src/ext/bcmath/libbcmath/src/
H A Dbcmath.h68 #define BCD_CHAR(d) (d + '0') argument
/php-src/.circleci/
H A Dconfig.yml149 --with-config-file-scan-dir=/etc/php.d \
161 sudo mkdir -p /etc/php.d
162 sudo chmod 777 /etc/php.d
163 echo opcache.enable_cli=1 > /etc/php.d/opcache.ini
164 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
170 -d zend_extension=opcache.so \
171 -d opcache.enable_cli=1 \
172 -d opcache.jit_buffer_size=64M \
173 -d opcache.jit=tracing \
174 -d zend_test.observer.enabled=1 \
[all …]
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt87 array(%d) {%A
88 [%d]=>
92 array(%d) {%A
93 [%d]=>
133 array(%d) {%A
134 [%d]=>
138 array(%d) {%A
139 [%d]=>
H A Dsetlocale_variation4.phpt85 array(%d) {%A
86 [%d]=>
90 array(%d) {%A
91 [%d]=>
131 array(%d) {%A
132 [%d]=>
136 array(%d) {%A
137 [%d]=>
H A Dsetlocale_variation5.phpt89 array(%d) {%A
90 [%d]=>
94 array(%d) {%A
95 [%d]=>
135 array(%d) {%A
136 [%d]=>
140 array(%d) {%A
141 [%d]=>
/php-src/ext/curl/
H A Dinterface.c265 if (d->features) { in PHP_INI_END()
334 if (d->ssl_version) { in PHP_INI_END()
338 if (d->libz_version) { in PHP_INI_END()
343 if (d->ares) { in PHP_INI_END()
349 if (d->libidn) { in PHP_INI_END()
914 if (d == NULL) { in PHP_FUNCTION()
921 CAAL("age", d->age); in PHP_FUNCTION()
1003 if (d->age >= 1) { in PHP_FUNCTION()
1007 if (d->age >= 2) { in PHP_FUNCTION()
1010 if (d->age >= 3) { in PHP_FUNCTION()
[all …]
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst170 You may execute PHP with the ``-d opcache.protect_memory=1`` flag to mark the shared memory as
/php-src/ext/random/
H A Dengine_mt19937.c345 HashTable *d; in PHP_METHOD() local
349 Z_PARAM_ARRAY_HT(d); in PHP_METHOD()
353 if (zend_hash_num_elements(d) != 2) { in PHP_METHOD()
359 t = zend_hash_index_find(d, 0); in PHP_METHOD()
371 t = zend_hash_index_find(d, 1); in PHP_METHOD()
/php-src/ext/standard/
H A Dphp_math.h22 PHPAPI zend_string *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep);
23 PHPAPI zend_string *_php_math_number_format_ex(double d, int dec, const char *dec_point, size_t dec…
/php-src/scripts/dev/
H A Dbless_tests.php185 for ($d = 0; $d <= $max; $d++) {
187 for ($k = -$d; $k <= $d; $k += 2) {
188 if ($k === -$d || ($k !== $d && $v[$k-1] < $v[$k+1])) {
211 for ($d = \count($trace) - 1; $d >= 0; $d--) {
212 $v = $trace[$d];
215 if ($k === -$d || ($k !== $d && $v[$k-1] < $v[$k+1])) {
230 if ($d === 0) {
/php-src/ext/opcache/tests/
H A Dbug67215.phpt28 …annot redeclare class p (previously declared in %sbug67215.p.php:%d) in %sbug67215.p.php on line %d
H A Dgh8846.phpt23 php_cli_server_start('-d opcache.enable=1 -d opcache.enable_cli=1');
36 …lass Foo (previously declared in %sgh8846-1.inc:2) in <b>%sgh8846-2.inc</b> on line <b>%d</b><br />
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_fatal_error_leak.phpt18 Fatal error: Cannot redeclare function test() (previously declared in %s:%d) in %s on line %d
/php-src/Zend/
H A Dzend_compile.c5466 int d, cur = CG(context).current_brk_cont; in zend_compile_break_continue() local
5467 for (d = depth - 1; d > 0; d--) { in zend_compile_break_continue()
H A Dzend_API.h551 ZEND_API void add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d);
572 static zend_always_inline void add_assoc_double(zval *arg, const char *key, double d) { in add_assoc_double() argument
573 add_assoc_double_ex(arg, key, strlen(key), d); in add_assoc_double()
601 ZEND_API void add_index_double(zval *arg, zend_ulong index, double d);
618 ZEND_API zend_result add_next_index_double(zval *arg, double d);
637 ZEND_API void add_property_double_ex(zval *arg, const char *key, size_t key_len, double d);
658 static zend_always_inline void add_property_double(zval *arg, const char *key, double d) { in add_property_double() argument
659 add_property_double_ex(arg, key, strlen(key), d); in add_property_double()
1010 #define RETVAL_DOUBLE(d) ZVAL_DOUBLE(return_value, d) argument
1036 #define RETURN_DOUBLE(d) do { RETVAL_DOUBLE(d); return; } while (0) argument
H A Dzend_API.c573 double d; in zend_parse_arg_long_weak() local
579 if (UNEXPECTED(zend_isnan(d))) { in zend_parse_arg_long_weak()
582 if (UNEXPECTED(!ZEND_DOUBLE_FITS_LONG(d))) { in zend_parse_arg_long_weak()
586 lval = zend_dval_to_lval(d); in zend_parse_arg_long_weak()
588 if (UNEXPECTED(!zend_is_long_compatible(d, lval))) { in zend_parse_arg_long_weak()
1895 ZVAL_DOUBLE(&tmp, d); in add_assoc_double_ex()
1996 ZEND_API void add_index_double(zval *arg, zend_ulong index, double d) /* {{{ */ in add_index_double() argument
2000 ZVAL_DOUBLE(&tmp, d); in add_index_double()
2095 ZEND_API zend_result add_next_index_double(zval *arg, double d) /* {{{ */ in add_next_index_double() argument
2099 ZVAL_DOUBLE(&tmp, d); in add_next_index_double()
[all …]
/php-src/Zend/tests/
H A Dname_collision_07.phpt16 …tal error: Cannot redeclare class Bazzle\Bar (previously declared as local import) in %s on line %d
H A Dname_collision_08.phpt16 …rror: Cannot redeclare function Bazzle\bar() (previously declared as local import) in %s on line %d
H A Dname_collision_01.phpt11 Fatal error: Cannot redeclare class A (previously declared in %s:%d) in %s on line %d
/php-src/Zend/tests/use_function/
H A Ddefine_imported.phpt14 Fatal error: Cannot redeclare function bar() (previously declared as local import) in %s on line %d

Completed in 138 milliseconds

12345678910>>...264