Home
last modified time | relevance | path

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

123456

/PHP-8.2/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.2/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.2/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 Dbug68370.phpt2 Bug #68370 "unset($this)" can make the program crash
H A Dinter_007.phpt20 Fatal error: Cannot make non static method c::B() static in class d in %s on line 4
/PHP-8.2/.github/workflows/
H A Dpush.yml98 - name: make
99 run: make -j$(/usr/bin/nproc) >/dev/null
100 - name: make install
148 - name: make
149 run: make -j$(/usr/bin/nproc) >/dev/null
150 - name: make install
177 - name: make
180 make -j$(sysctl -n hw.logicalcpu) >/dev/null
181 - name: make install
182 run: sudo make install
H A Dnightly.yml87 - name: make
89 - name: make install
170 - name: make
172 - name: make install
231 - name: make
235 - name: make install
301 - name: make
303 - name: make install
350 - name: make
481 - name: make
[all …]
/PHP-8.2/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.2/.github/actions/build-libmysqlclient/
H A Daction.yml32 make clean
33 make -j$(/usr/bin/nproc) >/dev/null
/PHP-8.2/ext/opcache/jit/
H A DDockerfile.arm64.example15 RUN ./configure --enable-debug --disable-all --enable-opcache && make clean && make -j$(nproc)
/PHP-8.2/travis/
H A Dcompile.sh77 make "-j${MAKE_JOBS}" $MAKE_QUIET
78 make install
/PHP-8.2/
H A DREADME.md52 sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-devel
68 make -j4
75 PHP ships with an extensive test suite, the command `make test` is used after
81 make TEST_PHP_ARGS=-j4 test
83 Shall run `make test` with a maximum of 4 concurrent jobs: Generally the maximum
93 make install
95 Depending on your permissions and prefix, `make install` may need super user
/PHP-8.2/Zend/tests/assert/
H A Dexpect_006.phpt9 assert ($i < 100000, "The universe should make sense");
/PHP-8.2/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.2/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.2/.circleci/
H A Dconfig.yml168 name: make
169 command: make -j2 > /dev/null
171 name: make install
173 sudo make install
/PHP-8.2/ext/opcache/tests/opt/
H A Dblock_pass_001.phpt16 ->make($callback)
/PHP-8.2/pear/
H A Dinstall-pear.txt11 | # make install-su |
/PHP-8.2/Zend/tests/arrow_functions/
H A D008.phpt6 // This doesn't make terribly much sense, but it works...
/PHP-8.2/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.2/ext/spl/tests/SplFileObject/
H A Dbug64782.phpt2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
/PHP-8.2/.github/actions/install-linux/
H A Daction.yml8 sudo make install
/PHP-8.2/ext/standard/tests/array/
H A Dbug25359.phpt8 global $data; // Remove this line to make array_multisort() work
/PHP-8.2/ext/ffi/tests/
H A Dgh14286_2.phpt2 GH-14286 (ffi enum type (when enum has no name) make memory leak)

Completed in 34 milliseconds

123456