/php-src/ext/standard/tests/general_functions/ |
H A D | parse_ini_string_002.phpt | 33 [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 D | parse_ini_file.phpt | 44 [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 D | bug41445_1.phpt | 2 Bug #41445 (parse_ini_file() function parses octal numbers in section names) - 2
|
H A D | bug52138.phpt | 2 Bug #52138 (Constants are parsed into the ini file for section names)
|
/php-src/ext/mbstring/tests/ |
H A D | bug45923.phpt | 8 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 D | mb_strcut.phpt | 208 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 D | dom_character_data.phpt | 10 <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 D | unixtojd.phpt | 16 // 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 D | test004.phpt | 2 INI section allows '='
|
/php-src/ext/fileinfo/tests/upstream/ |
H A D | android-vdex-1.result | 1 Android vdex file, verifier deps version: 021, dex section version: 002, number of dex files: 4, ve…
|
H A D | android-vdex-2.result | 1 Android vdex file, being processed by dex2oat, verifier deps version: 019, dex section version: 002…
|
/php-src/docs/source/core/data-structures/ |
H A D | index.rst | 12 This section provides an overview of the core data structures used in php-src.
|
/php-src/ext/dom/tests/ |
H A D | DOMCDATASection_construct_error_001.phpt | 11 $section = new DOMCDataSection();
|
H A D | DOMCharacterData_substringData_basic_001.phpt | 2 __DOMCharacterData::substringData pull mid section of string
|
H A D | DOMCharacterData_data_basic_002.phpt | 2 Create CDATA section and change it using DOMcreateCDATASection
|
/php-src/ext/standard/tests/file/ |
H A D | bug46347.phpt | 7 [section]
|
/php-src/ext/exif/tests/ |
H A D | exif005.phpt | 10 // test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_mips.h | 73 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 D | dasm_ppc.h | 73 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 D | dasm_arm.h | 74 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 D | make_s390x_sysv_elf_gas.S | 108 .section .note.GNU-stack,"",%progbits
|
/php-src/ext/standard/tests/dir/ |
H A D | getcwd_basic.phpt | 11 //create temporary directory for test, removed in CLEAN section
|
H A D | getcwd_basic-win32-mb.phpt | 17 //create temporary directory for test, removed in CLEAN section
|
/php-src/ext/sodium/tests/ |
H A D | installed.phpt | 12 text in the--EXPECT-- section below for the tests
|
/php-src/ext/dl_test/tests/ |
H A D | skip.inc | 4 // section because we want to load the extension with dl().
|