Home
last modified time | relevance | path

Searched refs:modify (Results 126 – 150 of 169) sorted by relevance

1234567

/php-src/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt2 Phar: create and modify tar-based phar
/php-src/ext/phar/tests/
H A Dcreate_new_and_modify.phpt2 Phar: create and modify phar
/php-src/ext/ldap/tests/
H A Dldap_modify_batch_basic.phpt2 ldap_modify_batch() - Basic batch modify operation
H A Dldap_modify_batch_error.phpt2 ldap_modify_batch() - Batch modify operations that should fail
H A DREADME.md25 changetype: modify
/php-src/ext/date/lib/
H A DLICENSE.rst9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/php-src/ext/standard/tests/serialize/
H A Dincomplete_class.phpt23 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
/php-src/ext/opcache/jit/ir/
H A DLICENSE8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/php-src/ext/pdo/tests/
H A Dpdo_024.phpt2 PDO Common: assert that bindParam does not modify parameter
/php-src/ext/date/tests/
H A Dbug51096.phpt24 $date->modify( $test );
H A DDateTimeImmutable_uninitialised_exceptions.phpt33 check(fn() => $mdti->modify("+1 day"));
/php-src/build/
H A Dax_func_which_gethostbyname_r.m438 # This program is free software; you can redistribute it and/or modify it
52 # gives unlimited permission to copy, distribute and modify the configure
/php-src/sapi/cgi/tests/
H A D011.phpt165 Warning: Cannot modify header information - headers already sent by (output started at %s:3) in %s …
/php-src/Zend/
H A DLICENSE31 Technologies Ltd. has the right to modify the terms applicable
/php-src/ext/date/
H A Dphp_date.stub.php386 public function modify(string $modifier): DateTime|false {} function in DateTime
524 public function modify(string $modifier): DateTimeImmutable|false {} function in DateTimeImmutable
H A Dphp_date_arginfo.h575 ZEND_METHOD(DateTime, modify);
585 ZEND_METHOD(DateTimeImmutable, modify);
696 ZEND_ME(DateTime, modify, arginfo_class_DateTime_modify, ZEND_ACC_PUBLIC)
728 ZEND_ME(DateTimeImmutable, modify, arginfo_class_DateTimeImmutable_modify, ZEND_ACC_PUBLIC)
H A Dphp_date.c3246 static bool php_date_modify(zval *object, char *modify, size_t modify_len) /* {{{ */ in php_date_modify() argument
3331 char *modify; in PHP_FUNCTION() local
3338 if (!php_date_modify(object, modify, modify_len)) { in PHP_FUNCTION()
3347 PHP_METHOD(DateTime, modify) in PHP_METHOD() argument
3350 char *modify; in PHP_METHOD() local
3355 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &modify, &modify_len) == FAILURE) { in PHP_METHOD()
3360 if (!php_date_modify(object, modify, modify_len)) { in PHP_METHOD()
3372 PHP_METHOD(DateTimeImmutable, modify) in PHP_METHOD() argument
3375 char *modify; in PHP_METHOD() local
3380 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &modify, &modify_len) == FAILURE) { in PHP_METHOD()
[all …]
/php-src/ext/bcmath/libbcmath/
H A DLICENSE39 you if you distribute copies of the library or if you modify it.
51 permission to copy, distribute and/or modify the library.
165 2. You may modify your copy or copies of the Library or any portion
295 user can modify the Library and then relink to produce a modified
352 8. You may not copy, modify, sublicense, link with, or distribute
354 attempt otherwise to copy, modify, sublicense, link with, or
361 signed it. However, nothing else grants you permission to modify or
371 original licensor to copy, distribute, link with or modify the Library
484 modify it under the terms of the GNU Lesser General Public
/php-src/sapi/fpm/
H A Dphp-fpm.service.in1 # It's not recommended to modify this file in-place, because it
/php-src/ext/mbstring/libmbfl/
H A DLICENSE38 you if you distribute copies of the library or if you modify it.
50 permission to copy, distribute and/or modify the library.
162 2. You may modify your copy or copies of the Library or any portion
292 user can modify the Library and then relink to produce a modified
349 8. You may not copy, modify, sublicense, link with, or distribute
351 attempt otherwise to copy, modify, sublicense, link with, or
358 signed it. However, nothing else grants you permission to modify or
368 original licensor to copy, distribute, link with or modify the Library
/php-src/
H A DLICENSE36 the right to modify the terms applicable to covered code created
/php-src/ext/mysqli/tests/
H A Dmysqli_expire_password.phpt41 printf("skip Cannot modify second DB user [%d] %s", mysqli_errno($link), mysqli_error($link));
/php-src/ext/ftp/tests/
H A Dserver.inc520 …fputs($fs, "modify=20170127230002;perm=flcdmpe;type=cdir;unique=811U4340002;UNIX.group=33;UNIX.mod…
521 …fputs($fs, "modify=20170127230002;perm=flcdmpe;type=pdir;unique=811U4340002;UNIX.group=33;UNIX.mod…
522 …fputs($fs, "modify=20170126121225;perm=adfrw;size=4729;type=file;unique=811U4340CB9;UNIX.group=33;…
/php-src/ext/dom/lexbor/
H A DLICENSE118 do not modify the License. You may add Your own attribution
135 Notwithstanding the above, nothing herein shall supersede or modify
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst171 read-only and trigger a hardware exception if the code accidentally attempts to modify it.
227 thread, and is thus still safe to modify. This flag is only used in debug builds to satisfy an

Completed in 57 milliseconds

1234567