Home
last modified time | relevance | path

Searched refs:target (Results 126 – 150 of 166) sorted by last modified time

1234567

/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php39 function xmlwriter_start_pi(XMLWriter $writer, string $target): bool {} argument
43 function xmlwriter_write_pi(XMLWriter $writer, string $target, string $content): bool {} argument
199 public function startPi(string $target): bool {} argument
211 public function writePi(string $target, string $content): bool {} argument
/php-src/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt10 function PIHandler($parser, $target, $data)
12 echo "Target: " . $target. "\n";
H A Dxml001.phpt56 function PIHandler($parser, $target, $data)
58 print '{PI['.$target.','.$data.']}';
H A Dxml002.phpt33 function PIHandler($parser, $target, $data)
35 print '{PI['.$target.','.$data.']}';
H A Dxml003.phpt33 function PIHandler($parser, $target, $data)
35 print '{PI['.$target.','.$data.']}';
/php-src/ext/standard/tests/strings/
H A Dhtmlentities_html5.phpt953 ⌖ U+02316
H A Dget_html_translation_table_basic5.phpt1430 [⌖] => ⌖
H A Dhtml_entity_decode_html5.phpt1927 "⌖",
4061 ⌖ => ⌖ e28c96
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_redirect.phpt55 Missing redirection target
56 Redirection target must be of type int, string given
58 Warning: proc_open(): Redirection target 42 not found in %s
/php-src/ext/standard/tests/file/windows_links/
H A Dbug78862.phpt5 file_put_contents(__DIR__ . '/bug78862.target', 'foo');
6 var_dump(link(__DIR__ . "/bug78862.target\0more", __DIR__ . "/bug78862.link\0more"));
10 Fatal error: Uncaught ValueError: link(): Argument #1 ($target) must not contain any null bytes in …
17 unlink(__DIR__ . '/bug78862.target');
H A Dreadlink_compat.phpt37 $target = $tmpDir . '\\test\\directory';
38 exec(sprintf('mklink /J "%s" "%s"', $link, $target));
44 $target = $tmpDir . '\\test\\directory';
45 exec(sprintf('mklink /D "%s" "%s"', $link, $target));
/php-src/ext/standard/tests/file/
H A Dbug77552.phpt14 $target = $tmpDir.'/folder/target';
15 mkdir($target, 0777, true);
18 $cmd = sprintf('mklink /J "%s" "%s"', $junction, $target);
/php-src/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
H A Dget_object_vars_basic_002.phpt2 get_object_vars(): visibility from non static methods (target object passed as arg)
/php-src/ext/standard/html_tables/
H A Dents_html5.txt1922 target 02316
/php-src/ext/sockets/tests/
H A Dsocket_clear_error-win32.phpt23 Warning: socket_connect(): unable to connect [%d]: No connection could be made because the target m…
/php-src/ext/reflection/tests/
H A Dgh8982.phpt2 GH-8982 (Attribute target validation fails when read via ReflectionFunction)
49 Attribute "M" cannot target function (allowed targets: method)
50 Attribute "F" cannot target method (allowed targets: function)
/php-src/ext/phar/tests/bug77586/files/
H A Dlink-nktarAMLdJBv7BGYnpzg-ZDycSpWN3Ne3kacltOSE-EqfhStJ1EoBpGuoua6VE-dne29hvpNWXiVbepwIf8-NRHWM9LITLo3nXZnKVNC1 target
/php-src/ext/pcre/tests/
H A D005.phpt37 …/php_gcov/PHP_4_4/ext/yp/yp.c:372: warning: assignment discards qualifiers from pointer target type
302 …/php_gcov/PHP_4_4/ext/yp/yp.c:372: warning: assignment discards qualifiers from pointer target type
311 [8] => assignment discards qualifiers from pointer target type
/php-src/ext/opcache/tests/opt/
H A Dnullsafe_002.phpt57 ; follow target exit lines=[4-6]
/php-src/ext/opcache/tests/
H A Djmpz_jmp_elim.phpt2 Edge-cases in elimination of JMPZ JMP with same target
/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/intl/resourcebundle/
H A Dresourcebundle.h24 void resourcebundle_extract_value( zval *target, ResourceBundle_object *source);
/php-src/ext/intl/
H A Dintl_convert.c49 UChar** target, int32_t* target_len, in intl_convert_utf8_to_utf16() argument
68 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
73 (*target)[dst_len] = 0; in intl_convert_utf8_to_utf16()
99 if( *target ) in intl_convert_utf8_to_utf16()
100 efree( *target ); in intl_convert_utf8_to_utf16()
102 *target = dst_buf; in intl_convert_utf8_to_utf16()
H A Dintl_convert.h22 UChar** target, int32_t* target_len,

Completed in 44 milliseconds

1234567