Home
last modified time | relevance | path

Searched refs:_ (Results 126 – 150 of 218) sorted by relevance

123456789

/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_0.phpt23 $item = "šđčćž_ŠĐČĆŽ"; // cp1250 specific chars
/php-src/ext/ffi/tests/
H A Dtrampoline_reset.phpt9 } catch (Throwable $_) {
H A Dbug77768.phpt9 } catch (Throwable $_) {
/php-src/ext/standard/tests/strings/
H A Dstrrev_variation2.phpt52 '!@#$%^&*()_+=-`~'
146 string(16) "~`-=+_)(*&^%$#@!"
H A Ducwords_variation3.phpt41 '!@#$%^&*()_+=-`~'
91 string(16) "!@#$%^&*()_+=-`~"
H A Ducwords_variation4.phpt48 "!@#$%^&*()_+=-`~"
119 string(16) "!@#$%^&*()_+=-`~"
H A Dchunk_split_variation8.phpt60 :::I:::t::: :::h:::a:::s::: :::_:::s:::p:::e:::c:::i:::@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::…
61 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
/php-src/sapi/cgi/
H A Dconfig9.m445 …(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CGI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/…
47 …(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CGI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | …
/php-src/sapi/cli/
H A Dconfig.m436 …(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CLI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/…
38 …(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CLI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | …
/php-src/ext/hash/tests/
H A Dfnv1a64.phpt66 array( '1_"vZ@Bp_{A}', 'e1e8fb095e4709fd' ),
85 array( '(&-JD[!LYVm<Bl#_', 'ec868a84ae92c032' ),
108 array( '_\\9C5;Sy-0)LdW[,NAAU7', 'c01a00203768a32c' ),
112 array( ' _{e\\N6#|2Nb~7y/6orUrq', '26006911a7c5d137' ),
133 array( 'a-bRCc!|_`3RWS)(5n`~TRSa?n', '7d6da8683f44e043' ),
171 array( '}@gh@ "K:Pm,*,.Tr"w4I+_\'CKcz]->\\N', '849ddd5ac8830991' ),
182 array( 'WYnCGrJlT<<8jgw{Mx4|eB\'2\'._#A)SybC>+', '444cf38629f9f5e6' ),
224 array( 'R5c|B@_~N"}McK\\,#cxpi%hxDhd?3HHf^,c!MD!{F I+', '4f0136432df156d5' ),
234 array( '0y(aIa*~F_#H<iUB%;\\N7punS[cq@:%Q4-3]o=]7|`_:J5', 'a38fb64baf6368b4' ),
262 array( 'l,LYR_GF;_\\a/8=-VYo*sXz7\\Hn/>%o+1<ed|-+8mhy}!8+Wq{ae', 'de82683d6c863f8e' ),
[all …]
/php-src/Zend/tests/in-de-crement/
H A Doss-fuzz-62294_globals_unset_after_string_warning.phpt5 set_error_handler(function($_, $m) {
H A Doss-fuzz-60709_globals_unset_after_undef_warning.phpt5 set_error_handler(function($_, $m) {
/php-src/.github/actions/test-macos/
H A Daction.yml36 name: ${{ github.job }}_${{ inputs.testArtifacts }}
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst64 under `GC flags`_.
79 - Non-RC [#non-rc]_
107 - Immutable [#immutable]_
128 …Whether the macro works with immutable types, described under `Immutable reference counted types`_.
195 collector <todo>`_ chapter.
219 ``GC_IMMUTABLE`` has been discussed in `Immutable reference counted types`_.
223 being freed at the end of the request. See the `Zend allocator <todo>`_ chapter for more
/php-src/ext/pdo_dblib/tests/
H A DREADME.md3 …g Microsoft's Docker image for [SQL Server on Linux](https://hub.docker.com/_/microsoft-mssql-serv…
/php-src/ext/intl/tests/
H A Dcollator_sort.phpt59 array( 'm' , '1' , '_' ),
116 0 => '_',
H A Dcollator_sort_variant2.phpt59 array( 'm' , '1' , '_' ),
116 0 => '_',
/php-src/ext/standard/tests/array/
H A Dextract_variation5.phpt29 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation2.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
/php-src/ext/gettext/tests/
H A Dbug66267.phpt39 echo 'hello=', _('hello'), "\n";
/php-src/build/
H A Dorder_by_dep.awk66 /^[a-zA-Z0-9_;-]+/ {
/php-src/ext/standard/tests/dir/
H A Dbug80960.phpt11 opendir(str_pad("longname", PHP_MAXPATHLEN - strlen(getcwd()), "_"));
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1917 /* v = AND(_, _); CMP(v, 0) => SKIP_TEST; TEST */
1925 /* v = BINOP(_, _); CMP(v, 0) => BINOP; SETCC */
2596 /* c = CMP(_, _) ... IF(c) => SKIP_CMP ... CMP_AND_BRANCH */
2601 /* c = CMP(_, _) ... IF(c) => SKIP_CMP ... CMP_AND_BRANCH */
2627 /* v = BINOP(_, _); IF(v) => BINOP; JCC */
2658 /* v = MEM_BINOP(_, _); IF(v) => MEM_BINOP; JCC */
2671 /* v = MEM_BINOP(_, _); IF(v) => MEM_BINOP; JCC */
2769 /* v = MEM_BINOP(_, _); IF(v) => MEM_BINOP; JCC */
2783 /* c = CMP(_, _) ... GUARD(c) => SKIP_CMP ... GUARD_CMP */
2788 /* c = CMP(_, _) ... GUARD(c) => SKIP_CMP ... GUARD_CMP */
[all …]
/php-src/.github/workflows/
H A Dpush.yml82 …name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${…
117 …key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{…
139 … testArtifacts: ${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
143 …testArtifacts: ${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ …
233 …testArtifacts: ${{ matrix.arch }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'Z…
/php-src/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_compound1_003w.phpt10 $client->echoDocument((object)array("_"=>"Test Document Here","ID"=>1));

Completed in 37 milliseconds

123456789