/PHP-8.3/ext/oci8/ |
H A D | oci8_lob.c | 75 efree(descriptor); in php_oci_lob_create() 108 return descriptor; in php_oci_lob_create() 340 descriptor->descriptor, in php_oci_lob_read() 444 descriptor->lob_size = descriptor->lob_current_position; in php_oci_lob_write() 613 OCILobLocator *lob = descriptor->descriptor; in php_oci_lob_flush() 658 if (!descriptor || !descriptor->connection) { in php_oci_lob_free() 694 PHP_OCI_CALL(OCIDescriptorFree, (descriptor->descriptor, descriptor->type)); in php_oci_lob_free() 707 OCILobLocator *lob = (OCILobLocator *)descriptor->descriptor; in php_oci_lob_import() 796 OCILobLocator *lob = descriptor->descriptor; in php_oci_lob_truncate() 838 OCILobLocator *lob = descriptor->descriptor; in php_oci_lob_erase() [all …]
|
H A D | oci8_interface.c | 230 php_oci_descriptor *descriptor; in PHP_FUNCTION() local 252 php_oci_descriptor *descriptor; in PHP_FUNCTION() local 285 php_oci_descriptor *descriptor; in PHP_FUNCTION() local 311 php_oci_descriptor *descriptor; in PHP_FUNCTION() local 345 php_oci_descriptor *descriptor; in PHP_FUNCTION() local 384 php_oci_descriptor *descriptor; in PHP_FUNCTION() local 411 php_oci_descriptor *descriptor; in PHP_FUNCTION() local 432 php_oci_descriptor *descriptor; in PHP_FUNCTION() local 455 php_oci_descriptor *descriptor; in PHP_FUNCTION() local 480 descriptor->lob_current_position = descriptor->lob_size + (ub4) offset; in PHP_FUNCTION() [all …]
|
H A D | php_oci8_int.h | 181 dvoid *descriptor; /* OCI descriptor handle */ member 253 dvoid *descriptor; /* used for binding of LOBS etc */ member 387 #define PHP_OCI_ZVAL_TO_DESCRIPTOR(zval, descriptor) \ argument 411 #define PHP_OCI_ZVAL_TO_DESCRIPTOR_EX(zval, descriptor) \ argument 448 int php_oci_lob_get_length(php_oci_descriptor *descriptor, ub4 *length); 452 int php_oci_lob_set_buffering(php_oci_descriptor *descriptor, int on_off); 453 int php_oci_lob_get_buffering(php_oci_descriptor *descriptor); 455 int php_oci_lob_close(php_oci_descriptor *descriptor); 456 int php_oci_temp_lob_close(php_oci_descriptor *descriptor); 458 void php_oci_lob_free(php_oci_descriptor *descriptor); [all …]
|
/PHP-8.3/ext/oci8/tests/ |
H A D | lob_028.phpt | 2 Test descriptor types for oci_new_descriptor() 55 ["descriptor"]=> 56 resource(%d) of type (oci8 descriptor) 59 ["descriptor"]=> 60 resource(%d) of type (oci8 descriptor) 63 ["descriptor"]=> 64 resource(%d) of type (oci8 descriptor) 67 ["descriptor"]=> 68 resource(%d) of type (oci8 descriptor) 71 ["descriptor"]=> [all …]
|
H A D | lob_024.phpt | 44 unset($row[0]->descriptor); 54 ["descriptor"]=> 55 resource(%d) of type (oci8 descriptor) 63 ["descriptor"]=> 64 resource(%d) of type (oci8 descriptor) 68 ["descriptor"]=> 69 resource(%d) of type (oci8 descriptor) 75 Warning: oci_lob_load(): Unable to find descriptor property in %s on line %d
|
H A D | lob_023.phpt | 33 unset($blob->descriptor); 54 ["descriptor"]=> 55 resource(%d) of type (oci8 descriptor) 61 Warning: oci_lob_import(): Unable to find descriptor property in %s on line %d 66 ["descriptor"]=> 67 resource(%d) of type (oci8 descriptor) 71 ["descriptor"]=> 72 resource(%d) of type (oci8 descriptor)
|
H A D | lob_025.phpt | 43 unset($row[0]->descriptor); 59 ["descriptor"]=> 60 resource(%d) of type (oci8 descriptor) 64 ["descriptor"]=> 65 resource(%d) of type (oci8 descriptor) 71 Warning: oci_lob_read(): Unable to find descriptor property in %s on line %d 74 Warning: oci_lob_eof(): Unable to find descriptor property in %s on line %d
|
H A D | lob_038.phpt | 132 ["descriptor"]=> 133 resource(%d) of type (oci8 descriptor) 140 ["descriptor"]=> 141 resource(%d) of type (oci8 descriptor) 148 ["descriptor"]=> 149 resource(%d) of type (oci8 descriptor) 174 ["descriptor"]=> 175 resource(%d) of type (oci8 descriptor) 182 ["descriptor"]=> 183 resource(%d) of type (oci8 descriptor) [all …]
|
H A D | lob_007.phpt | 52 ["descriptor"]=> 53 resource(%d) of type (oci8 descriptor) 61 ["descriptor"]=> 62 resource(%d) of type (oci8 descriptor) 66 ["descriptor"]=> 67 resource(%d) of type (oci8 descriptor)
|
H A D | lob_008.phpt | 54 ["descriptor"]=> 55 resource(%d) of type (oci8 descriptor) 61 ["descriptor"]=> 62 resource(%d) of type (oci8 descriptor) 66 ["descriptor"]=> 67 resource(%d) of type (oci8 descriptor)
|
H A D | lob_009.phpt | 51 ["descriptor"]=> 52 resource(%d) of type (oci8 descriptor) 59 ["descriptor"]=> 60 resource(%d) of type (oci8 descriptor) 64 ["descriptor"]=> 65 resource(%d) of type (oci8 descriptor)
|
H A D | lob_019.phpt | 54 ["descriptor"]=> 55 resource(%d) of type (oci8 descriptor) 62 ["descriptor"]=> 63 resource(%d) of type (oci8 descriptor) 67 ["descriptor"]=> 68 resource(%d) of type (oci8 descriptor)
|
H A D | lob_003.phpt | 59 ["descriptor"]=> 60 resource(%d) of type (oci8 descriptor) 70 ["descriptor"]=> 71 resource(%d) of type (oci8 descriptor) 75 ["descriptor"]=> 76 resource(%d) of type (oci8 descriptor)
|
H A D | lob_004.phpt | 64 ["descriptor"]=> 65 resource(%d) of type (oci8 descriptor) 74 ["descriptor"]=> 75 resource(%d) of type (oci8 descriptor) 79 ["descriptor"]=> 80 resource(%d) of type (oci8 descriptor)
|
H A D | lob_006.phpt | 56 ["descriptor"]=> 57 resource(%d) of type (oci8 descriptor) 68 ["descriptor"]=> 69 resource(%d) of type (oci8 descriptor) 73 ["descriptor"]=> 74 resource(%d) of type (oci8 descriptor)
|
H A D | lob_026.phpt | 63 ["descriptor"]=> 64 resource(%d) of type (oci8 descriptor) 73 ["descriptor"]=> 74 resource(%d) of type (oci8 descriptor) 78 ["descriptor"]=> 79 resource(%d) of type (oci8 descriptor)
|
H A D | lob_005.phpt | 48 ["descriptor"]=> 49 resource(%d) of type (oci8 descriptor) 53 ["descriptor"]=> 54 resource(%d) of type (oci8 descriptor)
|
H A D | fetch_object_2.phpt | 76 ["descriptor"]=> 77 resource(%d) of type (oci8 descriptor) 87 ["descriptor"]=> 88 resource(%d) of type (oci8 descriptor) 98 ["descriptor"]=> 99 resource(%d) of type (oci8 descriptor)
|
H A D | bind_unsupported_3.phpt | 36 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line… 39 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line… 42 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line… 45 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line…
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | fscanf_variation51.phpt | 68 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 71 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 74 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 77 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 80 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 83 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 86 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 91 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 94 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 97 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d [all …]
|
H A D | fwrite_variation1-win32-mb.phpt | 79 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 85 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 95 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 101 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 111 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 117 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 129 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 135 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 145 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 151 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d [all …]
|
H A D | fwrite_variation1.phpt | 71 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 77 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 87 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 93 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 103 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 109 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 121 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 127 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 137 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 143 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d [all …]
|
H A D | fread_variation2.phpt | 107 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 116 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 126 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 135 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 145 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 154 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 164 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 173 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 183 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 192 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d [all …]
|
H A D | fread_variation4.phpt | 105 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 113 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 122 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 130 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 139 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 147 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 156 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 164 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 173 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 181 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d [all …]
|
/PHP-8.3/TSRM/ |
H A D | tsrm_win32.c | 404 if (!ptr->descriptor) { in shm_get() 677 if (ptr->descriptor && ptr->descriptor->shm_perm.key == key) { in shmget() 700 shm->descriptor->shm_perm.cuid = shm->descriptor->shm_perm.cgid= 0; in shmget() 701 shm->descriptor->shm_perm.gid = shm->descriptor->shm_perm.uid = 0; in shmget() 702 shm->descriptor->shm_atime = shm->descriptor->shm_dtime = 0; in shmget() 703 shm->descriptor->shm_lpid = shm->descriptor->shm_nattch = 0; in shmget() 704 shm->descriptor->shm_perm.mode = shm->descriptor->shm_perm.seq = 0; in shmget() 707 …if (NULL != shm->descriptor && (shm->descriptor->shm_perm.key != key || size > shm->descriptor->sh… in shmget() 713 shm->descriptor = NULL; in shmget() 728 shm->addr = shm->descriptor + sizeof(shm->descriptor); in shmat() [all …]
|