Home
last modified time | relevance | path

Searched refs:z (Results 376 – 398 of 398) sorted by relevance

1...<<111213141516

/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt306 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (1000, 'z')"))
H A Dmysqli_get_client_stats.phpt793 if (!mysqli_query($link, "UPDATE test SET label ='z' WHERE id = 100"))
/PHP-7.1/Zend/
H A Dzend_vm_def.h1481 zval *z; variable
1484 z = GET_OP1_ZVAL_PTR_UNDEF(BP_VAR_R);
1486 if (Z_TYPE_P(z) == IS_STRING) {
1487 zend_string *str = Z_STR_P(z);
1493 zend_string *str = _zval_get_string_func(z);
1497 } else if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(z) == IS_UNDEF)) {
1498 GET_OP1_UNDEF_CV(z, BP_VAR_R);
5539 zval *z = var; variable
5540 ZVAL_DEREF(z);
5541 if (Z_COLLECTABLE_P(z) && UNEXPECTED(!Z_GC_INFO_P(z))) {
[all …]
H A Dzend_vm_execute.h2656 zval *z; local
7827 zval *z = var; local
7828 ZVAL_DEREF(z);
7829 if (Z_COLLECTABLE_P(z) && UNEXPECTED(!Z_GC_INFO_P(z))) {
34702 zval *z; local
42878 zval *z = var; local
42879 ZVAL_DEREF(z);
42880 if (Z_COLLECTABLE_P(z) && UNEXPECTED(!Z_GC_INFO_P(z))) {
51323 zval *z; local
54092 zval *z = var; local
[all …]
H A DZEND_CHANGES777 $foo->z++;
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c57 static zval *sxe_get_value(zval *z, zval *rv);
2020 static zval *sxe_get_value(zval *z, zval *rv) /* {{{ */ in sxe_get_value() argument
2022 if (sxe_object_cast_ex(z, rv, IS_STRING) == FAILURE) { in sxe_get_value()
/PHP-7.1/ext/standard/tests/file/
H A Dfgetcsv_variation31.phpt75 $enc = 'z';
/PHP-7.1/ext/date/lib/
H A Dparse_date.c989 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz… in scan()
4882 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz… in scan()
9313 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz… in scan()
11587 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz… in scan()
21437 s->time->z = 0; in scan()
21493 s->time->z = 0; in scan()
24931 in.time->z = TIMELIB_UNSET; in timelib_strtotime()
25024 in.time->z = TIMELIB_UNSET; in timelib_parse_from_format()
25187 s->time->z = 0; in timelib_parse_from_format()
25355 if (parsed->z == TIMELIB_UNSET) parsed->z = now->z != TIMELIB_UNSET ? now->z : 0; in timelib_fill_holes()
[all …]
/PHP-7.1/ext/sqlite3/
H A Dsqlite3.c1430 #define PHP_SQLITE3_SET_TYPE(z, p) \ argument
1431 switch (Z_TYPE_P(z)) { \
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2852 example, for the pattern /^a\d+z\d+/ the returned value is "z", but for
3028 /^a\d+z\d+/ the returned value 1 (with "z" returned from
3315 not affect \Z or \z.
5575 \z matches only at the end of the subject
5605 the very end, whereas \z matches only at the end.
5803 ter, or z.
6117 / ( a ) (?| x ( y ) z | (p (q) r) | (t) u (v) ) ( z ) /x
6241 z{2,4}
6909 (?(?=[^a-z]*[a-z])
6910 \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} )
[all …]
/PHP-7.1/
H A Dconfig.guess315 *:z/VM:*:*)
H A DINSTALL1395 in order: [HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y.z],
1397 [HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x], where x, y and z mean the PHP
H A Dphp.ini-development1530 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A Dphp.ini-production1530 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A DNEWS1606 . Fixed bug #73426 (createFromFormat with 'z' format char results in
/PHP-7.1/ext/wddx/tests/
H A Dbug37569.phpt249 <wddxPacket version='1.0'><header/><data><string>z</string></data></wddxPacket>
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h6918 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
/PHP-7.1/ext/pcre/pcrelib/
H A DHACKING192 OP_EOD match end of data: \z
H A DNEWS243 . Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and
H A DChangeLog625 12. The source of pcregrep now includes z/OS-specific code so that it can be
626 compiled for z/OS as part of the special z/OS distribution.
1068 27. Added a definition for CHAR_NULL (helpful for the z/OS port), and use it in
1861 of $, \z, \Z, \b, and \B. If the match point is at the end of the string,
3213 pcrecpp::RE("a*?\\z").FullMatch("aaa") does again.
4523 (x(y(?2))z)? provoked this bug with a subject that got as far as the
5572 end of the subject) and add 5.005's \z, which really does match only at the
/PHP-7.1/win32/
H A Dinstall.txt1255 order: HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y.z\IniFilePath,
1257 HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x\IniFilePath, where x, y and z
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic111 # Infocom (see z-machine)
1412 >3 regex =[a-z] rev.%s
4630 0 string 7z\274\257\047\034 7-zip archive data,
4633 !:mime application/x-7z-compressed
9532 >&0 regex [0-9a-z.]+ \b, version %s
9538 >&0 regex [0-9a-z.]+ \b, version %s
9545 >>&0 regex [0-9a-z.]+ \b, version %s
13857 >0 regex/1l (^[0-9]{5})[acdnosx][z] MARC21 Authority
16903 >>1 byte&0xc0 0xc0 Unused [z%x]
18121 >0 regex include\ [A-Z]|def\ [a-z]|\ do$
[all …]
H A Dmagic私はガラスを食べられます111 # Infocom (see z-machine)
1412 >3 regex =[a-z] rev.%s
4630 0 string 7z\274\257\047\034 7-zip archive data,
4633 !:mime application/x-7z-compressed
9532 >&0 regex [0-9a-z.]+ \b, version %s
9538 >&0 regex [0-9a-z.]+ \b, version %s
9545 >>&0 regex [0-9a-z.]+ \b, version %s
13857 >0 regex/1l (^[0-9]{5})[acdnosx][z] MARC21 Authority
16903 >>1 byte&0xc0 0xc0 Unused [z%x]
18121 >0 regex include\ [A-Z]|def\ [a-z]|\ do$
[all …]

Completed in 388 milliseconds

1...<<111213141516