Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 216) sorted by last modified time

123456789

/php-src/
H A DUPGRADING.INTERNALS183 - The CSPRNG API (php_random_(bytes|int)_*) is now provided by the new
/php-src/ext/dom/
H A Dnode.c1624 #define PHP_DOM_FUNC_CAT(prefix, suffix) prefix##_##suffix
/php-src/build/
H A Dphp.m446 unique=`echo $2|$SED 's/[^a-zA-Z0-9]/_/g'`
670 php_with_[]translit($1,A-Z0-9-,a-z0-9_)=ifelse($4,,no,$4)
671 PHP_REAL_ARG_WITH([$1],[$2],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_),[ifelse($5,,yes,$5)])
698 php_enable_[]translit($1,A-Z0-9-,a-z0-9_)=ifelse($4,,no,$4)
699 PHP_REAL_ARG_ENABLE([$1],[$2],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_),[ifelse($5,,yes,$5)])
866 PHP_SUBST(PHP_[]translit($1,a-z0-9-,A-Z0-9_)[]_OBJS)
867 ifelse($3,,,[PHP_ADD_SOURCES_X([sapi/$1],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_)[]_OBJS)])
1055 AC_MSG_RESULT([[$][php_cv_sizeof_]translit($1, ,_)])
1427 unset ac_cv_lib_$1[]_$2
1473 unset ac_cv_lib_$2[]_$1
H A Dlibtool.m43042 # underscore (_), so it is better to generate a list of symbols to export.
3130 …_LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libna…
3131 …_LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${lib…
3144 …(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols…
4622 for ac_symprfx in "" "_"; do
5339 _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
5370 _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
5733 # underscore (_), so it is better to generate a list of symbols to export.
5829 …_LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${lib…
5838 …(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols…
[all …]
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_createFromFile_http_header.phpt48 …"tex.t/h#\$%!&'*%2B-.^_`|~tml;Charset=\"ISO-8859-1\"", // Note: have to encode + as 2B because of …
/php-src/.github/workflows/
H A Dnightly.yml72 …"${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}
107 …testArtifacts: ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEAS…
114 …testArtifacts: ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEAS…
123 …testArtifacts: ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEAS…
134 …testArtifacts: ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEAS…
233 …e: "${{ matrix.branch.name }}_MACOS_${{ matrix.arch }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}
257 …testArtifacts: ${{ matrix.branch.name }}_${{ matrix.arch }}_${{ matrix.debug && 'DEBUG' || 'RELEAS…
262 …testArtifacts: ${{ matrix.branch.name }}_${{ matrix.arch }}_${{ matrix.debug && 'DEBUG' || 'RELEAS…
270 …testArtifacts: ${{ matrix.branch.name }}_${{ matrix.arch }}_${{ matrix.debug && 'DEBUG' || 'RELEAS…
278 …testArtifacts: ${{ matrix.branch.name }}_${{ matrix.arch }}_${{ matrix.debug && 'DEBUG' || 'RELEAS…
[all …]
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' }}${{ …
188 …testArtifacts: ${{ matrix.arch }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'Z…
/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 …]
H A Dir.h126 #define IR_TYPES(_) \ argument
127 _(BOOL, bool, b, IR_TYPE_BOOL) \
128 _(U8, uint8_t, u8, IR_TYPE_UNSIGNED) \
129 _(U16, uint16_t, u16, IR_TYPE_UNSIGNED) \
130 _(U32, uint32_t, u32, IR_TYPE_UNSIGNED) \
131 _(U64, uint64_t, u64, IR_TYPE_UNSIGNED) \
132 _(ADDR, uintptr_t, addr, IR_TYPE_ADDR) \
133 _(CHAR, char, c, IR_TYPE_CHAR) \
134 _(I8, int8_t, i8, IR_TYPE_SIGNED) \
135 _(I16, int16_t, i16, IR_TYPE_SIGNED) \
[all …]
H A Dir_aarch64.dasc287 _(CMP_INT) \
288 _(CMP_FP) \
289 _(MUL_PWR2) \
290 _(DIV_PWR2) \
291 _(MOD_PWR2) \
292 _(SDIV_PWR2) \
293 _(SMOD_PWR2) \
294 _(OP_INT) \
295 _(OP_FP) \
296 _(BINOP_INT) \
[all …]
H A Dir_fold.h2869 IR_FOLD(ADD(_, _))
2870 IR_FOLD(MUL(_, _)) in IR_FOLD() argument
2909 IR_FOLD(AND(_,_))
2910 IR_FOLD(OR(_,_)) in IR_FOLD() argument
2921 IR_FOLD(XOR(_,_)) in IR_FOLD() argument
2930 IR_FOLD(EQ(_, _))
2931 IR_FOLD(NE(_, _)) in IR_FOLD() argument
2942 IR_FOLD(LT(_, _))
2943 IR_FOLD(GE(_, _)) in IR_FOLD() argument
2944 IR_FOLD(LE(_, _)) in IR_FOLD()
[all …]
/php-src/Zend/
H A Dzend_string.h563 #define ZEND_KNOWN_STRINGS(_) \ argument
564 _(ZEND_STR_FILE, "file") \
565 _(ZEND_STR_LINE, "line") \
569 _(ZEND_STR_TYPE, "type") \
570 _(ZEND_STR_OBJECT_OPERATOR, "->") \
571 _(ZEND_STR_PAAMAYIM_NEKUDOTAYIM, "::") \
572 _(ZEND_STR_ARGS, "args") \
575 _(ZEND_STR_EVAL, "eval") \
583 _(ZEND_STR_THIS, "this") \
585 _(ZEND_STR_KEY, "key") \
[all …]
H A Dzend_API.h1503 #define Z_EXPECTED_TYPES(_) \ argument
1504 _(Z_EXPECTED_LONG, "of type int") \
1505 _(Z_EXPECTED_LONG_OR_NULL, "of type ?int") \
1506 _(Z_EXPECTED_BOOL, "of type bool") \
1508 _(Z_EXPECTED_STRING, "of type string") \
1510 _(Z_EXPECTED_ARRAY, "of type array") \
1516 _(Z_EXPECTED_FUNC, "a valid callback") \
1520 _(Z_EXPECTED_PATH, "of type string") \
1522 _(Z_EXPECTED_OBJECT, "of type object") \
1524 _(Z_EXPECTED_DOUBLE, "of type float") \
[all …]
H A Dzend_vm_handlers.h1 #define VM_HANDLERS(_) \ argument
2 _(0, ZEND_NOP_SPEC) \
3 _(1, ZEND_ADD_SPEC_CONST_CONST) \
4 _(2, ZEND_ADD_SPEC_CONST_TMPVARCV) \
5 _(3, ZEND_ADD_SPEC_CONST_TMPVARCV) \
6 _(5, ZEND_ADD_SPEC_CONST_TMPVARCV) \
7 _(6, ZEND_ADD_SPEC_TMPVARCV_CONST) \
63 _(100, ZEND_DIV_SPEC_CV_CV) \
569 _(1255, ZEND_JMP_SPEC) \
754 _(1590, ZEND_EXIT_SPEC) \
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c214 #define JIT_STUBS(_) \ argument
215 _(exception_handler, IR_SKIP_PROLOGUE) \
216 _(exception_handler_undef, IR_SKIP_PROLOGUE) \
217 _(exception_handler_free_op2, IR_SKIP_PROLOGUE) \
218 _(exception_handler_free_op1_op2, IR_SKIP_PROLOGUE) \
219 _(interrupt_handler, IR_SKIP_PROLOGUE) \
220 _(leave_function_handler, IR_SKIP_PROLOGUE) \
221 _(negative_shift, IR_SKIP_PROLOGUE) \
222 _(mod_by_zero, IR_SKIP_PROLOGUE) \
223 _(invalid_this, IR_SKIP_PROLOGUE) \
[all …]
/php-src/ext/ffi/
H A Dffi.c6761 _(cdecl) \
6764 _(stdcall) \
6765 _(ms_abi) \
6768 _(aligned) \
6769 _(packed) \
6772 _(const) \
6773 _(malloc) \
6776 _(leaf) \
6777 _(pure) \
6861 _(mode) \
[all …]
/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/gettext/
H A Dgettext.stub.php12 function _(string $message): string {} function
/php-src/sapi/fpm/
H A Dconfig.m4627 …(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_FPM_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | …
/php-src/scripts/gdb/
H A Dphp_gdb.py113 case _:
302 (symbol,_) = gdb.lookup_symbol("zend_gc_refcount")
331 (symbol, _) = gdb.lookup_symbol(name)
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt29 var_dump(mb_encode_mimeheader("_", "ASCII", "B"));
30 var_dump(mb_encode_mimeheader("_", "ASCII", "Q"));
/php-src/ext/standard/tests/
H A Dghsa-wpj3-hf5j-x4v4.phpt7 _.Host-test=ignore_4;
9 _[Host-test=ignore_6;
16 _.Host-test[]=ignore_13;
18 _[Host-test[]=legitimate_15;
25 _.Secure-test=ignore_4;
27 _[Secure-test=ignore_6;
34 _.Secure-test[]=ignore_13;
36 _[Secure-test[]=legitimate_15;
51 ["_"]=>
/php-src/ext/ffi/tests/
H A Dgh12905.phpt10 } catch (Throwable $_) {
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_coalesce.phpt6 $v = $i . '_';
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt21 …!mysqli_stmt_prepare($stmt, "SELECT id, label, id + 1 as _id, concat(label, '_') ___label FROM te…

Completed in 249 milliseconds

123456789