/php-src/ext/standard/tests/versioning/ |
H A D | version_compare.phpt | 10 "le", "<=", 112 1.0-dev le 1.0-dev : true 126 1.0-dev le 1.0a1 : true 140 1.0-dev le 1.0b1 : true 154 1.0-dev le 1.0RC1 : true 168 1.0-dev le 1.0rc1 : true 182 1.0-dev le 1.0 : true 196 1.0-dev le 1.0pl1 : true 224 1.0a1 le 1.0a1 : true 238 1.0a1 le 1.0b1 : true [all …]
|
/php-src/ext/dom/tests/ |
H A D | gh12002.phpt | 22 $dom->encoding = make_nonconst('utf-16le'); 36 string(8) "utf-16le" 38 string(8) "utf-16le"
|
/php-src/ext/mbstring/tests/ |
H A D | mb_strtolower_variation3.phpt | 14 $string_mixed = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8… 15 $string_mixed_lower = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu… 42 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
|
H A D | mb_strtoupper_variation3.phpt | 14 $string_mixed_upper = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu… 15 $string_mixed_lower = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu… 43 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
|
/php-src/ext/standard/tests/array/sort/ |
H A D | locale_sort.phpt | 23 "PE" => "�le-du-Prince-�douard", 39 string(21) "�le-du-Prince-�douard"
|
/php-src/ext/fileinfo/tests/ |
H A D | gh13344.phpt | 12 application/octet-stream; charset=utf-32le
|
/php-src/ext/intl/tests/ |
H A D | resourcebundle.inc | 7 $endian = 'le';
|
/php-src/ext/standard/tests/strings/ |
H A D | vprintf_variation17.phpt | 15 '%le %4e %-4e',
|
H A D | str_split_variation3.phpt | 125 string(7) "le "
|
H A D | vprintf_variation18.phpt | 15 %le %4e %-4e
|
H A D | chunk_split_variation4.phpt | 96 le h
|
H A D | sprintf_variation46.phpt | 31 "%e", "%le", " %e", "%e ",
|
H A D | sprintf_variation47.phpt | 32 "%e", "%le", " %e", "%e ",
|
H A D | get_html_translation_table_basic7.phpt | 195 [≤] => ≤
|
H A D | get_html_translation_table_basic2.phpt | 324 string(4) "≤" 833 string(4) "≤" 1340 string(4) "≤"
|
H A D | html_entity_decode_html4.phpt | 236 "≤",
|
/php-src/ext/dba/ |
H A D | dba.c | 275 zend_resource *le = Z_RES_P(zv); in remove_pconnection_from_list() local 277 if (le->ptr == p) { in remove_pconnection_from_list() 576 zend_resource *le; in php_dba_open() local 579 if ((le = zend_hash_find_ptr(&EG(persistent_list), resource_key)) != NULL) { in php_dba_open() 580 if (le->type != le_pdb) { in php_dba_open() 588 connection->info = (dba_info *)le->ptr; in php_dba_open()
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 236 zend_resource *le; in MYSQLND_METHOD() local 238 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_details_len))) { in MYSQLND_METHOD() 239 ZEND_ASSERT(le->ptr == net_stream); in MYSQLND_METHOD() 249 pefree(le, 1); in MYSQLND_METHOD()
|
/php-src/ext/standard/tests/file/ |
H A D | fscanf_variation47.phpt | 29 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
|
H A D | fscanf_variation50.phpt | 26 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
|
/php-src/ext/pdo/ |
H A D | pdo_dbh.c | 385 zend_resource *le; in php_pdo_internal_construct_driver() local 408 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashkey, plen)) != NULL) { in php_pdo_internal_construct_driver() 409 if (le->type == php_pdo_list_entry()) { in php_pdo_internal_construct_driver() 410 pdbh = (pdo_dbh_t*)le->ptr; in php_pdo_internal_construct_driver() 416 zend_list_close(le); in php_pdo_internal_construct_driver()
|
/php-src/main/streams/ |
H A D | streams.c | 113 zend_resource *le; in php_stream_from_persistent_id() local 115 …if ((le = zend_hash_str_find_ptr(&EG(persistent_list), persistent_id, strlen(persistent_id))) != N… in php_stream_from_persistent_id() 116 if (le->type == le_pstream) { in php_stream_from_persistent_id() 123 *stream = (php_stream*)le->ptr; in php_stream_from_persistent_id() 125 if (regentry->ptr == le->ptr) { in php_stream_from_persistent_id() 131 GC_ADDREF(le); in php_stream_from_persistent_id() 360 zend_resource *le = Z_RES_P(zv); in _php_stream_free_persistent() local 361 return le->ptr == pStream; in _php_stream_free_persistent()
|
/php-src/ext/mysqli/ |
H A D | mysqli_nonapi.c | 62 zend_resource *le; local 153 if ((le = zend_hash_find_ptr(&EG(persistent_list), hash_key)) != NULL) { 154 if (le->type == php_le_pmysqli()) { 155 plist = (mysqli_plist_entry *) le->ptr;
|
/php-src/ext/standard/html_tables/ |
H A D | ents_html401.txt | 200 le 2264
|
H A D | ents_xhtml.txt | 232 le 2264
|