Home
last modified time | relevance | path

Searched refs:target (Results 76 – 100 of 168) sorted by relevance

1234567

/php-src/win32/
H A Dioutil.h275 PW32IO int php_win32_ioutil_symlink_w(const wchar_t *target, const wchar_t *link);
276 PW32IO int php_win32_ioutil_link_w(const wchar_t *target, const wchar_t *link);
582 __forceinline static int php_win32_ioutil_symlink(const char *target, const char *link) in php_win32_ioutil_symlink() argument
587 targetw = php_win32_ioutil_any_to_w(target); in php_win32_ioutil_symlink()
608 __forceinline static int php_win32_ioutil_link(const char *target, const char *link) in php_win32_ioutil_link() argument
613 targetw = php_win32_ioutil_any_to_w(target); in php_win32_ioutil_link()
/php-src/ext/intl/converter/
H A Dconverter.c150 …cnvargs, needed) php_converter_check_limits(objval, cnvargs->targetLimit - cnvargs->target, needed)
169 *(args->target++) = (UChar)(((lval - 0x10000) >> 10) | 0xD800); in php_converter_append_toUnicode_target()
170 *(args->target++) = (UChar)(((lval - 0x10000) & 0x3FF) | 0xDC00); in php_converter_append_toUnicode_target()
176 *(args->target++) = (UChar)lval; in php_converter_append_toUnicode_target()
188 *(args->target++) = c; in php_converter_append_toUnicode_target()
265 *(args->target++) = Z_LVAL_P(val); in php_converter_append_fromUnicode_target()
272 args->target = zend_mempcpy(args->target, Z_STRVAL_P(val), vallen); in php_converter_append_fromUnicode_target()
/php-src/ext/standard/tests/class_object/
H A Dget_object_vars_basic_002.phpt2 get_object_vars(): visibility from non static methods (target object passed as arg)
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c308 lxb_dom_node_t *target, *adjusted_location = NULL; in lxb_html_tree_appropriate_place_inserting_node() local
313 target = override_target; in lxb_html_tree_appropriate_place_inserting_node()
316 target = lxb_html_tree_current_node(tree); in lxb_html_tree_appropriate_place_inserting_node()
319 if (tree->foster_parenting && target->ns == LXB_NS_HTML in lxb_html_tree_appropriate_place_inserting_node()
320 && (target->local_name == LXB_TAG_TABLE in lxb_html_tree_appropriate_place_inserting_node()
321 || target->local_name == LXB_TAG_TBODY in lxb_html_tree_appropriate_place_inserting_node()
322 || target->local_name == LXB_TAG_TFOOT in lxb_html_tree_appropriate_place_inserting_node()
323 || target->local_name == LXB_TAG_THEAD in lxb_html_tree_appropriate_place_inserting_node()
324 || target->local_name == LXB_TAG_TR)) in lxb_html_tree_appropriate_place_inserting_node()
367 adjusted_location = target; in lxb_html_tree_appropriate_place_inserting_node()
/php-src/ext/xml/tests/
H A Dxml_parser_set_option_errors.phpt80 xml_parser_set_option(): Argument #3 ($value) is not a supported target encoding
85 xml_parser_set_option(): Argument #3 ($value) is not a supported target encoding
/php-src/Zend/tests/attributes/
H A Dgh8421.phpt2 Bug GH-8421: Attributes that target functions are not valid for anonymous functions defined within …
/php-src/sapi/fpm/
H A Dphp-fpm.service.in7 After=network.target
57 WantedBy=multi-user.target
/php-src/ext/standard/
H A Dbase64.c344 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3")))
355 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3")))
759 static __m256i php_base64_encode_avx2_reshuffle(__m256i in) __attribute__((target("avx2")));
760 static __m256i php_base64_encode_avx2_translate(__m256i in) __attribute__((target("avx2")));
825 static __m128i php_base64_encode_ssse3_reshuffle(__m128i in) __attribute__((target("ssse3")));
826 static __m128i php_base64_encode_ssse3_translate(__m128i in) __attribute__((target("ssse3")));
977 static __m256i php_base64_decode_avx2_reshuffle(__m256i in) __attribute__((target("avx2")));
998 static __m128i php_base64_decode_ssse3_reshuffle(__m128i in) __attribute__((target("ssse3")));
H A Dproc_open.c937 static zend_result redirect_proc_descriptor(descriptorspec_item *desc, int target, in redirect_proc_descriptor() argument
943 if (descriptors[i].index == target) { in redirect_proc_descriptor()
950 if (target < 0 || target > 2) { in redirect_proc_descriptor()
951 php_error_docref(NULL, E_WARNING, "Redirection target %d not found", target); in redirect_proc_descriptor()
958 redirect_to = target; in redirect_proc_descriptor()
960 switch (target) { in redirect_proc_descriptor()
/php-src/Zend/tests/
H A Dzend_signed_multiply-64bit-2.phpt4 <?php if ((1 << 31) < 0) print "skip Running on 32-bit target"; ?>
/php-src/ext/opcache/tests/opt/
H A Dnullsafe_002.phpt57 ; follow target exit lines=[4-6]
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_xpath.phpt13 <?target data?>
/php-src/ext/mbstring/tests/
H A Diso8859_encodings.phpt24 // Test illegal character marker which can't be represented in target encoding
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h79 ZEND_ARG_TYPE_INFO(0, target, IS_STRING, 0)
86 ZEND_ARG_TYPE_INFO(0, target, IS_STRING, 0)
242 ZEND_ARG_TYPE_INFO(0, target, IS_STRING, 0)
248 ZEND_ARG_TYPE_INFO(0, target, IS_STRING, 0)
/php-src/ext/zend_test/
H A Dobject_handlers.c38 static inline void donc_create(zval *target, zend_long l) /* {{{ */ in donc_create() argument
40 ZVAL_OBJ(target, donc_object_create_ex(donc_ce, l)); in donc_create()
/php-src/.github/scripts/windows/
H A Dbuild_task.bat13 call %~dp0find-target-branch.bat
H A Dtest_task.bat10 call %~dp0find-target-branch.bat
136 …iff --show-slow 1000 --set-timeout 120 --temp-source c:\tests_tmp --temp-target c:\tests_tmp --ble…
/php-src/Zend/
H A Dzend_compile.h679 #define ZEND_OPLINE_TO_OFFSET(opline, target) \ argument
680 ((char*)(target) - (char*)(opline))
853 uint32_t zend_add_member_modifier(uint32_t flags, uint32_t new_flag, zend_modifier_target target);
855 uint32_t zend_modifier_token_to_flag(zend_modifier_target target, uint32_t flags);
856 uint32_t zend_modifier_list_to_flags(zend_modifier_target target, zend_ast *modifiers);
H A Dzend_attributes.h69 void (*validator)(zend_attribute *attr, uint32_t target, zend_class_entry *scope);
H A Dzend_virtual_cwd.h156 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
H A Dzend_constants.h89 void zend_copy_constants(HashTable *target, HashTable *source);
/php-src/docs-old/
H A Dunix-build-system.md14 * `install-cli`: installs the CLI only, so that the install-sapi target does
116 source-file, where it is located, in which target context it can work, etc.
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.h124 const lxb_char_t *target, size_t target_len,
/php-src/ext/xml/
H A Dcompat.c268 _pi_handler(void *user, const xmlChar *target, const xmlChar *data) in _pi_handler() argument
275 spprintf(&full_pi, 0, "<?%s %s?>", (char *)target, (char *)data); in _pi_handler()
282 parser->h_pi(parser->user, (const XML_Char *) target, (const XML_Char *) data); in _pi_handler()

Completed in 77 milliseconds

1234567