Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 88) sorted by path

1234

/PHP-7.4/
H A D.gitignore121 /sapi/fpm/init.d.php-fpm
H A DNEWS523 . Fixed bug #71145 (Multiple statements in init command triggers unbuffered
/PHP-7.4/Zend/tests/
H A Dbug68262.phpt11 $first->p = 'init';
24 string(4) "init"
H A Dbug69025.phpt11 A::init();
H A Dbug73338.phpt2 Bug #73338: Ensure exceptions in function init opcodes are cleaned properly
H A Dbug78921.phpt13 public static function init()
18 PrivateStatic::init();
H A Dclosure_060.phpt17 $closure(); // init rt_cache
/PHP-7.4/Zend/tests/generators/
H A Dmutli_yield_from_with_exception.phpt21 $g->current(); // init.
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_011.phpt2 Test typed properties allow fetch reference for init array
/PHP-7.4/Zend/
H A Dzend_gc.c270 #define GC_STACK_DCL(init) \ argument
271 gc_stack *_stack = init; \
H A Dzend_istdiostream.h29 istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); } in istdiostream()
/PHP-7.4/build/
H A DMakefile.global125 …rm -f sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sa…
H A Dlibtool.m46083 # files that make .init and .fini sections work.
H A Dphp.m41000 dnl list, so that modules can be init'd in the correct order
H A Dshtool526 for seq in sgr0 me rmso init reset; do # 'reset' is last
/PHP-7.4/docs/
H A Drelease-process.md250 git submodule init
/PHP-7.4/ext/bcmath/
H A Dconfig.m48 libbcmath/src/add.c libbcmath/src/div.c libbcmath/src/init.c libbcmath/src/neg.c libbcmath/src/outo…
H A Dconfig.w327 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
/PHP-7.4/ext/curl/tests/
H A Dbug65458.phpt10 $init = memory_get_usage();
19 // $preclose - $init has a delta in the order of bytes, not megabytes. Given
22 var_dump(($preclose - $init) < 10000);
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re362 /* init cursor */
369 /* init value containers */
/PHP-7.4/ext/date/tests/
H A Dbug49059.phpt9 print "\$date1 at init: " . $date1->format("Y-m-d") . "\n";
10 print "\$date2 at init: " . $date2->format("Y-m-d") . "\n";
26 $date1 at init: 2009-03-27
27 $date2 at init: 2009-03-01
/PHP-7.4/ext/enchant/tests/
H A Dbroker_describe.phpt15 echo "skip: Unable to init broker\n";
H A Dbroker_free.phpt18 exit("init failed\n");
H A Dbroker_free_01.phpt22 echo("init failed\n");
H A Dbroker_free_02.phpt49 echo("init failed\n");

Completed in 48 milliseconds

1234