Home
last modified time | relevance | path

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

123456

/php-src/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-src/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-src/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-src/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-src/.github/actions/build-libmysqlclient/
H A Daction.yml32 make clean
33 make -j$(/usr/bin/nproc) >/dev/null
/php-src/.github/workflows/
H A Dpush.yml128 - name: make
129 run: make -j$(/usr/bin/nproc) >/dev/null
130 - name: make install
179 - name: make
182 make -j$(sysctl -n hw.logicalcpu) >/dev/null
183 - name: make install
184 run: sudo make install
270 - name: make
271 run: make -j$(/usr/bin/nproc) >/dev/null
272 - name: make install
[all …]
H A Dnightly.yml98 - name: make
100 - name: make install
189 - name: make
191 - name: make install
248 - name: make
252 - name: make install
322 - name: make
324 - name: make install
379 - name: make
571 - name: make
[all …]
/php-src/ext/opcache/jit/
H A DDockerfile.arm64.example15 RUN ./configure --enable-debug --disable-all --enable-opcache && make clean && make -j$(nproc)
/php-src/travis/
H A Dcompile.sh74 make "-j${MAKE_JOBS}" $MAKE_QUIET
75 make install
/php-src/
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-src/Zend/tests/assert/
H A Dexpect_006.phpt9 assert ($i < 100000, "The universe should make sense");
/php-src/.circleci/
H A Dconfig.yml155 name: make
156 command: make -j2 > /dev/null
158 name: make install
160 sudo make install
/php-src/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-src/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-src/pear/
H A Dinstall-pear.txt11 | # make install-su |
/php-src/ext/opcache/tests/opt/
H A Dblock_pass_001.phpt16 ->make($callback)
/php-src/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-src/ext/spl/tests/SplFileObject/
H A Dbug64782.phpt2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
/php-src/Zend/tests/arrow_functions/
H A D008.phpt6 // This doesn't make terribly much sense, but it works...
/php-src/.github/actions/install-linux/
H A Daction.yml8 sudo make install
/php-src/ext/standard/tests/array/
H A Dbug25359.phpt8 global $data; // Remove this line to make array_multisort() work
/php-src/ext/pcre/tests/
H A Dbug47229.phpt8 // make sure there's no regression in matching

Completed in 35 milliseconds

123456