/PHP-8.3/ext/dba/ |
H A D | dba_cdb.c | 51 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 D | msgfmt_format.phpt | 16 …'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 D | msgfmt_parse.phpt | 16 …'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 D | bug70262.phpt | 7 $array[] = 1; // make this not immutable 9 $extra = $array; // make the refcount == 2 14 $obj->arr = $array; // make the refcount == 3;
|
H A D | inter_007.phpt | 20 Fatal error: Cannot make non static method c::B() static in class d in %s on line 4
|
H A D | bug68370.phpt | 2 Bug #68370 "unset($this)" can make the program crash
|
/PHP-8.3/.github/workflows/ |
H A D | push.yml | 116 - 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 D | nightly.yml | 69 - 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 D | bug70249.phpt | 9 …// 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 D | action.yml | 32 make clean 33 make -j$(/usr/bin/nproc) >/dev/null
|
/PHP-8.3/ext/opcache/jit/ |
H A D | Dockerfile.arm64.example | 15 RUN ./configure --enable-debug --disable-all --enable-opcache && make clean && make -j$(nproc)
|
/PHP-8.3/travis/ |
H A D | compile.sh | 77 make "-j${MAKE_JOBS}" $MAKE_QUIET 78 make install
|
/PHP-8.3/ |
H A D | README.md | 51 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 D | expect_006.phpt | 9 assert ($i < 100000, "The universe should make sense");
|
/PHP-8.3/ext/sysvmsg/tests/ |
H A D | 004.phpt | 17 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 D | mysqli_max_links.phpt | 16 // 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 D | config.yml | 168 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 D | block_pass_001.phpt | 16 ->make($callback)
|
/PHP-8.3/pear/ |
H A D | install-pear.txt | 11 | # make install-su |
|
/PHP-8.3/ext/spl/tests/SplFileObject/ |
H A D | bug64782.phpt | 2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
|
/PHP-8.3/Zend/tests/traits/ |
H A D | abstract_method_5.phpt | 18 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 D | 008.phpt | 6 // This doesn't make terribly much sense, but it works...
|
/PHP-8.3/.github/actions/install-linux/ |
H A D | action.yml | 8 sudo make install
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | bug25359.phpt | 8 global $data; // Remove this line to make array_multisort() work
|
/PHP-8.3/ext/ffi/tests/ |
H A D | gh14286_2.phpt | 2 GH-14286 (ffi enum type (when enum has no name) make memory leak)
|