Home
last modified time | relevance | path

Searched refs:l (Results 76 – 100 of 351) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/standard/tests/strings/
H A Dstrspn_variation6.phpt68 "fh\ne\trlsti \l",
69 'fieh\n\trlsti \l',
72 'l\t',
74 "l \te",
/PHP-5.5/TSRM/
H A DTSRM.dsp47 # ADD BASE RSC /l 0x40d /d "_DEBUG"
48 # ADD RSC /l 0x40d /d "_DEBUG"
70 # ADD BASE RSC /l 0x40d /d "NDEBUG"
71 # ADD RSC /l 0x40d /d "NDEBUG"
93 # ADD BASE RSC /l 0x40d /d "NDEBUG"
94 # ADD RSC /l 0x40d /d "NDEBUG"
116 # ADD BASE RSC /l 0x40d /d "NDEBUG"
117 # ADD RSC /l 0x40d /d "NDEBUG"
/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c215 ISC_INT64 l; in call_php() local
252 l = *(ISC_INT64*)argv[i]->dsc_address; in call_php()
254 if (argv[i]->dsc_scale == 0 && l <= LONG_MAX && l >= LONG_MIN) { in call_php()
255 ZVAL_LONG(argp[i], (long)l); in call_php()
257 ZVAL_DOUBLE(argp[i], ((double)l)/scales[-argv[i]->dsc_scale]); in call_php()
/PHP-5.5/ext/phar/tests/
H A Dinvalid_alias.phpt18 $p->setAlias('hi\\l');
42 Invalid alias "hi\l" specified for phar "%sinvalid_alias.phar"
/PHP-5.5/Zend/
H A Dzend_API.h544 #define CHECK_NULL_PATH(p, l) (strlen(p) != l) argument
546 #define ZVAL_RESOURCE(z, l) do { \ argument
548 Z_LVAL_P(__z) = l; \
562 #define ZVAL_LONG(z, l) { \ argument
564 Z_LVAL_P(__z) = l; \
617 #define RETVAL_RESOURCE(l) ZVAL_RESOURCE(return_value, l) argument
620 #define RETVAL_LONG(l) ZVAL_LONG(return_value, l) argument
623 #define RETVAL_STRINGL(s, l, duplicate) ZVAL_STRINGL(return_value, s, l, duplicate) argument
629 #define RETURN_RESOURCE(l) { RETVAL_RESOURCE(l); return; } argument
632 #define RETURN_LONG(l) { RETVAL_LONG(l); return; } argument
[all …]
/PHP-5.5/ext/standard/
H A Dhtml.c538 const uni_to_enc *l = table, in unimap_bsearch() local
549 while (l <= h) { in unimap_bsearch()
550 m = l + (h - l) / 2; in unimap_bsearch()
554 l = m + 1; in unimap_bsearch()
1554 size_t l = r->data.ent.entity_len; in write_s3row_data() local
1556 entity[l + 1] = ';'; in write_s3row_data()
1566 entity[l + 1] = ';'; in write_s3row_data()
1571 size_t l, in write_s3row_data() local
1577 l = mcpr[i].normal_entry.entity_len; in write_s3row_data()
1588 entity[l + 1] = ';'; in write_s3row_data()
[all …]
H A Dmail.c290 int l; in php_mail() local
295l = spprintf(&tmp, 0, "[%s] mail() on [%s:%d]: To: %s -- Headers: %s\n", date_str, zend_get_execut… in php_mail()
305 tmp[l - 1] = 0; in php_mail()
310 tmp[l - 1] = '\n'; in php_mail()
311 php_mail_log_to_file(mail_log, tmp, l TSRMLS_CC); in php_mail()
/PHP-5.5/ext/spl/tests/
H A Diterator_004.phpt75 $l = new LimitIterator(new SeekableNumericArrayIterator($a));
78 $l->seek($i);
79 print $l->current() . "\n";
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_log.c412 size_t l; in fpm_log_write() local
418 l = s - start; in fpm_log_write()
420 if (l >= sizeof(format) - 1) { in fpm_log_write()
421 l = sizeof(format) - 1; in fpm_log_write()
424 memcpy(format, start, l); in fpm_log_write()
425 format[l] = '\0'; in fpm_log_write()
/PHP-5.5/ext/standard/tests/array/
H A Darray_rand_variation4.phpt91 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
94 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
99 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
101 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
H A Darsort_variation5.phpt33 array ('l' => "lemoN", 'O' => "Orange", 'b' => "banana", 'a' => "apple", 'Te' => "Test",
180 ["l"]=>
208 ["l"]=>
236 ["l"]=>
H A Dasort_variation5.phpt33 array ('l' => "lemoN", 'O' => "Orange", 'b' => "banana", 'a' => "apple", 'Te' => "Test",
186 ["l"]=>
214 ["l"]=>
242 ["l"]=>
/PHP-5.5/ext/mysqli/
H A Dmysqli_prop.c81 __ret_type l;\
86 l = (__ret_type)__int_func(p);\
87 if (l < LONG_MAX) {\
88 ZVAL_LONG(*retval, (long) l);\
91 int ret_len = spprintf(&ret, 0, __ret_type_sprint_mod, l); \
185 int l = spprintf(&ret, 0, MYSQLI_LLU_SPEC, rc); in link_affected_rows_read() local
186 ZVAL_STRINGL(*retval, ret, l, 0); in link_affected_rows_read()
385 int l = spprintf(&ret, 0, MYSQLI_LLU_SPEC, rc); in stmt_affected_rows_read() local
386 ZVAL_STRINGL(*retval, ret, l, 0); in stmt_affected_rows_read()
/PHP-5.5/ext/dba/tests/
H A Dtest.inc3 $lock_flag = 'l';
/PHP-5.5/ext/date/tests/
H A Dgmdate_variation4.phpt22 var_dump( gmdate('l') );
23 var_dump( gmdate('l', $timestamp) );
/PHP-5.5/ext/gd/libgd/
H A Dxbm.c178 size_t i, l; in gdImageXbmCtx() local
185 if ((l = strlen(name)) == 0) { in gdImageXbmCtx()
189 for (i=0; i<l; i++) { in gdImageXbmCtx()
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_fail.phpt15 function crt($t, $l, $s) {
18 return new MessageFormatter($l, $s);
21 return MessageFormatter::create($l, $s);
24 return msgfmt_create($l, $s);
H A Dmsgfmt_fail2.phpt15 function crt($t, $l, $s) {
18 return new MessageFormatter($l, $s);
21 return MessageFormatter::create($l, $s);
24 return msgfmt_create($l, $s);
/PHP-5.5/ext/opcache/
H A Dshared_alloc_win32.c93 int l; in get_mmap_base_file() local
97 l = strlen(windir); in get_mmap_base_file()
98 snprintf(windir + l, sizeof(windir) - l - 1, "\\%s@%s", ACCEL_FILEMAP_BASE, uname); in get_mmap_base_file()
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API61 l - long (long)
82 For 'b', 'l' and 'd', an extra argument of type zend_bool* must be
91 OSes (int is 4 bytes and long is 8 bytes), so make sure you pass longs to "l"
94 Remember: "l" is the only case when you need to pass long (and that's why
95 it's "l", not "i" btw).
105 zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &num)
116 long l;
121 &l, &s, &s_len, &param) == FAILURE) {
223 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a*l", &array, &varargs, &num_varargs, &num) =…
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_basic.phpt383 string(1) "l"
404 string(1) "l"
410 string(1) "l"
431 string(1) "l"
437 string(1) "l"
458 string(1) "l"
464 string(1) "l"
485 string(1) "l"
491 string(1) "l"
512 string(1) "l"
[all …]
H A Dfputcsv.phpt47 while($l=fgetcsv($fp))
49 $res[] = join(',',$l);
/PHP-5.5/ext/openssl/tests/
H A Dbug37820key.pem5 8IECIQD3B5+0l+68BA/6d76iUNqAAV8djGTzvxnCxycnxPQydQIhAMXt4trUI3nc
/PHP-5.5/ext/zip/lib/
H A Dzip_source_close.c49 (void)src->cb.l(src->src, src->ud, NULL, 0, ZIP_SOURCE_CLOSE); in zip_source_close()
H A Dzip_source_layered.c55 zs->cb.l = cb; in zip_source_layered()

Completed in 72 milliseconds

12345678910>>...15