Home
last modified time | relevance | path

Searched refs:le (Results 1 – 25 of 54) sorted by relevance

123

/PHP-7.1/ext/standard/tests/versioning/
H A Dversion_compare.phpt10 "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-7.1/ext/mbstring/tests/
H A Dmb_strtolower_variation3.phpt22 $string_mixed = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8…
23 $string_mixed_lower = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu…
50 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
H A Dmb_strtoupper_variation3.phpt22 $string_mixed_upper = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu…
23 $string_mixed_lower = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu…
51 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
/PHP-7.1/ext/standard/tests/strings/
H A Dchunk_split_variation3.phpt103 string(52) "This-2345 is -2345simp-2345le s-2345trin-2345g.-2345"
105 string(46) "This10.5 is 10.5simp10.5le s10.5trin10.5g.10.5"
107 string(52) "This-10.5 is -10.5simp-10.5le s-10.5trin-10.5g.-10.5"
111 string(100) "This1.07654321E-9 is 1.07654321E-9simp1.07654321E-9le s1.07654321E-9trin1.07654321E-9g…
113 string(40) "This0.5 is 0.5simp0.5le s0.5trin0.5g.0.5"
H A Dsprintf_variation48.phpt24 "%e", "%he", "%le",
H A Dsprintf_variation51.phpt22 "%e", "%he", "%le",
H A Dvsprintf_variation17.phpt20 '%le %Le %4e %-4e',
H A Dvprintf_variation17.phpt20 '%le %Le %4e %-4e',
H A Dvfprintf_variation17.phpt20 '%le %Le %4e %-4e',
H A Dstr_split_variation3.phpt135 string(7) "le "
H A Dchunk_split_variation4.phpt102 le h
H A Dvfprintf_variation18.phpt20 %le %Le %4e %-4e
H A Dvprintf_variation18.phpt20 %le %Le %4e %-4e
H A Dvsprintf_variation18.phpt20 %le %Le %4e %-4e
/PHP-7.1/ext/dba/
H A Ddba.c608 zend_resource *le; in php_dba_find() local
617 if (le->type == le_db || le->type == le_pdb) { in php_dba_find()
618 info = (dba_info *)(le->ptr); in php_dba_find()
620 return (dba_info *)(le->ptr); in php_dba_find()
666 zend_resource *le; in php_dba_open() local
682 if (le->type != le_pdb) { in php_dba_open()
686 info = (dba_info *)le->ptr; in php_dba_open()
688 GC_REFCOUNT(le)++; in php_dba_open()
1251 zend_resource *le; in PHP_FUNCTION() local
1265 if (le->type == le_db || le->type == le_pdb) { in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/standard/tests/array/
H A Dlocale_sort.phpt22 "PE" => "�le-du-Prince-�douard",
38 string(21) "�le-du-Prince-�douard"
/PHP-7.1/ext/mysqli/
H A Dmysqli_nonapi.c70 zend_resource *le; local
166 if ((le = zend_hash_find_ptr(&EG(persistent_list), hash_key)) != NULL) {
167 if (le->type == php_le_pmysqli()) {
168 plist = (mysqli_plist_entry *) le->ptr;
199 zend_resource le; local
200 le.type = php_le_pmysqli();
201 le.ptr = plist = calloc(1, sizeof(mysqli_plist_entry));
204 …hash_str_update_mem(&EG(persistent_list), ZSTR_VAL(hash_key), ZSTR_LEN(hash_key), &le, sizeof(le));
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c270 zend_resource *le; in PHP_METHOD() local
293 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashkey, plen)) != NULL) { in PHP_METHOD()
294 if (le->type == php_pdo_list_entry()) { in PHP_METHOD()
295 pdbh = (pdo_dbh_t*)le->ptr; in PHP_METHOD()
301 zend_list_close(le); in PHP_METHOD()
360 zend_resource le; in PHP_METHOD() local
366 le.type = php_pdo_list_entry(); in PHP_METHOD()
367 le.ptr = dbh; in PHP_METHOD()
368 GC_REFCOUNT(&le) = 1; in PHP_METHOD()
371 (char*)dbh->persistent_id, dbh->persistent_id_len, &le, sizeof(le))) == NULL) { in PHP_METHOD()
/PHP-7.1/ext/interbase/
H A Dinterbase.c891 zend_resource new_index_ptr, *le; in _php_ibase_connect() local
933 if ((le = zend_hash_str_find_ptr(&EG(regular_list), hash, sizeof(hash)-1)) != NULL) { in _php_ibase_connect()
936 if (le->type != le_index_ptr) { in _php_ibase_connect()
940 xlink = (zend_resource*) le->ptr; in _php_ibase_connect()
961 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hash, sizeof(hash)-1)) != NULL) { in _php_ibase_connect()
962 if (le->type != le_plink) { in _php_ibase_connect()
966 ib_link = (ibase_db_link *) le->ptr; in _php_ibase_connect()
/PHP-7.1/ext/oci8/
H A Doci8.c1296 zend_resource *le; in php_oci_pconnection_list_np_dtor() local
1318 le = zvp ? Z_RES_P(zvp) : NULL; in php_oci_pconnection_list_np_dtor()
1319 if (le != NULL && le->type == le_pconnection && le->ptr == connection) { in php_oci_pconnection_list_np_dtor()
1676 zend_resource *le; in php_oci_do_connect_ex() local
1804 zend_resource *le = Z_RES_P(zvp); in php_oci_do_connect_ex() local
1808 if (le->type == le_pconnection) { in php_oci_do_connect_ex()
1812 le = Z_RES_P(zvp); in php_oci_do_connect_ex()
1814 if (le->type == le_index_ptr) { in php_oci_do_connect_ex()
1935 le->ptr = NULL; in php_oci_do_connect_ex()
2735 zend_resource *le = Z_RES_P(zv); in php_oci_persistent_helper() local
[all …]
/PHP-7.1/ext/standard/tests/file/
H A Dfscanf_variation47.phpt34 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
H A Dfscanf_variation50.phpt31 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
/PHP-7.1/main/streams/
H A Dstreams.c110 zend_resource *le; in php_stream_from_persistent_id() local
112 …if ((le = zend_hash_str_find_ptr(&EG(persistent_list), persistent_id, strlen(persistent_id))) != N… in php_stream_from_persistent_id()
113 if (le->type == le_pstream) { in php_stream_from_persistent_id()
120 *stream = (php_stream*)le->ptr; in php_stream_from_persistent_id()
122 if (regentry->ptr == le->ptr) { in php_stream_from_persistent_id()
128 GC_REFCOUNT(le)++; in php_stream_from_persistent_id()
356 zend_resource *le = Z_RES_P(zv); in _php_stream_free_persistent() local
357 return le->ptr == pStream; in _php_stream_free_persistent()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_vio.c209 zend_resource *le; in MYSQLND_METHOD() local
211 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_details_len))) { in MYSQLND_METHOD()
221 pefree(le, 1); in MYSQLND_METHOD()
/PHP-7.1/ext/standard/html_tables/
H A Dents_html401.txt200 le 2264

Completed in 73 milliseconds

123