Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 332) sorted by path

12345678910>>...14

/php-src/.circleci/
H A Dconfig.yml36 g++ \
177 -g FAIL,BORK,LEAK,XLEAK \
/php-src/
H A D.cirrus.yml11 #- sed -i -e 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf
29 …- sapi/cli/php run-tests.php -P -q -j2 -g FAIL,BORK,LEAK,XLEAK --no-progress --offline --show-diff…
H A DCODING_STANDARDS.md23 * The function's designated behavior is freeing that resource. E.g.
48 doesn't have to be recalculated with `strlen()` (e.g. `php_addslashes()`).
147 meaning (e.g. `for (i=0; i<100; i++) ...`).
176 name of the "parent set" (e.g. the name of the extension) if no namespaces
179 long form (e.g. HTTP or URL). Abbreviations start with a capital letter
H A DUPGRADING.INTERNALS131 - The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19 have
221 g. ext/standard
/php-src/.github/actions/apt-x32/
H A Daction.yml17 g++-multilib \
/php-src/.github/actions/test-libmysqlclient/
H A Daction.yml18 -g FAIL,BORK,LEAK,XLEAK \
/php-src/.github/actions/test-linux/
H A Daction.yml51 -g FAIL,BORK,LEAK,XLEAK \
/php-src/.github/actions/test-macos/
H A Daction.yml27 -g FAIL,BORK,LEAK,XLEAK \
/php-src/.github/scripts/windows/
H A Dtest_task.bat136 nmake test TESTS="%OPCACHE_OPTS% -g FAIL,BORK,LEAK,XLEAK --no-progress -q --offline --show-diff --s…
/php-src/.github/workflows/
H A Dnightly.yml510 sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php
520 sed -i 's/youremptytestdbnamehere/test/g' wp-tests-config.php
521 sed -i 's/yourusernamehere/root/g' wp-tests-config.php
522 sed -i 's/yourpasswordhere/root/g' wp-tests-config.php
776 CXX: ccache g++
H A Dpush.yml43 CXX: ccache g++
/php-src/Zend/
H A DZend.m4202 echo " $CFLAGS" | grep ' -g' >/dev/null || DEBUG_CFLAGS="-g"
203 if test "$CFLAGS" = "-g -O2"; then
204 CFLAGS=-g
H A Dmicro_bench.php116 function g() { function in Foo
121 $this->g();
/php-src/Zend/tests/
H A Dalternative_offset_syntax_in_encaps_string.phpt4 <?php "{$g{'h'}}"; ?>
H A Dassign_to_var_002.phpt16 string(1) "g"
17 string(1) "g"
H A Dbug29104.phpt7 function g()
9 echo "function g - begin\n";
16 echo "function g - end\n";
21 $a->g();
25 function g - begin
26 function g - end
H A Dbug37138.phpt11 public static function g () {call_user_func (array ('parent', 'e'));}
15 stch::g ();
H A Dbug66811.phpt19 $g = $f->bindTo(null, A::class);
20 $g();
H A Dbug68775.phpt14 $g = gen();
15 $g->send(1);
H A Dbug71300.phpt6 for ($n = 'a'; $n < 'g'; $n++) {
H A Dbug71539_1.phpt5 $x = (object)['a'=>1,'b'=>2,'c'=>3,'d'=>4,'e'=>5,'f'=>6,'g'=>7];
24 ["g"]=>
H A Dbug74840.phpt6 $g = (function($a) {
15 $g->next();
16 var_dump($g->getReturn());
H A Dfalsetoarray.phpt89 function &g(){
105 $false = &g();
/php-src/Zend/tests/fibers/
H A Dgh9735-008.phpt15 function g() {
22 f(Fiber::getCurrent(), g());
H A Dgh9735-009.phpt15 function g() {
16 g(Fiber::suspend());
22 f(Fiber::getCurrent(), g());

Completed in 31 milliseconds

12345678910>>...14