Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 102) sorted by relevance

12345

/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt33 [section]
39 [section]
45 section.test=hello
50 [section]
51 section.test=hello
56 [section]
109 ["section"]=>
120 ["section.test"]=>
124 ["section"]=>
126 ["section.test"]=>
[all …]
H A Dparse_ini_file.phpt44 [section]
51 [section]
58 section.test=hello
64 [section]
65 section.test=hello
71 [section]
147 ["section"]=>
158 ["section.test"]=>
162 ["section"]=>
164 ["section.test"]=>
[all …]
H A Dbug41445_1.phpt2 Bug #41445 (parse_ini_file() function parses octal numbers in section names) - 2
H A Dbug52138.phpt2 Bug #52138 (Constants are parsed into the ini file for section names)
/php-src/ext/mbstring/tests/
H A Dbug45923.phpt8 function section($func, $haystack, $needle)
21 section('strpos' , "abc abc abc" , "abc");
22 section('mb_strpos' , "●○◆ ●○◆ ●○◆", "●○◆");
24 section('stripos' , "abc abc abc" , "abc");
25 section('mb_stripos' , "●○◆ ●○◆ ●○◆", "●○◆");
27 section('strrpos' , "abc abc abc" , "abc");
28 section('mb_strrpos' , "●○◆ ●○◆ ●○◆", "●○◆");
30 section('strripos' , "abc abc abc" , "abc");
31 section('mb_strripos', "●○◆ ●○◆ ●○◆", "●○◆");
H A Dmb_strcut.phpt208 print "UTF-16 section ends abruptly: [" . mb_strcut("+Q", 1, 100, 'UTF-7') . "]\n";
210 print "Cutting in middle of UTF-16 section: [" . mb_strcut("+UUU", -1, 255, "UTF-7") . "]\n";
211 print "Cutting in middle of UTF-16 section (2): [" . mb_strcut("+UUUU", -2, 255, "UTF-7") . "]\n";
216 print "UTF-16 section ends abruptly: [" . mb_strcut("&Q", 1, 100, 'UTF7-IMAP') . "]\n";
427 UTF-16 section ends abruptly: []
428 UTF-16 section ends abruptly in middle of 2nd codepoint: [+Qxw-]
429 Cutting in middle of UTF-16 section: []
430 Cutting in middle of UTF-16 section (2): []
433 UTF-16 section ends abruptly: []
434 UTF-16 section ends abruptly in middle of 2nd codepoint: []
[all …]
/php-src/ext/dom/tests/delayed_freeing/
H A Ddom_character_data.phpt10 <container><![CDATA[This is a CDATA section<p>test</p>]]></container>
18 string(34) "This is a CDATA section<p>test</p>"
22 string(34) "This is a CDATA section<p>test</p>"
/php-src/ext/calendar/tests/
H A Dunixtojd.phpt16 // on Windows, the only thing that gets this test to pass is to put TZ=UTC in--ENV-- section
20 // -doesn't use --ENV-- section
21 // -uses --INI-- section with date.timezone=UTC
/php-src/tests/run-test/
H A Dtest004.phpt2 INI section allows '='
/php-src/ext/fileinfo/tests/upstream/
H A Dandroid-vdex-1.result1 Android vdex file, verifier deps version: 021, dex section version: 002, number of dex files: 4, ve…
H A Dandroid-vdex-2.result1 Android vdex file, being processed by dex2oat, verifier deps version: 019, dex section version: 002…
/php-src/docs/source/core/data-structures/
H A Dindex.rst12 This section provides an overview of the core data structures used in php-src.
/php-src/ext/dom/tests/
H A DDOMCDATASection_construct_error_001.phpt11 $section = new DOMCDataSection();
H A DDOMCharacterData_substringData_basic_001.phpt2 __DOMCharacterData::substringData pull mid section of string
H A DDOMCharacterData_data_basic_002.phpt2 Create CDATA section and change it using DOMcreateCDATASection
/php-src/ext/standard/tests/file/
H A Dbug46347.phpt7 [section]
/php-src/ext/exif/tests/
H A Dexif005.phpt10 // test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h73 dasm_Section *section; /* Pointer to active section. */ member
139 D->section = &D->sections[0]; in dasm_setup()
168 dasm_Section *sec = D->section; in dasm_put()
194 D->section = &D->sections[n]; goto stop; in dasm_put()
414 D->section != &D->sections[secmatch]) in dasm_checkstep()
415 D->status = DASM_S_MATCH_SEC|(int)(D->section-D->sections); in dasm_checkstep()
H A Ddasm_ppc.h73 dasm_Section *section; /* Pointer to active section. */ member
139 D->section = &D->sections[0]; in dasm_setup()
168 dasm_Section *sec = D->section; in dasm_put()
194 D->section = &D->sections[n]; goto stop; in dasm_put()
413 D->section != &D->sections[secmatch]) in dasm_checkstep()
414 D->status = DASM_S_MATCH_SEC|(D->section-D->sections); in dasm_checkstep()
H A Ddasm_arm.h74 dasm_Section *section; /* Pointer to active section. */ member
140 D->section = &D->sections[0]; in dasm_setup()
177 dasm_Section *sec = D->section; in dasm_put()
203 D->section = &D->sections[n]; goto stop; in dasm_put()
451 D->section != &D->sections[secmatch]) in dasm_checkstep()
452 D->status = DASM_S_MATCH_SEC|(D->section-D->sections); in dasm_checkstep()
/php-src/Zend/asm/
H A Dmake_s390x_sysv_elf_gas.S108 .section .note.GNU-stack,"",%progbits
/php-src/ext/standard/tests/dir/
H A Dgetcwd_basic.phpt11 //create temporary directory for test, removed in CLEAN section
H A Dgetcwd_basic-win32-mb.phpt17 //create temporary directory for test, removed in CLEAN section
/php-src/ext/sodium/tests/
H A Dinstalled.phpt12 text in the--EXPECT-- section below for the tests
/php-src/ext/dl_test/tests/
H A Dskip.inc4 // section because we want to load the extension with dl().

Completed in 34 milliseconds

12345