Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 138) sorted by relevance

123456

/PHP-8.3/ext/dba/
H A Ddba_cdb.c51 int make; member
63 int make; in DBA_OPEN_FUNC() local
73 make = 0; in DBA_OPEN_FUNC()
85 make = 1; in DBA_OPEN_FUNC()
102 if (make) { in DBA_OPEN_FUNC()
107 cdb->make = make; in DBA_OPEN_FUNC()
152 if (cdb->make) in DBA_FETCH_FUNC()
179 if (!cdb->make) in DBA_UPDATE_FUNC()
194 if (cdb->make) in DBA_EXISTS_FUNC()
247 if (cdb->make) in DBA_FIRSTKEY_FUNC()
[all …]
/PHP-8.3/ext/intl/tests/
H A Dmsgfmt_format.phpt16 …'en_US' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tre…
19 …'en_UK' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tre…
50 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
51 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
62 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
63 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
H A Dmsgfmt_parse.phpt16 …'en_US' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tre…
19 …'en_UK' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tre…
25 'en_US' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
28 'en_UK' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
29 'root' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
/PHP-8.3/Zend/tests/
H A Dbug70262.phpt7 $array[] = 1; // make this not immutable
9 $extra = $array; // make the refcount == 2
14 $obj->arr = $array; // make the refcount == 3;
H A Dinter_007.phpt20 Fatal error: Cannot make non static method c::B() static in class d in %s on line 4
H A Dbug68370.phpt2 Bug #68370 "unset($this)" can make the program crash
/PHP-8.3/.github/workflows/
H A Dpush.yml116 - name: make
117 run: make -j$(/usr/bin/nproc) >/dev/null
118 - name: make install
171 - name: make
173 - name: make install
200 - name: make
204 - name: make install
205 run: sudo make install
287 - name: make
289 - name: make install
[all …]
H A Dnightly.yml69 - name: make
71 - name: make install
175 - name: make
177 - name: make install
259 - name: make
261 - name: make install
320 - name: make
398 - name: make
452 - name: make
645 - name: make
[all …]
/PHP-8.3/ext/standard/tests/general_functions/
H A Dbug70249.phpt9 …// make regular flush before other shutdown functions, which allows session data collection and so…
11 // make sure log entries written by shutdown functions are also flushed
/PHP-8.3/.github/actions/build-libmysqlclient/
H A Daction.yml32 make clean
33 make -j$(/usr/bin/nproc) >/dev/null
/PHP-8.3/ext/opcache/jit/
H A DDockerfile.arm64.example15 RUN ./configure --enable-debug --disable-all --enable-opcache && make clean && make -j$(nproc)
/PHP-8.3/travis/
H A Dcompile.sh77 make "-j${MAKE_JOBS}" $MAKE_QUIET
78 make install
/PHP-8.3/
H A DREADME.md51 sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-devel
67 make -j4
74 PHP ships with an extensive test suite, the command `make test` is used after
80 make TEST_PHP_ARGS=-j4 test
82 Shall run `make test` with a maximum of 4 concurrent jobs: Generally the maximum
92 make install
94 Depending on your permissions and prefix, `make install` may need super user
/PHP-8.3/Zend/tests/assert/
H A Dexpect_006.phpt9 assert ($i < 100000, "The universe should make sense");
/PHP-8.3/ext/sysvmsg/tests/
H A D004.phpt17 echo "Set uid:\n"; // same as the running user to make it succeed
23 echo "Set gid:\n"; // same as the running user to make it succeed
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_max_links.phpt16 // to make sure we have at least one working connection...
18 // to make sure that max_links is really set to one
/PHP-8.3/.circleci/
H A Dconfig.yml168 name: make
169 command: make -j2 > /dev/null
171 name: make install
173 sudo make install
/PHP-8.3/ext/opcache/tests/opt/
H A Dblock_pass_001.phpt16 ->make($callback)
/PHP-8.3/pear/
H A Dinstall-pear.txt11 | # make install-su |
/PHP-8.3/ext/spl/tests/SplFileObject/
H A Dbug64782.phpt2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
/PHP-8.3/Zend/tests/traits/
H A Dabstract_method_5.phpt18 Fatal error: Cannot make static method T::method() non static in class C in %s on line %d
/PHP-8.3/Zend/tests/arrow_functions/
H A D008.phpt6 // This doesn't make terribly much sense, but it works...
/PHP-8.3/.github/actions/install-linux/
H A Daction.yml8 sudo make install
/PHP-8.3/ext/standard/tests/array/
H A Dbug25359.phpt8 global $data; // Remove this line to make array_multisort() work
/PHP-8.3/ext/ffi/tests/
H A Dgh14286_2.phpt2 GH-14286 (ffi enum type (when enum has no name) make memory leak)

Completed in 41 milliseconds

123456