Home
last modified time | relevance | path

Searched refs:G (Results 1 – 25 of 152) sorted by path

1234567

/php-src/.github/workflows/
H A Dnightly.yml403 echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
/php-src/
H A DREADME.REDIST.BINS491 G. Lane. This software is based in part on the work of the
/php-src/Zend/tests/
H A Dbug55509.phpt2 Bug #55509 (segfault on x86_64 using more than 2G memory)
H A Dbug74093.phpt10 memory_limit=1G
H A Dbug78010.phpt8 memory_limit=2G
H A Dconstant_expressions_classes.phpt19 …'G' => 'class G extends F { const XX = parent::XX." extended by G"; public static function get_me(…
34 printf("G::get_me() = %s\n", G::get_me());
41 G::get_me() = got this is F extended by G
H A Dgc_050.phpt6 class G
17 G::$v = $this;
27 G::$v = null;
H A Dlist_keyed_evaluation_order_nested.phpt11 $g = new StringCapable("G");
21 "G" => "offset value for G",
72 G evaluated.
73 Offset G retrieved.
74 Offset H set to offset value for G.
/php-src/Zend/tests/enum/
H A Dkeyword-whitespace.phpt13 G {}
/php-src/Zend/tests/prop_const_expr/
H A Dbasic_nullsafe.phpt30 const G = (null)?->test + (new Printer ? 1 : 0);
31 var_dump(G);
H A Ddefault_args.phpt23 test('D', 'E', 'F', 'G');
34 string(1) "G"
H A Denum_initializer.phpt15 enum G: string {
22 var_dump(G::H->value);
23 var_dump(G::I->value);
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_001.phpt12 memory_limit=2G
H A Dstack_limit_006.phpt12 memory_limit=2G
/php-src/Zend/tests/type_declarations/
H A Dtyped_class_constants_inheritance_success4.phpt6 const G = new stdClass();
16 public const stdClass CONST4 = G;
25 public const stdClass CONST4 = G;
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity.phpt96 # "1G"
99 # "1G "
168 # "1 G"
171 # "1 G "
240 # "+1G"
243 # "+1G "
312 # "+1 G"
384 # "-1G"
387 # "-1G "
456 # "-1 G"
[all …]
H A Dzend_ini_parse_quantity_binary_prefixes.phpt12 // Ignore G due to overflow on 32bits
H A Dzend_ini_parse_quantity_hex_prefixes.phpt12 // Ignore G due to overflow on 32bits
H A Dzend_ini_parse_quantity_octal_prefixes.phpt12 // Ignore G due to overflow on 32bits
H A Dzend_ini_parse_quantity_zero.phpt14 '0G',
21 '-0G',
47 # "0G"
68 # "-0G"
/php-src/build/
H A Dax_func_which_gethostbyname_r.m431 # Autoconf 2.5x, and updated for 2.68 by Daniel Richard G.
36 # Copyright (c) 2008 Daniel Richard G. <skunk@iskunk.org>
H A Dlibtool.m43024 shared_flag="$shared_flag "'${wl}-G'
3030 # chokes on -Wl,-G. The following line is correct:
3031 shared_flag='-G'
3034 shared_flag='${wl}-G'
3687 # g++ 2.7 appears to require `-G' NOT `-shared' on this
5529 tmp_sharedflag='-G' ;;
5531 tmp_sharedflag='-G' ;;
5715 shared_flag="$shared_flag "'${wl}-G'
5721 # chokes on -Wl,-G. The following line is correct:
5722 shared_flag='-G'
[all …]
H A Dphp.m4816 additional_flags="-Wl,-G"
2302 …if CC="\$(CC)" CFLAGS="\$(CFLAGS_CLEAN)" dtrace -G -o $dtrace_d_obj -s $abs_srcdir/$ac_provsrc $dt…
2307 …if CC="\$(CC)" CFLAGS="\$(CFLAGS_CLEAN)" dtrace -G -o $ac_bdir[$]ac_provsrc.o -s $abs_srcdir/$ac_p…
2319 CC="\$(CC)" CFLAGS="\$(CFLAGS_CLEAN)" dtrace -G -o \$[]@ -s $abs_srcdir/$ac_provsrc $dtrace_objs
/php-src/ext/date/lib/
H A Dparse_date.re944 …if ((*ptr)[0] == 'G' && (*ptr)[1] == 'M' && (*ptr)[2] == 'T' && ((*ptr)[3] == '+' || (*ptr)[3] == …
2123 {'G', TIMELIB_FORMAT_HOUR_TWO_DIGIT_24_MAX_PADDED},
/php-src/ext/date/tests/
H A D004.phpt21 var_dump(date("G", $t));

Completed in 78 milliseconds

1234567